|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources.
|
WSH - Simple ScriptIntroduction to WSH (Windows Scripting Host)WSH (Windows Script Host) will become an important player in every network administrator's team. The best way to get started is by writing simple scripts. Feel free to amend my examples to suit your domain. In fact, discovering what happens when you change a name here or command there, is the classic way to learn how WSH scripts work. Topic - Simple WSH ScriptThe purpose of my sample script is to check the version numbers of WSH, VBScript, WMI, and ADSI. This is what the output of your script will look like. Note the subtle differences in the names of the 4 executables: WSH, VBScript, WMI and ADSI. Check out the part of the script where the major and minor version numbers are joined (concatenated) to echo the final result.
° Simple ScriptHere is a sample script to check your version of WSH and WMI. 'Script to display WSH, VBScript, WMI, and ADSI
versions Copy the above script into Notepad Save with a .vbs extension, e.g. guydemo.vbs. Double click to execute.
Guy
Recommends: Permissions Analyzer - Free Active Directory Tool
|
||||
Custom Search
|
Guy Recommends: WMI Monitor and It's Free!
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |