< Back

Connect-ALsession

Mon Jan 13, 2020 7:18 am

NAME Connect-ALsession



SYNOPSIS

Connects to the Citrix Application Layering appliance and creates a web request session





SYNTAX

Connect-ALsession [-Credential] <PSCredential> [-aplip] <String> [<CommonParameters>]





DESCRIPTION

Connects to the Citrix Application Layering appliance and creates a web request session





PARAMETERS

-Credential <PSCredential>

PowerShell credential object



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-aplip <String>



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:\\>$websession = Connect-alsession -aplip $aplip -Credential $Credential -Verbose















RELATED LINKS