Browse by Tags
All Tags »
Scripting »
SMS 2003 (
RSS)
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...
In SMS 2003 and ConfigMgr (SCCM) 2007 you can create a Direct Member to a collection. This may or may not be the best option for you. We can debate that later. You have to be concerned about the number...
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...
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...
Scenario : An advertisement went out for a package that is causing havoc. Let’s say, it is rebooting servers and workstations. How do you stop it NOW !?!?! With a Big Red Stop Button (BRSB). Below are...
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...
I was playing around with the great Mof hack by Cristiano from the article “Inventorying Microsoft SoftGrid Streamed Applications” found here: http://blogs.msdn.com/crisag/archive/2006/12/14/inventorying...
I have been using the SMSExpert.com DataShift modifications for SMS 2003 SP2. A recent request came in to also gather the ‘Remote Desktop Users’ group. Below are the script and the MOF edit. Enjoy ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...
The following VBS script is used to delete collections. Script Required Inputs SMS Server Name SMS Site Code (of the server) Collection Search String Optional Commit of a capital “Y” The 4 th parameter...