If there's such thing as a secret sauce to PowerShell, the PowerShell team has added it to the types.ps1xml file. An often overlooked feature of Windows PowerShell is its extensibility. With a little ...
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 ...
How to use PowerShell objects, how to tease more info and functionality out of them and how objects can be useful in scripting scenarios. One of the things most people do not realize about PowerShell, ...
In my previous article in this series, I explained that you can make your PowerShell scripts far more flexible and dynamic by leveraging a configuration file as opposed to hard coding all of the ...
Where Get-Command and Get-Help showed you how to find a command and learn more about how to use it, Get-Member provides the ability to dive into the objects that are the result of your commands and ...
These four simple PowerShell scripts fix common Windows headaches and save time with quick, copy-and-paste commands.