Browse by Tags

All Tags » Vbs Scripts (RSS)

VBS Script To Verify If A List Of Hot fixes Is Installed On A Specified Computer

This VBS script is a modified version of my previous post below that will read a list of hot fixes stored in a text file called Hotfixes.Txt with the following...
Posted by dhite | with no comments
Filed under:

VBS Script To Last Hardware Scan Information For A Collection

This VBS script will return the last Hardware Scan information for all the resources in a specified collection. Note: Change the All Systems collection...
Posted by dhite | 1 comment(s)
Filed under:

Get Domain Machines And Versions From Active Directory

This VBS script will allow you to retrieve the machine names and their appropriate Network Operating Systems (NOS) names from Active Directory. VBS Script...
Posted by dhite | with no comments
Filed under:

VBS Script To Return The Processor Architecture Platform Information From A List Of Machines

The VBS Script here will read a list of machines in a text file called MachineList and will provide you with the processor platform information for each...
Posted by dhite | with no comments
Filed under:

VBS Script To Enumerate Software Metering Properties

The VBS script below will allow you to send the Software Metering properties for your site to an Excel spreadsheet as viewed in the ConfigMgr Software...
Posted by dhite | with no comments
Filed under:

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"...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:

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"...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:

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:...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:

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...
Posted by dhite | with no comments
Filed under:
More Posts Next page »