Showing category results for PowerShell

Apr 25, 2006
Post comments count0
Post likes count0

Did you know? #2

PowerShell Team

Did you know that you can make a variable automatically propagate to new scopes by using the AllScope option? Normally when you enter a new scope variables are not copied from the parent scope. Instead we do a lookup for the variable when requested. Anytime the variable is written to it happens in the local scope. This means that it is possible ...

Apr 25, 2006
Post comments count0
Post likes count0

Introduction to MshObject

PowerShell Team

If you’ve ever worked with the Monad APIs then you’ve no doubt seen a type called System.Management.Automation.MshObject.  I’m not going to go into all the details of what it is because that would take me more time than I have right now and there are people who can explain better than I.  Suffice it to say that it’s a wrapper class and...

Apr 25, 2006
Post comments count0
Post likes count1

Windows PowerShell (Monad) Has Arrived

arulk

I just got out of Bob Muglia's keynote speech where he formally announced Windows PowerShell (previously known as Monad).  The key things he announced are: Superstar Vivek Sharma demonstrated the Exchange 2007 Admin experience. First he showed their new MMC 3.0 managed code snap-in - it totally rocks! (you'll be amazed by what you can do wit...

Nov 1, 2001
Post comments count0
Post likes count0

PowerShell Training Available Through Microsoft

PowerShell Team

A number of you have asked when Microsoft would be providing training for Powershell.   Apparently the answer is “NOW”.  I just came across this 3 day instructor led training class, Course 6434 “Automating Windows Server 2008 Administration with Windows PowerShell”.  I don’t know anything about the course so if any of you have...

Training