株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

結構使える気がするよ。

$list = Get-ADObject -Filter * | Where-Object {$_.ObjectClass -eq "organizationalUnit"} | Select-Object -Property DistinguishedName ; ($list | ForEach-Object {Get-GPInheritance -Target $_.DistinguishedName}).GpoLinks | Select-Object -Property DisplayName,Target

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)