AuthScheme Parameter (Connect-RSS Cmdlet)
The scheme used for HTTP authentication. Accepted entries are NTLM, Basic, Digest, Negotiate and None.
Syntax
Connect-RSS -AuthScheme string
Possible Values
None, Basic, Digest, NTLM, NegotiateData Type
cstr
Default Value
"None"
Remarks
The scheme used for HTTP authentication. Accepted entries are NTLM, Basic, Digest, Negotiate and None.
- NTLM: Set this to use your Windows credentials for authentication.
- Basic: Set this to use HTTP Basic authentication.
- Digest: Set this to use HTTP Digest authentication.
- Negotiate: If AuthScheme is set to Negotiate, the 本製品 will negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate if you want to use Kerberos authentication.