PowerShell

PowerShell Equivalents: Manipulating Files and Directories
PowerShell Equivalents: Manipulating Files and Directories

Explore the PowerShell equivalents of common Unix and Windows commands for managing files and directories such as pwd, cd, ls, find, cp, rm, mkdir, touch, cat, tail, grep, uname, mkfs, ping, and man.

Read More
PowerShell: Getting Commands from Defined Modules
PowerShell: Getting Commands from Defined Modules

Learn how to retrieve commands defined in PowerShell modules using the Get-Command cmdlet.

Read More