User Parameter (Connect-ExcelServices Cmdlet)
Specifies the username for the account used to authenticate to the server.
Syntax
Connect-ExcelServices -User string
Data Type
cstr
Default Value
""
Remarks
This property specifies the username for the account the 本製品 uses to authenticate to the SharePoint server.
It is used together with the Password property.
The required username format may vary depending on the authentication scheme. For example, domain\username which is typically used in NTLM or Kerberos environments or [email protected] for ADFS or Forms authentication.
Use this property when the selected authentication scheme requires user credentials.
This is a required parameter.