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 can do far more than most users realize. Explore 10 hidden capabilities that save time, improve reporting, and supercharge your workflow.
Many people jump into PowerShell and immediately think they need to start writing scripts. That couldn't be further from the truth, and actually I believe that can be counter-productive. Without a ...
Most of the personal use PowerShell scripts that I have written over the years might best be described as utilitarian. In other words, those scripts do exactly what I need for them to do -- nothing ...
Business.com on MSN

How to sync folders with PowerShell

While software can sync files and folders for you, it's often limited in scope. Learn how a PowerShell script can help you build a custom solution.
PowerShell modules help IT professionals and business owners organize multiple scripts into a single, reusable package, making code easier to manage, share and maintain. While individual scripts work ...