< Back

Get-ALUserList

Mon Jan 13, 2020 7:35 am

NAME Get-ALUserList



SYNOPSIS

Gets list of users and groups for specific LDAP DN





SYNTAX

Get-ALUserList [-websession] <Object> [-junctionid] <String> [[-dn] <String>] [<CommonParameters>]





DESCRIPTION

Gets list of users and groups for specific LDAP DN





PARAMETERS

-websession <Object>

Existing Webrequest session for ELM Appliance



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-junctionid <String>

Directory junction ID



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-dn <String>

LDAP DN of user location



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ALUserList -websession $websession -junctionid $dir.id -dn "CN=Users,DC=mydomain,DC=com"













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-ALUserList -websession $websession -junctionid $dir.id















RELATED LINKS