Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
AnyBox
0.3.3
Examples/AnyRepo/Repo/PreProd/AD/Get-GroupMembers.ps1
param
(
[
ValidateNotNullOrEmpty
(
)
]
[string]
$GroupName
,
[switch]
$Recursive
)
Get-ADGroupMember
$GroupName
-Recursive:
$Recursive