First things first, modules in PowerShell v2.0 rule! Next to remoting, this is my second most favorite feature in the v2.0 lineup. And, with the CTP3 release, modules are even better, faster, stronger ...
If you're still writing custom PowerShell scripts for basic file transfers and Excel reports, you're working too hard. Ready-made PowerShell modules handle most common tasks better than anything ...
One of the features of PowerShell that left many people wondering why it wasn't included earlier was local account management. Every Windows system has local accounts and being able to add, remove and ...
I think it’s time to talk in depth about some of the most important features of PowerShell: Providers and modules. (Snap-ins have also been important, but they are being gradually phased out.) These ...