powershell 比较AD组成员

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 比较AD组成员相关的知识,希望对你有一定的参考价值。

$g1 = (Get-ADGroupMember GA-200582-Britex-Radix | select DistinguishedName).DistinguishedName
$g2 = (Get-ADGroupMember GA-200582-Britex-FullDesktop | select DistinguishedName).DistinguishedName
Compare $g1 $g2 | Ft -AutoSize

以上是关于powershell 比较AD组成员的主要内容,如果未能解决你的问题,请参考以下文章

powershell AD-组成员

powershell AD - 修改 - 组成员

powershell 导出AD组成员

powershell 获得特定AD用户的组成员资格

powershell 是AD组的用户成员

powershell 计数AD小组成员