Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • About Us
  • Contact

PowerShell Tips

PowerShell – Base64 Encoding

by shelladmin

In programming languages, Base64 encoding represents binary data in ASCII string format by translating data into Radix 64 representation. Base64 encoding is a group of …

Read more

Windows – Install Telnet Client using PowerShell & CMD

by shelladmin

Telnet is an application protocol provides command line interface to establish communication with remote host. Telnet is disabled by default on version of windows operating …

Read more

PowerShell – Delete File If Exists

by shelladmin

PowerShell has Remove-Item cmdlet used to delete one or more items. These items can be files, folders, variables, registry keys, functions, and aliases. Using PowerShell …

Read more

Pass Multiple Parameters to Function in PowerShell

by shelladmin

Function, in general, contains code to perform certain tasks and return a value. Functions are mostly used to reuse the functionality. In PowerShell function contains …

Read more

PowerShell – mkdir to create directory

by shelladmin

As a system administrator, we know a few of the popular commands of command line like md, mkdir, rmdir, etc.. to work with folders in …

Read more

Newer posts
← Previous Page1 … Page4 Page5

Recent Posts

  • Get BitLocker Status using PowerShell
  • Get BitLocker Recovery Key Using PowerShell
  • PowerShell Get Activation Key for Windows

Footer

  • Home
  • About Us
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2023 ShellGeek All rights reserved