Configuration Information in Windows (WMI Mode)

Configuration Information in Windows (WMI Mode)


Information
Script Name
System Information 
conf-sys-info.vbs
OS Information
conf-os-info.vbs
Memory Information 
conf-mem-info.vbs
Processor Information 
conf-proc-info.vbs
Network Interface Settings 
conf-net-info.vbs
Printer Settings 
conf-prnt-info.vbs

Execute the required script file (mentioned in the table) located in <Applications Manager Home>/working/conf/applications/scripts/ directory from command prompt as follows:

For Remote servers,
cscript <ScriptName> <hostname> <username> <password>

For Local servers,
cscript <ScriptName> <hostname>

where,
ScriptName is the name of the script file.
hostname, username, and password is the target server's hostname/IP address, username specified for monitoring and password of that user respectively.

Check whether you are able to get the output for the above commands. 

                    New to ADSelfService Plus?

                      • Related Articles

                      • Configuring non-admin user account for WMI monitoring

                        By default, Windows allows only members of the Administrators or Domain Admin groups to read WMI class information. However, you can configure a regular user to access WMI information by performing the following steps on the server that needs to be ...
                      • WMI Error Troubleshooting Guide

                        Overview This Knowledge Base provides troubleshooting guidance for commonly encountered Windows Management Instrumentation (WMI) errors that may occur while adding a Windows monitor or collecting metrics through WMI mode in Applications Manager. WMI ...
                      • WMI Metrics Reference Tables

                        Windows Server Monitor - WMI Metrics Reference Tables This document lists the WMI namespaces, classes, and WQL queries used by AppManager Windows Server Monitor scripts in WMI mode. These reference tables can be used for troubleshooting WMI-related ...
                      • "The RPC server is unavailable" error message displayed while adding or monitoring Windows server through WMI mode.

                        Overview This article provides troubleshooting steps for the "The RPC server is unavailable" error encountered while adding a Windows Server Monitor or during data collection through WMI mode in Applications Manager. This error indicates that ...
                      • Setting WMI access through Active Directory and Group Policy Object for non-admin user

                        In our case, we run Active Directory on Windows 2008 R2 and we want to scan the target machine which is Windows 2012 R2 machine. Our domain is called “APMCLU” and we name our dedicated WMI user-account “wmiuser”. First – Setting done from Active ...