BACK TO INDEX

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