Shaun Cassells at MyITForum.com

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

Browse by Tags

All Tags » Scripting » SMS 2003 Scripting (RSS)
Delete a successful Direct Member from an SMS 2003 / ConfigMgr 2007 collection based on a date in VB
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...
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...
How to stop an errant Advertisement in SMS 2003 / SCCM 2007
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...
SMS_Def.MOF Softgrid edit - doesn't really get the job done
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...
Remote Desktop Users - SMX DataSift Addition - updating the SMS_Def.Mof to include users who have rights to log on remotely
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 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...
SMS 2003 Script to Delete Collections based on Criteria
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...