Shaun Cassells at MyITForum.com

SMS 2003 and ConfigMgr 2007, PowerShell, Scripting, Finance, Fitness and Fun

Browse by Tags

All Tags » PowerShell » Scripting (RSS)
PowerShell: How do I trigger SMS 2003 Inventory Actions?
The following is a continuation of: http://myitforum.com/cs2/blogs/scassells/archive/2008/05/20/powershell-sms-2003-configmgr-2007-scripting.aspx COM object for the SMS 2003 control panel API $a = New...
PowerShell: SMS 2003 / ConfigMgr 2007 scripting
I decided it was about time I learned more PowerShell and SMS 2003 / SCCM 2007 scripting. I hope you enjoy this series, as I fail, experiment, and learn nuances of the PowerShell language. There seem to...
PowerShell: How do I connect to SMS 2003 and perform Client Actions?
The Microsoft.SMS.Client COM object exposes several client actions. PS C:\ > $a = New-Object -comObject Microsoft.SMS.Client Now what do I do with the $a variable? Let’s see what members are exposed...
Make the MMS 2007 DVD playable off a network share
The following are the steps needed to modify your Microsoft Managment Summit 2007 DVD playable from a network share. Note : the content of the DVD is protected. As such make sure this content is only available...