A while back, I developed a PowerShell script that I use for creating air gapped backups of my file data. Even though I put a lot of effort into building this script and testing it over and over again ...
For as long as I can remember, I have always configured the computers within my own organization to store data on network servers as opposed to the data being stored on workstations. That way, if one ...
Open PowerShell as an Administrator. To open an elevated PowerShell prompt, in the taskbar search, type powershell. Now see the result of Windows PowerShell, which appears at the top. Right-click on ...
Continuing on from my previous article that showed you how to find certificates on local and remote systems, I am going to show you how to export certificates from a local or remote certificate store ...
Microsoft’s mighty Windows administration framework gets even better with the help of these resources. Most are free, and the three for-fee tools are well worth the cost. Ah, PowerShell. A simple blue ...
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 ...
Being able to receive real-time feedback as you work is a huge factor in writing script that won't break. Your script could be the most awesome automation tool on the planet. It could ring all the ...