Steve Thompson
Better living through automation :)
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
BIDS
ConfigMgr
ConfigMgr 2012
ConfigMgr R2
ConfigMgr R3
DCM
DDPS
MAP
MDOP
Misc
MMS
MMS 2009
MMS 2010
MMS 2011
MMS 2012
MVP
NAP
PowerShell
Report Builder
Reporting
Robotics
SCCM 2007
Scripting
Security
Server 2008
SMS 2003
Software
SQL
SQL Server
SQL Server 2008
SQL Server 2008 R2
SSAS
SSIS
SSRS
User Group
VBScript
Virtual Machines
Virtualization
Visual Studio
Win 7
News
Navigation
Site Home
Home
Bloggers List
Forums
Blogs
Photos
Downloads
Donate
Archives
January 2012 (1)
December 2011 (1)
November 2011 (2)
October 2011 (3)
July 2011 (7)
June 2011 (2)
April 2011 (2)
March 2011 (2)
January 2011 (4)
December 2010 (1)
November 2010 (1)
October 2010 (5)
September 2010 (1)
August 2010 (2)
July 2010 (5)
June 2010 (1)
May 2010 (6)
April 2010 (2)
March 2010 (2)
February 2010 (5)
January 2010 (2)
November 2009 (2)
October 2009 (3)
September 2009 (6)
August 2009 (3)
July 2009 (5)
June 2009 (3)
May 2009 (4)
April 2009 (3)
March 2009 (2)
February 2009 (2)
January 2009 (4)
November 2008 (2)
October 2008 (3)
September 2008 (7)
August 2008 (7)
July 2008 (2)
June 2008 (1)
March 2008 (3)
February 2008 (7)
Browse by Tags
All Tags
»
VBScript
(
RSS
)
ConfigMgr
DCM
SCCM 2007
Scripting
SMS 2003
Variable substitution in VBScript
by
sthompson
Based on a recent email exchange with a colleague, it occurred to me that this might be handy to post as a blog entry. The question - “Why do you need...
Filed under:
Scripting
,
VBScript
How to read and set registry values for SNMP
by
sthompson
I always enjoy a challenge. At my last company of employment, they needed to modify the SNMP community names, trap settings and remove the “public...
Filed under:
Scripting
,
VBScript
Dynamically Renaming a Computer with VBScript
by
sthompson
Helped out a colleague recently with an interesting scenario; as part of an Active Directory consolidation project and reimage strategy, he wanted to have...
Filed under:
Scripting
,
VBScript
Custom SMS/ConfigMgr Collection Permissions - Part 2
by
sthompson
myITForum regular Monica Readenour and Greg Augustine were kind enough to share a script that they had developed to help set custom collection permissions...
Filed under:
Scripting
,
VBScript
,
ConfigMgr
Custom SMS/ConfigMgr Collection Permissions
by
sthompson
Problem: We have a junior admin/contractor, that has a need to modify a specific set of collections at our central SMS/ConfigMgr site. These collections...
Filed under:
Scripting
,
SMS 2003
,
VBScript
,
ConfigMgr
Detect Computer Reboot Pending with DCM
by
sthompson
I've had a chance recently to work with SCCM 2007 Desired Configuration Management. If you've worked with DCM, you'll know that you need to...
Filed under:
SCCM 2007
,
VBScript
,
DCM
Script to check the CCMExec service state
by
sthompson
Have you ever needed to remotely check the state of the SMS Agent Host service, on a desktop or server? Run the following VBScript, you'll be prompted...
Filed under:
Scripting
,
SMS 2003
,
SCCM 2007
,
VBScript
How to find computer NIC's with Speed/Duplex not set to 'Auto'?
by
sthompson
This may sound like an odd request, if you've worked in information technology long enough, especially with SMS/ConfigMgr, you've probably gotten...
Filed under:
Scripting
,
SMS 2003
,
VBScript
,
ConfigMgr
How to change computer NIC Speed/Duplex property to 'Auto'?
by
sthompson
In another blog entry How to find computer NIC's with Speed/Duplex not set to 'Auto'? I described how to identify computers where the speed...
Filed under:
Scripting
,
SMS 2003
,
VBScript
,
ConfigMgr
Service Accounts - Part 2 of 2
by
sthompson
This script was the outcome of researching a way to automate the replacement of a local service account to manage the cluster service. This automation...
Filed under:
Scripting
,
SMS 2003
,
SCCM 2007
,
VBScript
Service Accounts - Part 1 of 2
by
sthompson
Microsoft best practice for service accounts, is use the concept of least permissions for the accounts. In other words, if an account needs to have local...
Filed under:
Scripting
,
SMS 2003
,
SCCM 2007
,
VBScript
Using conditional logic with VBScript (IPStackSize)
by
sthompson
One of the things I really like about VBScript is the ability to use conditional logic. As promised in an earlier blog entry, here is a good example. We...
Filed under:
Scripting
,
VBScript
Reassign an SMS or Configuration Manager Client to another Site
by
sthompson
Some time ago, I wrote an article about reassigning an SMS client to another SMS site. Since this topic seems to crop up periodically on both the myITforum...
Filed under:
Scripting
,
SMS 2003
,
SCCM 2007
,
VBScript
Other methods to set Registry key values
by
sthompson
One of the interesting things about automation, and scripting in general, there are always multiple ways to solve a problem. In yesterday’s blog, the original...
Filed under:
Scripting
,
VBScript