Powershell: List current values of get-commands

Powershell: List current values of get-commands

List all current values of get-command

Get-AutodiscoverVirtualDirectory | ft

Get-AutodiscoverVirtualDirectory-fl

List all specific values of get-command

Get-AutodiscoverVirtualDirectory | ft Identity,InternalURL,ExternalUrl

Get-AutodiscoverVirtualDirectory-fl-specific

Leave a Reply