The amazing thing about PowerShell is that you are able to explore around the shell and find all sorts of cool things that it can do. Someone starting out with PowerShell might not be sure what the ...
While many know that the Get-Process command in PowerShell can provide basic process information, it can also display specific details with some minor tweaks. If you have been using Windows PowerShell ...
Most IT admins use PowerShell for scripting and automation, but it's not just for IT specialists—anyone dealing with messy folders needs these commands. I use them to track down old code, organize ...
In 2006, Windows Script Host (WSH) and the Command Prompt shell got a new sibling when Microsoft released a completely new environment called Windows PowerShell. PowerShell has some similarities to ...
PowerShell has a reputation for being complicated, and for good reason. Luckily, there is a lot of help available -- if you know where to look for it. PowerShell is one of those things that I use ...
When writing PowerShell scripts, in a perfect world, we'd all just use cmdlets and functions. After all, the batch file days are behind us! Unfortunately, that's not always possible or even the best ...
Most of us have dealt with hardware that stays in service well past its planned end-of-life date or that, for reasons of budget and bureaucracy, doesn’t even make it into service until well into its ...
Typically, on a Windows-based PC, you can check an item or a folder’s size by just right-clicking the item or folder and then selecting Properties from the context menu. In this post, we will show you ...
Get-Appxpackage is a PowerShell command that can display a list of the app packages that are installed in a user profile. It includes all the applications that are installed from the Microsoft Store ...
Many information technology (IT) professionals use Windows Software Update Services (WSUS) to manage updates across all their Windows systems and other third-party software. When WSUS is paired with ...