Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Install Sysinternals

$
0
0

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.


Viewing all articles
Browse latest Browse all 3333

Trending Articles