Get-FasCloudRegistrationStatus

SYNOPSIS

Gets the current status of the cloud registration process.

SYNTAX

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

DESCRIPTION

The cloud registration process is a 3-step process involving requesting a registration code, approving that code in Citrix Cloud, and finally completing the registration process once the code is approved. This command displays the current status, such as pending approval, registration complete etc.

EXAMPLES

Example 1

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

Gets the status of the current cloud registration process.

Example 2

PS C:\> (Get-FasCloudRegistrationStatus -Address localhost).ResourceLocations
<!--NeedCopy-->

Show how to get the list of available resource locations. This requires that the registration code has been approved in Citrix cloud.

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 connect to the FAS server, which if not specified, will use the current Windows 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.ToggledPowerShell.Registration.Models.GetCloudRegistrationStatusUserResponse

NOTES

Get-FasCloudRegistrationCloudInfo

Request-FasCloudRegistration

Complete-FasCloudRegistration

New-FasCloudRegistration

Get-FasCloudRegistrationStatus