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?

ActiveDirectory構築時にエラーコード0x800f0950が出てグループ ポリシー管理ツールがインストールできない件

0
Posted at

タイトルのまんまです

環境

  • RaspberryPi 3B+
  • RaspberryPi OS Bookworm
  • Samba Version 4.17.12-Debian
  • ChatGPT5.2 Thinking
  • Windows11 Pro

セキュリティや妥当性の検証については各自にて確実に実施されますようお願い申し上げます。当方では責任を負いかねます。

やったこと

chatGPTに教わりながら、SambaにActiveDirectory機能をインストールし、Windows11 proからRSATで設定できるようにしたかった。

症状

ActiveDirectoryでWindowsの管理ユーザー(Administrator)を作ろうとしたところ、グループポリシー管理ツールがインストールできなかった。

コマンドラインから実施したところ、上記のエラーコードが表示された。

Add-WindowsCapability -Online -Name Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0

対症療法

.NET Framework 3.5が有効化されていないため、これを有効にする

やり方

  1. Win+Rでファイル名を指定して実行から"control"でコントロールパネルを開く
  2. 左のペインから「Windowsの機能の有効化または無効化」を開く
  3. .NET Framework 3.5の項目をすべて有効化

再実行

上記コマンドでダウンロードとインストールが完了するはず。

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?