August 23rd, 2014

PowerTip: Use PowerShell to Install Sysinternals

Doctor Scripto
Scripter

Summary: Learn to use Windows PowerShell to easily install Sysinternals utilities.

Hey, Scripting Guy! Question How do I find a Chocolatey package that installs Sysinternals?

Hey, Scripting Guy! Answer Use the Find-Package cmdlet:

Find-Package –Name Sysinternals

Note   This command requires the OneGet module in Windows PowerShell 5.0.

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.