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 ...
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 ...
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 ...
Although PowerShell can be a bit intimidating at times, Microsoft has built in a comprehensive help system that should be able to assist you with most of your PowerShell related questions. Anyone who ...
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 ...
In which Adam demonstrates the truth in the old PowerShell adage: "The more you can limit the number of objects returned to the pipeline, the faster you code will run." Lots of commands will return ...
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 ...