Browse by Tags
All Tags »
VB Script (
RSS)
Here is a little VB Script to query WMI and to check if a particular patch is installed. 'On Error Resume Next strKB = Inputbox ("Enter the KB...
Scenario – Some time when you manage multiple servers and you want to verify if a particular entry(SearchString) exists in Hosts File… 'On...
This is a VB Script and it is a “make over” of my previous post http://myitforum.com/cs2/blogs/yli628/archive/2007/11/15/vb-script-to-check...
Here is a VB script to check file size and modified date aginist a list of files on a list of servers. On Error Resume Next Set oFSO = CreateObject("Scripting...
Here is a VB script to check and verify the McAfee On Access Scan Exclusions on multiple machines and write the results to txt files. I am doing VB script...
Here is a VB/WMI script to assign Symantec Antivirus parent server to multiple Clients based on their default gateway. What this script does is to read...
Here is a VB script to use the Win32_NetworkAdapter class and the DeviceID property (as the netConnectionID property is not available in Windows 2000/NT...
Here is a VB script to use the Win32_NetworkAdapter class and the NetconnectionID property to determine the MAC address of the active network connection...
Here is a VB/WMI script to read remote registry to get IP address information for server. First, it uses WMI to read a string and to determine which network...
We have a lot of “non standard” servers for whatever reasons. In order to facilitate the DST patch push. I put together an Ad Hoc script to...
Here is a VB script to read clients from a txt file and fetch themto a dictionary and ping test them, get their current site code and reassign their site...
One of the pre-requirement to deploy ITMU is that the automatic update service should be set to automatic and should be in started state. Here is a VB...
Here is a VB script to create server patch status report in excel and the report can also be used as server inventory. Please note that the script creates...
In our environment, we noticed that SMS Host Agent Service stopped on some of the clients and their cache size is 0. Further investigation revealed that...