| Method Name | Description |
| CheckScript | used to find whether CScript is used or not |
| vbPrintf | Simulates the Printf function |
| getHostName | used to get the current Host name |
| getUserName | used to get the current User Name |
| getDomainName | used to get the current Domain name |
| getPassword | used to get the password from the user |
| trapError | Reports error with a string saying what the error occurred in |
| getArguments | used to get the arguments into appropriate variables |
| wmiConnect | used to connect to wmi provider with the given credentials |
| packString | Attaches spaces to a string to increase the length to intWidth |
| getMaxStringLen | used to get length of the maximum length string in an array of strings |
| showResults | used to show results in the desired format |
| validateDateTime | To validate the date-time format specified |
| changeToWMIDateTime | To format the given date-time |
| matchPattern | checks whether a given value matches a particular pattern |