ProxyPassword Parameter (Connect-ExcelOnline Cmdlet)
The password associated with the user specified in the ProxyUser connection property.
Syntax
Connect-ExcelOnline -ProxyPassword string
Data Type
cstr
Default Value
""
Remarks
This property is used to authenticate to an HTTP proxy server that supports NTLM (Windows), Kerberos, or HTTP authentication. To specify the HTTP proxy, you can set ProxyServer and ProxyPort. To specify the authentication type, set ProxyAuthScheme.
If you are using HTTP authentication, additionally set ProxyUser and ProxyPassword to HTTP proxy.
If you are using NTLM authentication, set ProxyUser and ProxyPassword to your Windows password. You may also need these to complete Kerberos authentication.
For SOCKS 5 authentication or tunneling, see FirewallType.
By default, the cmdlet uses the system proxy. If you want to connect to another proxy, set ProxyAutoDetect to false.