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 » Visual Basic (RSS)
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(...
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...
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...
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...
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...
Fun with Office Assistant Merlin in VB
The following simple VB script will bring up a Merlin Office Assistant and move him around. The MoveTo locations assume dual monitors. This was originally...