Welcome to MSDN Blogs Sign in | Join | Help

MMS2007: Managing Systems Using PowerShell

[3/20/07 - Updated zip file with Demo-ManagingAD.Txt]

Attached is a zip file which contains the PowerPoint slides and demo scripts for my SW08 Managing Systems Using PowerShell talk that I'm about to give at MMS2007.

 Enjoy!

Jeffrey Snover [MSFT]
Windows Management Partner Architect
Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell
Visit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx
 

[Update] Here is the Wait-Process function that I refer to in the demo scripts.  Note that doing a Get-Help Wait-Process will generate an error - that is the point.  Get-Command gets you info about anything that can be invoked and Get-Help gets you help for things that have help (functions don't have help in V1).

function Wait-Process([int]$id)
{
  (get-Process -Id $id).WaitForExit()
}

Published Wednesday, March 28, 2007 5:40 PM by PowerShellTeam

Attachment(s): ManagedSystems.zip

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# MMS2007: Managing Systems Using PowerShell

If you play with Windows PowerShell the this is a MUST. It's a PPT with some .ps scripts and it's really

Friday, March 30, 2007 5:45 AM by Carpe Diem: Flaphead.com @ Home

# re: MMS2007: Managing Systems Using PowerShell

FYI: the demo references "Wait-Process", which afaikt is not a built-in cmdlet.

Friday, March 30, 2007 6:23 PM by James Hugard

# re: MMS2007: Managing Systems Using PowerShell

> FYI: the demo references "Wait-Process", which afaikt is not a built-in cmdlet.

I added this to the original post as an update.  Sorry for the dangling reference.

Jeffrey Snover [MSFT]

Windows Management Partner Architect

Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell

Visit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Friday, March 30, 2007 11:54 PM by PowerShellTeam

# Windows PowerShell at MMS 2007...

Here’s the slidedecks from the Windows PowerShell sessions at MMS 2007… MMS2007: Managing

Sunday, April 01, 2007 1:47 PM by Rod Trent at myITforum.com

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker