SYNOPSIS

Sets or updates the local proxy settings.

PARAMETERS

  • -ProxyParameters | <String[]> - (Optional) The proxy parameters for the local proxy.
  • -Port | <Int32> - (Optional) The port number for the local proxy.
  • -AutoStart | <String> - (Optional) The flag to auto start the local proxy. Accepts ‘true’ or ‘false’.

NOTES

This Commandlet is only available on Windows AMD64.

EXAMPLES

EXAMPLE 1

AskUI-SetLocalProxySettings -AutoStart 'true'

EXAMPLE 2

AskUI-SetLocalProxySettings -ProxyParameters 'param1', 'param2' -Port 8080 -AutoStart 'true'