Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试查看哪些组在组内。例如: ACCCLK_JC是 的工作代码ACCCLK。它包含大约 17 个组。我希望看到这个组中的每个组。这也称为嵌套组或子组。
ACCCLK_JC
ACCCLK
在输入这个问题时,我发现了答案。
Get-ADPrincipalGroupMembership $Group | Select-Object -ExpandProperty name