コンテンツへスキップ

Windows 10のPowerShellからActive Directory関連のコマンドを打てるようにする

Windows 10 用のリモート サーバー管理ツール
https://www.microsoft.com/ja-JP/download/details.aspx?id=45520

Windows 10(64bit) は WindowsTH-RSAT_WS_1803-x64.msu を選択

PowerShellを起動

whoami /fqdn

RSAT for Windows 10 で追加される機能 (ja-JP)
https://social.technet.microsoft.com/wiki/contents/articles/32010.rsat-for-windows-10-ja-jp.aspx
"Active Directory Module for Windows PowerShell"をインストールするのが目的

hoge(OU)に含まれるメンバー一覧を表示する

Get-ADGroupMember -Identity "hoge"

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA