Shaun Cassells at MyITForum.com

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

News

Locations of visitors to this page

Browse by Tags

All Tags » Scripting (RSS)
Music Library Cleaning - Removing Missing Files from ITunes
I wrote a VBS a long time ago that deletes files out of ITunes if the location does not exist. I need to rewrite this into PowerShell... (new-object –com...
Auto-Fix Windows Update Agent
Source : http://blogs.technet.com/b/michaelgriswold/archive/2010/04/15/auto-fix-wmi.aspx One of the hardest things to tackle in SCCM these days is client...
CliFix SMS_DEF.Mof edit
The CliFix script writes to the registry, a count of the number of times a fix has run. And the last time a fix ran. As well as the last time the script...
Registering a DLL in a Script
To register a Dynamic Link Library (DLL) in Microsoft we use Regsvr32.exe to: LoadLibrary() is called to load the control into memory, GetProcAddress(...
3 methods to open a System Context command prompt
I was reading Chris Nackers post here: NT Authority Context Command Prompt When it got me thinking of different ways to elevate your rights; I came up...
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...
SMS 2003 Client Health Startup Script v4.19
A few bug fixes. Thanks very much to Hector Cortez: http://myitforum.com/cs2/blogs/hcortez/default.aspx Version 4.19: http://myitforum.com/cs2/blogs/scassells...
Add WBEM to Path
The following script will add %systemroot%;%systemroot%\system32;%systemroot%\system32\wbem to the environment path of a remote computer passed. However...
SMS 2003 Client Health Startup Script v4.18
Script updated: http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx Below is a listing of features...
Software Install Review via the Add Remove Table
Software Install Review for Add Remove Table I was reading Joe Funk’s Blog Post SMS Reports - Software Install Review. I noticed he was using the v_GS_INSTALLED_SOFTWARE...
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...
Start a Service via ADSI
I recently ran into the problem of WMI being stopped on workstations. As such I needed to find an easy way to start the service on the box locally without...
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...
VBA and VSTA - The Future? Updated
Update : I have just received word back from the Office team. VBA will indeed be supported in Office 14. The Office team does, however, encourage the consideration...
VBA and VSTA - The Future?
See Update: http://myitforum.com/cs2/blogs/scassells/archive/2008/07/09/vba-and-vsta-the-future-updated.aspx W hat does this mean? http://vba.summsoft...
More Posts Next page »