Basic¶
run¶
F7 will display the command historyTab key to complete the PowerShell cmdlet, function, and parameter/variable names
Install ISE on server: Add-WindowsFeature -Name PowerShell-ISE
help¶
help is a function and man is an alias to help. help and man run Get-Help under the hood, but they pipe its output to more.
Update-Help to download and install help files.
Help support wildcard: help *service*