-
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...
-
This SQL Query will filter out all of the invalid system enclosure asset tags using NOT NULL, Not Like (<>) and NOT IN SQL commands. SQL Query: Select SD . Name0 'Machine Name' , SD . User_Name0...