| Win32_Proxy | |||
| The Win32_Proxy setting class provides methods to query and set the proxy settings. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| ProxyPortNumber | String | The ProxyPortNumber property refers to the Port number configured to access the proxy server for the user on the machine. | |
| ProxyServer | String | The ProxyServer property refers to the Proxy server name configured for the user on the machine. | |
| ServerName | String | The ServerName property uniquely identifies the system whose WPA properties and methods are to be accessed. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_Proxy    {     ProxyPortNumber = "";     ProxyServer = "";     ServerName = "sccm01.DudeWorks.local";    }; | |||