Adam Bertram is a 20-year IT veteran, blogger and freelance writer. Follow him on the social platform X @adbertram. Everyone learns PowerShell differently, but I recommend a ­three-step approach to ...
Are you a Windows administrator? Did you make a new year’s resolution to learn PowerShell this year? If so, you have come to the right place. In this piece, I will get you started by orienting you to ...
A PowerShell “for” loop is a core scripting tool that lets you execute a block of code multiple times. Whether you’re automating system tasks or processing data, understanding how to write a “for” ...
Don't expose your system with sloppy scripts! Although a Linux desktop or server is less susceptible to viruses and malware than a typical Windows device, there isn't a device on the internet that isn ...
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...
PowerShell is not just an application, it is a scripting language built on .Net CLR that automates IT tasks. It has backward compatibility with CMD and can automate simple or complex tasks. Because of ...
Last night I was playing around with some of the Sysinternals tools and rediscovered a tool called Bginfo. For those who might not be familiar with Sysinternals, it is a collection of free tools ...
Smartsheet reports that nearly 60% of workers agree that they could save six or more hours a week by automating the repetitive aspects of their role. That’s time they could dedicate to growing their ...
Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...