0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Cred SSP認証 を有効にできない

Posted at

CredSSP :Credential Security Support Provider
つまり、サーバーやPCにリモート接続する際の認証要求を処理します。

Hyper-Vからクラウド上のサーバーにアクセスする際に、いくつかクライアント側に設定をいれます。
その手順の中に、CredSSP をクライアント端末にて有効にする必要がありました。

CredSSP 有効化にするには、以下のコマンドをPowerShellにて実行します。

コマンド:enable-wsmancredSSP -role client -delegatecomputer 'クライアントIP'

※Hyper-Vからクラウド上のサーバーにアクセスするには、このコマンドだけでは完了しません。

しかし、エラーが発生。

powershell enable-wsman credssp.png

設定を有効にできない、とのエラーメッセージでした。

PowerShellを管理者権限で開いたり、ログインユーザーの権限を確認しましたが、変化なしでした。

【解決策】

ドメインコントローラーと疎通をとれる環境にしたらいけた!

このクライアント端末は、ドメインに参加していました。
設定時、ドメインコントローラーと疎通できない環境でした。

実行するコマンドは、ローカルグループポリシーの設定を変更するものなのですが、
ドメインに参加している場合、グループポリシーの反映関連で、ドメコンと疎通が取れないとローカルグループポリシーの設定を変更できないようです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?