How to Uninstall Software Using PowerShell
PowerShell can help you uninstall programs quickly. Most of us have uninstalled programs from our PCs. How have you done it? Can you recollect? We’ve done it mostly using the Control Panel or in some...
View ArticleHow to Check Your Windows Server Uptime with PowerShell
Uptime is a key metric for server management success. When you talk about hardware, you’re talking about computers, keyboards, switches, cables, and the list goes on. Only, the most important component...
View ArticleAdding Get-Help Support to PowerShell Cmdlets
PowerShell makes it possible to create your own custom cmdlets. These are great for automating routine tasks as all systems are unique. Custom cmdlets provide a valuable resource to the budding...
View ArticleTracing Your Way Through a Complex PowerShell Script
Over the years I’ve written some really complicated PowerShell scripts, both for personal use and for some articles I write on this site. Although these script types do have their place, they can be...
View Article