Management Shell for Active Directoryを使ってみる
Quest Softwareから
PowerShell Cmdlets for Active Directory
というアプリケーションが無償公開されています。このアプリケーションを用いる事により、PowerShell上から簡単にActive Directoryを操作する事が出来るようになります。現時点の最新バージョンは1.07です。
Cmdlet(コマンドレット)とはPowerShell謹製のコマンドの事ですが、独自に追加する事が可能です。
と
ActiveRoles Management Shell for Active Directory - Administrator’s Guide
をダウンロードします。Administrator’s Guideの方は英語のPDF形式のファイルです。
ActiveRoles Management Shell for Active DirectoryをインストールしたらPowerShell上から
get-command -pssnapin quest*
もしくは
get-command *qad*
と入力すればコマンドレットの一覧を表示させる事が出来ます。ActiveRoles Management Shell for Active Directoryに搭載されているコマンドレットは以下の通りです。
(more…)
Popularity: 3%
トラックバック URI : http://pnpk.net/cms/archives/396/trackback/
コメント (0)