Browse by Tags
All Tags »
Visual Basic (
RSS)
To register a Dynamic Link Library (DLL) in Microsoft we use Regsvr32.exe to: LoadLibrary() is called to load the control into memory, GetProcAddress(...
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...
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...
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...
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...
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...
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...
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...