Posted On August 15, 2019

PowerShell: Quick 1-Liner to Locate Path to Executable

kimconnect 0 comments
blog.KimConnect.com >> Windows >> PowerShell: Quick 1-Liner to Locate Path to Executable
PS C:\Users\tester> (get-command robocopy.exe) | select Definition

Definition
----------
C:\Program Files (x86)\Windows Resource Kits\Tools\robocopy.exe
C:\Windows\system32\Robocopy.exe

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Reset Administrator Password – HP iLO Versions 2-4

Prelude: this instruction only works on HP iLO versions 2 to 4; hence, the title…

Using Process Explorer

 Process Explorer shows you information about which handles and DLLs processes have opened or loaded.…

PowerShell: Enable ISE

Import-Module ServerManager;Add-WindowsFeature PowerShell-ISE