Sign in
|
Join
|
Help
Don Hite at myITforum.com
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
June 2009 (5)
March 2009 (4)
February 2009 (12)
December 2008 (44)
November 2008 (48)
October 2008 (61)
September 2008 (57)
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
Bart Simpson Chalkboard
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
Don The Baptist
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
David Stein
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
Saturday, June 06, 2009 12:05 PM
VBS Script To Send Clients Assigned And Installed Site Codes To Excel
This VBS Script will send your resources assigned and installed site codes to Excel. VBS Script: strServer = InputBox ( "Enter Site Server Name" ) strDatabase = InputBox ( "Enter Three Letter...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Saturday, June 06, 2009 12:05 PM
VBS Script To Send A Specified Site Servers Roles To Excel
This VBS Script will take a remote site servers name and site code and will send the site servers roles to an Excel spreadsheet for your records. VBS Script: strComputer = InputBox( "Enter Site Server...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Saturday, June 06, 2009 12:04 PM
VBS Script Send A remote Machines Windows Updates List To Excel
This VBS Script will send the Windows Updates from a specified machine name to excel. VBS Script: strComputer = InputBox ( "Enter Machine Name" ) Set objExcel = CreateObject( "Excel.Application"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Saturday, June 06, 2009 12:03 PM
VBS Script Find SMS Services On A Remote Machine
This VBS Script will allow you to find SMS Services on a specified site server. VBS Script: strComputer = InputBox ( "Enter Machine Name" ) Set objExcel = CreateObject( "Excel.Application"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Thursday, March 12, 2009 8:57 AM
VBS Script To Send Last Hardware Scan Date Info To Excel
This VBS Script will send the following information for a specifies site server to excel: The Machine Name and whether it is Obsolete or Active and its last Hardware Scan Date. VBS Script: strServer =...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Thursday, March 12, 2009 8:56 AM
VBS Script To Browse For A Folder And Delete All Files In It
This VBS Script will allow you to browse for a directory folder and will delete all of the files in it. VBS Script: Set objShell = CreateObject( "Shell.Application" ) Set objFolder = objShell...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Thursday, March 12, 2009 8:55 AM
VBS Script To Send Machines Site Code And Domain Information From A List Of Machines To Excel
This VBS script will take a list of machine names from a text file called MachineList.Txt and will send the following information to an Excel spreadsheet taken from the “All Systems” Collection...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Thursday, March 12, 2009 8:55 AM
Terminal Server Users VBS Script
LogonType 10 is RemoteInteractive and covers both Interactive and Remote Terminal Services sessions. This is not avalible for Windows 2000 VBS Script: strComputer = InputBox( "Enter Terminal Server...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Friday, February 27, 2009 8:51 AM
VBS Script To Send Windows NT or Active Directory User Names To Excel
This VBS Script will send all of the NT or Active Directory (AD) domain user names to excel. VBS Script: strDomain = InputBox ( "Enter Domain Name Or Machine Name" ) Set objExcel = CreateObject...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Friday, February 27, 2009 8:51 AM
VBS Script To Send Windows NT or Active Directory Group Names To Excel
This VBS Script will send all of the NT or Active Directory (AD) domain group names to excel. VBS Script: strDomain = InputBox ( "Enter Domain Name Or Machine Name" ) Set objExcel = CreateObject...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Friday, February 27, 2009 8:50 AM
VBS Script To Add Multiple MMC 2.0 Snapins And Save It
This Script Requires MMC 2.0 and Above. VBS Script: Set objMMC = CreateObject( "MMC20.Application" ) objMMC.Show objMMC.Document.snapins.add( "Active Directory Users and Computers"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Friday, February 27, 2009 8:50 AM
VBS Script To Add An MMC Snapin From An Input Box
This Script Requires MMC 2.0 And Above. VBS Script: strSnapin = InputBox( "Enter Snapin Name" ) Set objMMC = CreateObject( "MMC20.Application" ) objMMC.Show objMMC.Document.snapins...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, February 16, 2009 2:48 PM
VBS Script To Monitor SQL Servers SQL Service
This VBS Script will allow you to monitor the SQL Server service state for machines in a text file called MachineList.Txt. If the service is stopped the color will be red. VBS Script: strServiceName =...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, February 16, 2009 2:48 PM
VBS Script To Send Clients Management Point Information To Excel
This VBS Script will take a list of machines in a text file called MachineList.Txt and will send their Management Point (MP) information to Excel VBS Script: Set objExcel = CreateObject( "Excel.Application"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, February 16, 2009 2:47 PM
VBS Script To Find A Configuration Manager Collection ID For Specified Collection Name
This VBS Script will allow you to find the collection ID for a specified collection name. VBS Script: strComputer = InputBox ( "Enter Site Server Name" ) strSiteCode = InputBox ( "Enter...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, February 16, 2009 2:47 PM
VBS Script To Send Last Hardware Scan Date Information To Excel
This VBS Script will send last hardware scan information to Excel for your sites resources. VBS Script: strServer = InputBox ( "Enter Site Server Name" ) strDatabase = InputBox ( "Enter...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Thursday, February 05, 2009 12:56 PM
VBS Script To Send A Remote Machines Local Administrators List To Excel
VBS Script: strComputer = InputBox ( "Enter Machine Name" ) Set objExcel = CreateObject( "Excel.Application" ) objExcel.Visible = True objExcel.Workbooks.Add intRow = 2 objExcel.Cells...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Thursday, February 05, 2009 12:55 PM
VBS Script To Send All Configuration Manager IP Subnet Boundaries To Excel
VBS Script: strServer = InputBox ( "Enter Primary Parent Site Server Name" ) strDatabase = InputBox ( "Enter Three Letter Site Code" ) Set objExcel = CreateObject( "Excel.Application"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, December 22, 2008 9:40 AM
VBS Script To Send Basic Machine Information To Excel
This VBS Script will send the following information for a specified machine name to excel: Machine Name, User Name, Operating System, Build Version, Manufacturer and Model. VBS Script: strComputer = InputBox...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, December 22, 2008 9:40 AM
VBS Script To Retrieve Machines And Their MAC Addresses From A Specified Site Server
This VBS script will retrieve machine names and their corresponding Media Access Control (MAC) addresses and send the results to an excel spreadsheet. VBS Script: strServer = InputBox ( "Enter Site...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, December 22, 2008 9:40 AM
VBS Script To Retrieve Laptop Battery Information For A List Of Machines
This VBS script will read a text file called MachineList.Txt and will write battery information for each of the resources to an Excel spreadsheet. VBS Script: Set objExcel = CreateObject( "Excel.Application"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, December 22, 2008 9:39 AM
VBS Script To Retrieve BIOS Information For A List Of Machines
This VBS script will read a text file called MachineList.Txt and will write BIOS information for each of the machines to an Excel spreadsheet. VBS Script: Set objExcel = CreateObject( "Excel.Application"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Monday, December 22, 2008 9:39 AM
VBS Script To Delete Files Older Than Eight Hours
This VBS Script will delete files in a specified directory folder that are older than 8 hours. VBS Script: strFolder = "C:\Folder Name" Set Fso = CreateObject( "Scripting.FileSystemObject"...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, December 14, 2008 3:41 PM
VBS Script To Send Site Server Populated Inbox File Counts To Excel
This VBS script is an updated version of previous scripts I wrote to count files in a specified Site Servers inboxes. The original script was written to allow me to monitor the Incoming and DDM inboxes...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, December 14, 2008 3:41 PM
VBS Script To Scan For Machines And Return Their NOS Information
This VBS script will allow you to scan your domain for machines and retrieve their Network Operating System (NOS) basic information. VBS Script: strComputer = InputBox ( "Enter Server Name" ...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, December 14, 2008 3:40 PM
VBS Script Get Add And Remove Programs For A Specified Machine
This VBS Script will list the add and remove installed applications for a specified machine and send the results to excel. VBS Script: strServer = InputBox ( "Enter SMS Server Name" ) strDatabase...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Sunday, December 14, 2008 3:40 PM
VBS Script To Retrieve Users Home Drive Information And Send To Excel
This VBS Script will allow you to enter an Active Directory (AD) domain name and will send the users Login name, Full name, Home drive letter and home share path to excel. VBS Script: strDomain = InputBox...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Saturday, December 06, 2008 8:21 AM
VBS Script Find Machines And Users With Windows Internet Explorer 7 Installed
This VBS Script will allow you to find machines and users with Windows Internet Explorer 7 Installed. VBS Script: strServer = InputBox ( "Enter Site Server Name" ) strDatabase = InputBox ( "Enter...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Saturday, December 06, 2008 8:21 AM
VBS Script To Monitor SQL Server Service Information From A List Of Machines
This VBS script will read a list of SQL Server machines in a text file called MachineList.Txt and will retrieve the SQL Service information for the servers and send the results to an excel spreadsheet...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
Saturday, December 06, 2008 8:21 AM
VBS Script To Send Organizational Unit Names And Paths From Active Directory To Excel
This VBS Script will send Organizational Unit (OU) Names And Paths From Active Directory (AD) To Excel VBS Script: strDomainName = InputBox ( "Enter Domain Name" ) Const ADS_SCOPE_SUBTREE = 2...
Posted by
dhite
| with
no comments
Filed under:
Vbs Scripts
More Posts
Next page »