Blog Detail
Don Hite
http://myitforum.com/cs2/blogs/dhite/default.…
Tags: Break Time, By Request, Microsoft SQL Server, Odds & Ends, PowerShell, SMS 2003 SQL Queries, Vbs Scripts
Recent Posts
CSI-Windows VBScript UAC Function for Snooping Permissions
The CSI-Windows VBScript UAC Function for Snooping Permissions (IfUserPerms.vbs) Version 1.2 written by our pal Darwin Sanoy has been released and is available for download. With this script you can quickly determine if your current ses...
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 Site Code") S...
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 Name") strSiteCode ...
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") objExcel....
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") objExcel.Visib...
