WSManConnectionInfo.ProxyAccessType Property

Definition

By default, wsman uses IEConfig - the current user Internet Explorer proxy settings for the current active network connection. This option requires the user profile to be loaded, so the option can be directly used when called within a process that is running under an interactive user account identity; if the client application is running under a user context different then the interactive user, the client application has to explicitly load the user profile prior to using this option.

IMPORTANT: proxy configuration is supported for HTTPS only; for HTTP, the direct connection to the server is used.

public:
 property System::Management::Automation::Remoting::ProxyAccessType ProxyAccessType { System::Management::Automation::Remoting::ProxyAccessType get(); void set(System::Management::Automation::Remoting::ProxyAccessType value); };
public System.Management.Automation.Remoting.ProxyAccessType ProxyAccessType { get; set; }
member this.ProxyAccessType : System.Management.Automation.Remoting.ProxyAccessType with get, set
Public Property ProxyAccessType As ProxyAccessType

Property Value

Applies to