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 build a custom solution.
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.
Looking at the signature of a file quickly lets you know whether that file is really what it claims to be. Here's how to tap PowerShell to figure out the file ...