A quick note on Get-Command in PowerShell. This cmdlet brings back a list of commands available to use in PowerShell.
# get-command, better use wildcards * Get-Command test-sql*

A quick note on Get-Command in PowerShell. This cmdlet brings back a list of commands available to use in PowerShell.
# get-command, better use wildcards * Get-Command test-sql*
0 Comments