Get-Command - Powershell 1.0 CmdLet
ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »
Get-Command
Description Retrieve basic information about a command Usage Options Example(s) Describe the 'Set' verbs: PS C:\>get-command -verb set | format-list PS C:\>get-command -verb set | format list * Display cmdlets in noun-based groups: PS C:\>get-command | sort-object noun | format-table -group noun Retrieve information about all the elements available to PowerShell (all files, functions, aliases and cmdlets): PS C:\>get-command *