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 ...
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, ...
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 ...
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 ...