Cmdlets for Adobe Commerce

Build 24.0.9175

ProxyPassword Parameter (Connect-AdobeCommerce Cmdlet)

The password associated with the user specified in the ProxyUser connection property.

Syntax

Connect-AdobeCommerce -ProxyPassword string

Data Type

cstr

Default Value

""

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyPassword
BASIC The password associated with the proxy server user specified in ProxyUser.
DIGEST The password associated with the proxy server user specified in ProxyUser.
NEGOTIATE The password associated with the Windows user account specified in ProxyUser.
NTLM The password associated with the Windows user account specified in ProxyUser.
NONE Do not set the ProxyPassword connection property.

For SOCKS 5 authentication or tunneling, see FirewallType.

The cmdlet only uses this password if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the cmdlet instead uses the password specified in your system proxy settings.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175