Google News
logo
PowerShell - Interview Questions
Explain what is PowerShell get-command?
Get command in PowerShell is used to fetch other cmdlets, for example you are looking for cmdlet between letter L and R then your PowerShell get-command will be like
# PowerShell Get - Command Range

Clear-Host

Get-Command [ L–R ]*
Advertisement