Cmdlets for RSS

Build 25.0.9434

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, Negotiate

Data 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.

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