Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Disables the web proxy for the device.
Disable-HcsWebProxy [ <CommonParameters>]
The Disable-HcsWebProxy cmdlet disables the web proxy for the device. This cmdlet does not delete current configuration settings. If you enable the proxy again, the device has the same settings.
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Microsoft.HCS.Management.Platform.Support.WebProxyInfoFull
The WebProxyInfo object has the following properties:
-- String ConnectionURI
-- WebProxyAuthType Authentication
-- String Username
-- IsEnabledThe WebProxyAuthType enumeration has the following values:
-- None = proxy_auth_mech_type.AUTH_MECHANISM_NONE
-- Basic = proxy_auth_mech_type.AUTH_MECHANISM_BASIC
-- NTLM = proxy_auth_mech_type.AUTH_MECHANISM_NTLM
This command disables the web proxy for your device.
PS C:\> Disable-HcsWebProxy