Shaun Cassells at MyITForum.com

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

Browse by Tags

All Tags » PowerShell (RSS)
Clearing a Client Cache and PowerShell
Recently we had a bad package deployment that was precached. Now we need to delete the bad file while excluding Office 2007 and Office 2003 files if they...
8 Ways to Manipulate a Service
I have been working on a client health script and one of the key issues was how to configure a service. There are two components of a service runtime that...
PowerShell: WMI WQL Queries – made easy for remote WMI especially for SMS 2003 or ConfigMgr 2007
Once upon a time to do a WMI query you had to use one of the following: WMIC Cumbersome Must be an administrator WBEMTEST Make the popup windows stop CIM...
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...
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...
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...
PowerShell: Get A Process Owner
Today in the MSSMS email list someone asked: “how do I know who owns a process?” They wanted to know if the user account had elevated privileges. Well...
Posted: May 20 2008, 12:10 PM by scassells | with no comments
Filed under:
TechNet PowerShell Script Repository has only examples of Get-WMIObject and AD DirectorySearcher
I am trying to learn more about scripting of PowerShell. Along my journey of discovery I visited the Microsoft Scripting Guys website . On the front page...
Posted: May 12 2008, 11:51 AM by scassells | with 1 comment(s)
Filed under:
Zero sized files in the SCCM install ISO from MSDN causes fatal setup error
At the bottom of this post is a list of zero sized files on the ISO image of Microsoft System Center Configuration Manager (SCCM) 2007. Note: PowerShell...
Posted: Feb 21 2008, 09:53 AM by scassells | with no comments
Filed under: ,
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...
PowerShell RTM and available
http://support.microsoft.com/kb/926139 Download link http://www.microsoft.com/downloads/details.aspx?familyid=6CCB7E0D-8F1D-4B97-A397-47BCC8BA3806&displaylang...
Posted: Nov 14 2006, 11:49 AM by scassells | with no comments
Filed under: