Get-BluGenieADGroupMembers
Get-BluGenieADGroupMembers
SYNOPSIS
Query Active Directory via LDAP without the need for RSAT to be installed.
SYNTAX
Get-BluGenieADGroupMembers [[-GroupName] <String>] [[-Domain] <String>] [-FullDetails] [-UseCache] [[-CachePath] <String>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [[-FormatView]
<String>] [<CommonParameters>]DESCRIPTION
Query Active Directory via LDAP without the need for RSAT to be installed.
EXAMPLES
EXAMPLE 1
Command: $ConsoleSystems = Get-BGADGroupMembers -GroupName S_Wrk_Posh3PlusLabSystems -ReturnObjectDescription: Use this command to Query an AD Group and assign them to the BluGenie Console Systems variable
Notes:EXAMPLE 2
Command: Get-BGADGroupMembers -GroupName S_Wrk_Posh3PlusLabSystems -ReturnObjectEXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
EXAMPLE 12
PARAMETERS
GroupName
Domain
FullDetails
UseCache
CachePath
Walkthrough
ReturnObject
OutUnEscapedJSON
OutYaml
FormatView
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated