Browse by Tags

All Tags » vbscript (WSH) (RSS)

Script to set ConfigMgr Client's 'Install required updates on a schedule'

This came out of the SDK: on error resume next 'From ConfigMgr07 SDK 'Parameters: 'First parameter is the day '0=none, 1=Sunday, 2=Monday...
Posted by skissinger | with no comments

Security Certificates, Trusted Publishers, and ClickOnce Apps

The real author of this entry is Steve Grinker (he doesn't have a blog yet, I'm trying to convince him to get one here). By the way, Steve, yes...
Posted by skissinger | with no comments

Connection Strings for vbscript

I'm in a training class this week for scripting, and one of the web sites they mentioned was www.connectionstrings.com . There's been plenty of...
Posted by skissinger | with no comments
Filed under:

HTA to manually input Lease Info - Hardware Inventory

A few weeks ago I assisted someone in modifying their .hta to gather Lease Info. Their original was excellently written; but it was trying to write out...

Move Computer Account to another OU vbscript

As part of our imaging process, after the computer is joined to the domain, based on the first production ID logging into the system, we run the attached...
Posted by skissinger | with no comments
Filed under:

SMSUtils.com Community Downloads

Do you have lots of folders/subfolders for your packages or advertisements? We do. It makes sense when you file them like that at the time you created...
Posted by skissinger | with no comments
Filed under: ,

Using SMS 2003 to run Sun Java's TZUpdate

I suspect my environment is like others... where although you are pushing out the latest Daylight Savings Time compliant version of Sun Java Runtime, you...

Add Remote Assistance to Machine Details

This looks like a potential article to me; but I don't think rheuermann is an article author yet. http://www.myitforum.com/forums/Remote_Assist_button_on_system_details_page...
Posted by skissinger | with no comments
Filed under: ,

Book Reviews - Summary

I think my collection is nearly complete for available SMS 2003 books. I may be missing a couple, but so far I've got Pro SMS 2003 , Rod Kruetzfeld SMS...

Re-run User or Usergroup targetted Mandatory ad - RCrumbaker Web Remote Console 3.21

There are multiple scripts, standalone tools, right-click console additions to help an SMS admin trigger a re-run of a previously run (and failed, or succeeded...

Book Review - SMS 2003 Recipes

I just got my copy of " SMS 2003 Recipes " from Amazon, and all I can say is "Wow". Excellent approach to everything SMS. I like the...
Posted by skissinger | with no comments

Uninstall by Guid example - vbscript

usage: cscript/wscript NameOfScript.vbs {GUID} {GUID} etc.; again, just putting it here mostly for myself for reference. On error resume Next CountApps...
Posted by skissinger | with no comments

Kill Process w/Parameter example - vbscript

usage: wscript or cscript NameOfScript.vbs process1.exe process2.exe etc. I know this is probably in the MyItforum code examples, just putting it here...
Posted by skissinger | with no comments
Filed under:

EventLog - vbscript

This is elsewhere, just writing it here so it's easy to find for myself: Set sho = CreateObject("WScript.Shell") sho.LogEvent 4, "Script...
Posted by skissinger | with no comments
Filed under:

CurrentDir - vbscript

This is elsewhere, just writing it here so I can find it easier myself... strCurrentDir = Left(Wscript.ScriptFullName, (InstrRev(Wscript.ScriptFullName...
Posted by skissinger | 1 comment(s)
Filed under: