Windows / Powershell version of the Unix 'which' Utility
You can use Get-Command <command>
, or shorten it to gcm
.
where
does the same on recent versions of Windows. If you're after a PowerShell command, Novakov's answer is correct.
You can use Get-Command <command>
, or shorten it to gcm
.
where
does the same on recent versions of Windows. If you're after a PowerShell command, Novakov's answer is correct.