Get-FasCloudRegistrationCloudInfo

SYNOPSIS

Gets the list of available Citrix clouds

SYNTAX

Get-FasCloudRegistrationCloudInfo [-Address <String>] [-UserName <String>] [-Password <String>]
 [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

A Citrix cloud has Citrix Virtual Apps and Desktop service hosted in it. Each cloud is identified by a cloud identifier which can be used when refering to a Citrix cloud in other commands.

EXAMPLES

Example 1

PS C:\> Get-FasCloudRegistrationCloudInfo -Address localhost
<!--NeedCopy-->

Gets the list of Citrix clouds supported by the FAS server located at localhost. The output including the cloud identifier which can be used to refer to specific clouds within other commands.

PARAMETERS

-Address

Address of FAS Server (or $NULL to use $CitrixFasAddress)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

-Password

Password for authentication to FAS server ($NULL for current user account)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

-UserName

Username to use to connect to the FAS server, which if not specified, will use the current Windows network identity

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

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.

INPUTS

None

OUTPUTS

Citrix.Authentication.FederatedAuthenticationService.PowerShell.FasCloudInfo[]

NOTES

Request-FasCloudRegistration

Get-FasCloudRegistrationStatus

Complete-FasCloudRegistration

New-FasCloudRegistration

Get-FasCloudRegistrationCloudInfo