-
We have a development domain setup inside (VMWare) Labmanager which is "isolated" from outside. Each machine has it's private IP address such as 10.10.10.x and also has an "external"...
-
This Vbs script will take a Site server name and site code from an input box and then enumerate all of theViews on that server. It will then add them to a Microsoft Word document that you can save for...
-
This VBS Script will allow you to browse for a text based file and will open the file and replace the specified text with a string that you specify and then resave the file using text boxes. VBS Script...
-
This VBS Script will send CD-ROM drive information to excel from a list of machine names in a file called MachineList.Txt VBS Script: Set objExcel = CreateObject( "Excel.Application" ) objExcel...
-
This SQL Query will list all of the Advertisements and their corresponding Advertisement ID’s for a specified collection name such as ‘All Client Systems’. SQL Query: Select A . AdvertisementName...