ProxyExceptions Parameter (Connect-GoogleSheets Cmdlet)
A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the ProxyServer .
Syntax
Connect-GoogleSheets -ProxyExceptions string
Data Type
cstr
Default Value
""
Remarks
The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.
Note that the cmdlet uses the system proxy settings by default, without further configuration needed; if you want to explicitly configure proxy exceptions for this connection, you need to set ProxyAutoDetect = false, and configure ProxyServer and ProxyPort. To authenticate, set ProxyAuthScheme and set ProxyUser and ProxyPassword, if needed.