Password Parameter (Connect-ExcelServices Cmdlet)
Specifies the password for the user account used to authenticate to the server.
Syntax
Connect-ExcelServices -Password string
Data Type
cstr
Default Value
""
Remarks
This property, along with the User property, provides the credentials the 本製品 uses to authenticate to the server.
The password must match the account specified in the User property and must be valid for the authentication scheme in use.
Use this property when the selected authentication scheme requires a password-based login.
This is a required parameter.