Sign in
|
Join
|
Help
Don Hite
Select Distinct
DateAdd
(D,+1,
GetDate
())
'Be Sure To Come Back Then too!'
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
Break Time
By Request
Client Health Monitoring
ConfigMgr 2007
HTML Applications
Microsoft SQL Server
MOM 2005
MOSS 2007
myITforum Community
Odds & Ends
Odds & Ends
OpsMgr 2007
Origins
PowerShell
SCE 2007
Server Technologies
SMS 2003
SQL Queries
Vbs Scripts
News
Sign Up For E-Mail Alerts When New Content Is Added To This Blog
Tag Categories:
Break Time
By Request
Client Health Monitoring
ConfigMgr 2007
HTML Applications
Microsoft SQL Server
MOM 2005
MOSS 2007
myITforum Community
Odds & Ends
Origins
OpsMgr 2007
PowerShell
Server Technologies
SMS 2003
SQL Queries
SCE 2007
VBS Scripts
Navigation
Site Home
Home
Bloggers List
Blogs
Photos
Downloads
Archives
August 2008 (56)
July 2008 (49)
June 2008 (50)
May 2008 (56)
April 2008 (44)
March 2008 (71)
February 2008 (52)
January 2008 (33)
December 2007 (123)
November 2007 (68)
October 2007 (71)
September 2007 (68)
August 2007 (80)
July 2007 (87)
June 2007 (72)
May 2007 (89)
April 2007 (75)
March 2007 (62)
February 2007 (51)
January 2007 (61)
December 2006 (48)
November 2006 (51)
October 2006 (58)
September 2006 (49)
August 2006 (21)
July 2006 (43)
June 2006 (18)
May 2006 (14)
April 2006 (5)
Don's Links
E-Mail Don Hite
Don's myITforum Articles
Kansas City Regional Systems Management Users Group
RSS (Really Simple Syndication) Syndication Feed
Don Hite's Blog Catalog Page
Kansas City Regional Systems Management Users Group Blog
Visuals
I Want You
Visit myITforum
myITforum Links
Rod Trent's Blog
myITforum Downloads
myITforum Home Page
myITforum News Blog
myITforum User Blogs
myITforum Book Store
myITforum Columnists
myITforum Forums Page
myITforum User Groups
myITforum Wiki Service
myITforum Site News Blog
myITforum Daily Newsletter
myITforum Gear And Apparel
myITforum Newsletters Blog
myITforum Web Browser Toolbar
myITforum Branded News Reader
myITforum E-Mail Discussion Lists
myITforum Home Page Search
myITforum.com Polls
External Links
1E
Faqshop
LabMice
LearnSMS
SMS Utils
SMS Expert
Extended Tools
System Center Tools
Personal Pages
Phil Wilcock's - Farmer Phil's Diary
Duncan McAlynn's Destination: Ireland
Jarvis Davis
Blog To Blog
Anthony Clendenen
Dan Thomson
Garth Jones
Michael Mott
Rod Trent
Ron Crumbaker
Ying Li
Jason Scheffelmaer
Scott Moss
Mike Lucero
Matt Broadstock
John Nelson
Brian Tucker
Steve Thompson
Ronni Pedersen
Jason Sandys
Roger Zander
myITforum Live Search Engines
myITforum Live Blog's Search
myITforum Live Home Search
myITforum Live Forum's Search
myITforum Live Articles Search
Browse by Tags
All Tags
»
Vbs Scripts
(
RSS
)
By Request
HTML Applications
MOM 2005
PowerShell
SMS 2003
Sunday, August 24, 2008 1:07 PM
VBS Script To Retrieve SMS Executive Service Information From A List Of Machines
This VBS script will read a text file called MachineList.Txt and will write the SMS Executive services information for the site servers to an excel spreadsheet. If the service state is stopped the results...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 24, 2008 1:07 PM
VBS Script To Browse For Folder And Send Sub Folders Name And Size To Excel
This VBS Script will allow to browse for a directory folder and will write the subfolders name and size to an excel spreadsheet. VBS Script: strComputer = "." Set objWMIService = GetObject( "winmgmts...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 24, 2008 1:06 PM
VBS Script Find Clients Not Reporting A Serial Number To Excel
This VBS script will take a site server name and site code via input dialog boxes and will send the machine names to Excel that do not have a serial number present in the SMS database. VBS Script: strServer...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 17, 2008 3:31 PM
VBS Script To Send Remote Desktop Connection History To Excel
This VBS script will allow you to enter a local or remote machine name into an input dialog box and will read the registry key containing the list of the Most Recently Used (MRU) history for your Remote...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 17, 2008 3:30 PM
VBS Script To Retrieve The Current Status Of A Specified Printer Share
This VBS script will retrieve the printer status for a hard coded print server name. To prompt for a Printer name replace the line that reads: strPrinterShare = "HPPSC160" with strPrinterShare...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 17, 2008 3:30 PM
VBS Script To Retrieve SMS Services Status
This VBS script will read a text file called MachineList.Txt and will write all of the SMS services information to an excel spreadsheet. If the service state is stopped the results will be written in red...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 10, 2008 8:37 AM
VBS Script To Send Legacy Client Machine Names To Excel
This VBS script will send all of your Legacy client resource names for the specified site to an Excel spreadsheet. VBS Script: strComputer = InputBox ( "Enter SMS Server Name" ) strSiteCode ...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 10, 2008 8:36 AM
VBS Script To Send Installed Product Information For A Specified Machine To Excel
This VBS script will allow you to enter a remote machine name and will write the installed Product information to an excel spreadsheet. VBS Script: strComputer = InputBox ( "Enter Machine Name"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 10, 2008 8:36 AM
VBS Script To Retrieve The Distribution Points For A Specified Site Server
This VBS script will take a site server name and site code from input dialog boxes and will write all of the site servers Distribution Points to an excel spreadsheet. The script also has the Available...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 03, 2008 3:17 PM
VBS Script To Send Collection Counts To A Web Page
This VBS script will prompt you for a Site Server name and three-letter Site Code and will display all of the collection ID’s as well as their Collection name(s) and will display the Resource Cont...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 03, 2008 3:15 PM
VBS Script To Send User Account Information To Excel
This VBS script will take a Domain Controller (DC) or even a standalone or Member server or workstation name from an input dialog box. It will then send User account information to an excel spreadsheet...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, August 03, 2008 3:15 PM
VBS Script To Browse For A Folder And List All Directories Size In Megabytes To Excel
This VBS script will allow you to browse for a directory folder and will send all of the directory folders as well as all sub folders names and size in Megabytes (MB) to an excel spreadsheet. VBS Script...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 27, 2008 8:03 AM
VBS Script To Query The SMS Database For Machines With A Specified Product Installed
This VBS script will take a ConfigMgr 2007 or SMS 2003 site server name and site code from input dialog boxes and will write all of the machines that have a specified product installed to an excel spreadsheet...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 27, 2008 8:02 AM
VBS Script To Enumerate MP3 Files In A Specified Media Folder And Send To Excel
This is a VBS script that I wrote to allow me enumerate the MP3 files in my Windows Media Player C:\Documents and Settings\Don\My Documents\My Music folder. The script will send the following information...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 20, 2008 8:25 AM
VBS Script To Retrieve All Systems with Hardware Inventory Collected And Send To Excel
This VBS Script will take a ConfigMgr 2007 or SMS 2003 site server name and site code from input dialog boxes and write the All Systems with Hardware Inventory Collected information to an excel spreadsheet...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 20, 2008 8:24 AM
VBS Script To Verify Is A User Is A Member Of A Specified Domain Group
This VBS Script will allow you to determine if a specified user is a member of a specified domain group. VBS Script: strDomain = InputBox ( "Enter Domain Name" ) strGroup = InputBox ( "Enter...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 20, 2008 8:24 AM
VBS Script To List Members Of A Specified NT Or AD Domain Group To Excel
This VBS script will allow you to send the members of a hard coded NT or Active Directory (AD) domain to an excel spreadsheet. VBS Script: strDomain = InputBox ( "Enter Domain Name" ) strGroup...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 13, 2008 8:21 AM
VBS Script To Query The SMS Database For Machines With A Specified File And Version
This VBS script will take a ConfigMgr 2007 or SMS 2003 site server name and site code from input dialog boxes and will write all of the machines that have a specified File name and File Version to an excel...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 13, 2008 8:21 AM
VBS Script To List Local Machine Port Numbers
This VBS script will read the local machine port numbers and their names and send the results to an Excel spreadsheet. VBS Script: Set objExcel = CreateObject( "Excel.Application" ) objExcel...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 13, 2008 8:21 AM
VBS Scripts To Stop Or Start A Local Machines Specified Service
Here you will find a VBS script to stop a local machine’s specified service Display name and one that will start a local machine’s specified service Display name. The Display Name is the name...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 06, 2008 7:18 AM
VBS Script To Send Null Resources To Excel
This VBS script will send all of your Null resource names for the specified site to an Excel spreadsheet. VBS Script: strComputer = InputBox ( "Enter SMS Server Name" ) strSiteCode = InputBox...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 06, 2008 7:18 AM
VBS Script To Send SMS Or ConfigMgr Server Roles To Excel
This VBS script will take a site server name and site code from a series of input dialog boxes and will enumerate the component Server roles and write the results to excel. VBS Script: strComputer = InputBox...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, July 06, 2008 7:18 AM
VBS Script To Set A Service Start Mode To Automatic And Start It
Here you will find two VBS script to set a Service to Automatic and Start it even if the Service is Disabled or set to Manual. In the first script you can specify the Service Name and in the second script...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, June 29, 2008 7:22 AM
VBS Script To Get All Users Information And Last Login Information And Send To Excel
This VBS script will allow you to enter an Active Directory (AD) domain name and will return the following information to an Excel spreadsheet: Login Name, First Name, Last Name, Full Name, Description...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, June 29, 2008 7:22 AM
VBS Scripts To Change The Text For A Local Machines My Computer Icon
Here you will find several VBS scripts that will allow you to change the Text for the My Computer icon on your desktop. The scripts will allow you to change the text from “My Computer” to the...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, June 29, 2008 7:21 AM
VBS Script To Export SMS WQL User Resource Queries To Microsoft Word
This Vbs script will take an SMS site server name and site code from an input box and then enumerate all of the User queries on that server and read their corresponding WQL Queries. It will then write...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, June 29, 2008 7:21 AM
VBS Script To Export SMS UnSpecified Queries To Microsoft Word
This Vbs script will take an SMS site server name and site code from an input box and then enumerate all of the Unspecified queries on that server and read their corresponding WQL Queries. It will then...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, June 22, 2008 1:05 PM
VBS Script To Send Add And Remove Applications For A remote Machine To Excel
This VBS script will take a remote machine name from an input dialog box and write the following information to an excel spreadsheet for each listed item in the remote machines add and remove applications...
Posted by
dhite
|
1 comment(s)
Filed under:
Vbs Scripts
Sunday, June 22, 2008 1:04 PM
VBS Script To Ping A Remote Machine Until The Command Window Is Closed
Here you will find a VBS script that will allow you to ping a remote machine continuously (Ping –t) until you close the command window. The script can be used to monitor the shutdown or reboot process...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, June 22, 2008 1:04 PM
VBS Script To Issue The Nslookup Command Against A Remote Machine
Here you will find a VBS script that will allow you to issue the NsLookUp command against a remote machine. NsLookUp Script: strComputer = InputBox( "Enter Machine Name" ) Set objShell = CreateObject...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
More Posts
Next page »