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?

遠隔でグループポリシーを操作する。

Posted at

1.機能をインストールする。
「設定」-「システム」-「オプション機能」から「オプション機能を追加する」から「RSAT:グループポリシーの管理」を検索しインストールする。
2. 下記コマンドで実行する。
runas /noprofile /user:ドメイン\編集可能アカウント "%SystemRoot%\system32\mmc.exe %SystemRoot%\system32\gpmc.msc"

*セントラルストアのポリシーテンプレートではなく、そのPCに入っているポリシーテンプレートを使用したい場合は、下記のレジストリを設定する。
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GroupPolicy
名前:EnableLocalStoreOverride
型:REG_SZ
値:1

参考場所
 https://support.microsoft.com/ja-jp/topic/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97-%E3%83%9D%E3%83%AA%E3%82%B7%E3%83%BC-%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88-%E3%82%A8%E3%83%87%E3%82%A3%E3%82%BF%E3%83%BC%E3%81%AB%E5%AF%BE%E3%81%97%E3%81%A6%E3%83%AD%E3%83%BC%E3%82%AB%E3%83%AB%E3%81%AE-admx-%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E4%BD%BF%E7%94%A8%E3%82%92%E6%9C%89%E5%8A%B9%E3%81%AB%E3%81%99%E3%82%8B%E6%9B%B4%E6%96%B0%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0%E3%81%8C%E3%81%82%E3%82%8A%E3%81%BE%E3%81%99-24ea6900-fa03-d53f-c666-199e5ac02be9

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?