powershell 计数AD小组成员

Posted

tags:

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

$GroupName = Read-Host "Group Name"

$MemberCount = (Get-ADGroup $GroupName -Properties *).member.count
Write-Host "$GroupName : $MemberCount"

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

使用 PowerShell 通过 AD 组成员授予 Lync 策略

powershell AD-组成员

powershell 比较AD组成员

powershell AD - 修改 - 组成员

powershell 是AD组的用户成员

powershell 导出AD组成员