I ran into a discussion a while back with a collegue that claimed that a lot of clients don't allow us to set up PowerShell scripts for different scheduled maintanence tasks on their servers. I myself ...
I'm sure I borrowed pieces of code from some other people, but these are a couple that I use regularly. Script to get scheduled task domain accounts. Code: Import ...
play-files.ps1 Plays the given audio files. Read more... play-happy-birthday.ps1 Plays the Happy Birthday song. Read more... play-m3u.ps1 Plays the given playlist (M3U file format). Read more ...
In the 12 years since Microsoft released PowerShell, it has become the de facto tool to dependably administer servers. In August of 2016, it was made open-source and cross-platform with the ...
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 ...
PowerShell combines the speed of the command line with the flexibility of a scripting language, making it a valuable Windows administration tool. Here are a few basic commands you'll want to master.