Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » ctp   (RSS)

Scripting Games 2008 Beginners Windows PowerShell Events 3 + 4

And I almost forgot the beginners events, not much special here : Event 3 d ir c:\scripts\*.txt |% {@(get-content $_)[0]} | out-file C:\Temp\Newfile.txt Event 4 gc $MyInvocation.MyCommand.Definition | measure-object -c | fl c* In relation to the last
Posted by MoW | 1 Comments

Hey PowerShell Guy!,How Can I Map Drives Based on Membership in an Active Directory Group and a CSV file.

In this translation of a Hey Scripting guy article to PowerShell based on : How Can I Map Drives Based on Membership in an Active Directory Group When the User Belongs to Multiple Groups? I tuned the example a bit as I did not like the configuration of
Posted by MoW | 4 Comments

The PowerShell V2 CTP is not for everyone.

More about the very cool Powershell V2 CTP next week when my NDA expires, but before that a warning on request of Jeffrey Snover about the installation of the CTP: The PowerShell V2 CTP is not for everyone. You should read this PowerShell Team blog entry
Posted by MoW | 0 Comments
Filed under: , ,