< Back

Get-ALUserAssignment

Mon Jan 13, 2020 7:33 am

NAME Get-ALUserAssignment



SYNOPSIS

Gets user app layer assignments





SYNTAX

Get-ALUserAssignment [-websession] <Object> [-id] <String[]> [<CommonParameters>]





DESCRIPTION

Gets user app layer assignments





PARAMETERS

-websession <Object>

Existing Webrequest session for ELM Appliance



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-id <String[]>

Unidesk ID of user



Required? true

Position? 2

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-ALUserAssignments -websession $websession -id "4521984" -Verbose















RELATED LINKS