Sign in
|
Join
|
Help
Sherry Kissinger at myITforum.com
Standardize. Simplify. Automate.
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
Book Review
ConfigMgr07
Misc
MMS2007
MMS2008
Packaging
PocketPC
RCrumbaker 3.21 Customizations
Reporting (WQL)
SMS_DEF.MOF
SMS2003
vbscript (WSH)
WMI
XML
News
Navigation
Site Home
Home
Bloggers List
Blogs
Photos
Downloads
Archives
August 2008 (4)
July 2008 (5)
June 2008 (2)
May 2008 (6)
April 2008 (7)
March 2008 (1)
February 2008 (4)
January 2008 (7)
December 2007 (2)
November 2007 (3)
October 2007 (3)
September 2007 (1)
August 2007 (2)
July 2007 (3)
June 2007 (3)
May 2007 (5)
April 2007 (5)
March 2007 (21)
February 2007 (2)
January 2007 (4)
December 2006 (3)
November 2006 (6)
October 2006 (5)
September 2006 (16)
Browse by Tags
All Tags
»
vbscript (WSH)
(
RSS
)
Book Review
ConfigMgr07
Packaging
RCrumbaker 3.21 Customizations
SMS_DEF.MOF
SMS2003
Wednesday, August 13, 2008 6:11 AM
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, 3=Tuesday, 4=Wednesday '5=Thursday, 6=Friday...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
,
ConfigMgr07
Friday, June 20, 2008 4:24 PM
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, your name is going to be prominently displayed until...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
,
Packaging
Wednesday, October 24, 2007 8:31 AM
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 times when I've searched the 'net (and been...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
Wednesday, September 05, 2007 6:56 PM
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 the gathered data as a noidmif and they were having...
Posted by
skissinger
|
1 comment(s)
Filed under:
vbscript (WSH)
,
SMS2003
,
SMS_DEF.MOF
Wednesday, July 11, 2007 9:30 AM
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 vbscript. The script is run using account credentials...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
Wednesday, April 25, 2007 6:19 AM
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 them... but months later you wonder where you put...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
,
SMS2003
Monday, February 05, 2007 3:26 PM
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'll have some exceptions where computers have multiple...
Posted by
skissinger
|
1 comment(s)
Filed under:
vbscript (WSH)
,
SMS2003
,
Packaging
Tuesday, January 09, 2007 9:46 PM
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%3F/m_148605/tm.htm
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
,
SMS2003
Tuesday, December 26, 2006 1:56 PM
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 2003 Administrator's Reference , Ron D. Crumbaker...
Posted by
skissinger
| with
no comments
Filed under:
RCrumbaker 3.21 Customizations
,
vbscript (WSH)
,
SMS2003
,
SMS_DEF.MOF
,
Packaging
,
Book Review
Wednesday, November 29, 2006 8:47 PM
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) mandatory advertisement targetted to a machine...
Posted by
skissinger
| with
no comments
Filed under:
RCrumbaker 3.21 Customizations
,
vbscript (WSH)
,
SMS2003
Wednesday, September 13, 2006 7:00 PM
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 concept, the problem/solution format, the "discussion"...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
,
SMS2003
,
Book Review
Friday, September 08, 2006 2:53 PM
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 = Wscript.Arguments.Count If Wscript.Arguments.Count...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
,
Packaging
Friday, September 08, 2006 2:48 PM
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 for my own use. On error resume Next CountApps = Wscript...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
Friday, September 08, 2006 2:46 PM
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 started." ' Information sho.LogEvent...
Posted by
skissinger
| with
no comments
Filed under:
vbscript (WSH)
Friday, September 08, 2006 2:44 PM
CurrentDir - vbscript
This is elsewhere, just writing it here so I can find it easier myself... strCurrentDir = Left(Wscript.ScriptFullName, (InstrRev(Wscript.ScriptFullName, "\") -1))
Posted by
skissinger
|
1 comment(s)
Filed under:
vbscript (WSH)