News

When it comes to bulk administration, few things are handier than .CSV files. In this two-part series, Brien demos his top techniques for working with .CSV files in PowerShell. First up: How to ...
You can use PowerShell to automate almost anything, like batch renaming files for consistency or automating app launches. Let's write a few simple Windows PowerShell scripts to see it in action.
Wouldn't it be cool if PowerShell could automatically write scripts so that you didn't have to? Believe it or not, it is possible. Of course the old saying that if something sounds too good to be ...
Let's go over how to make that happen. The cmdlet that we'll be working with is Write-EventLog and New-EventLog. These are cmdlets that can be used to both write messages to existing event logs and ...
After reading countless blogs online, purging through hundreds of pages of books, you feel comfortable enough to begin working with PowerShell and start knocking out one-liners like they are going out ...
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.