Request-FasCloudRegistration

SYNOPSIS

Requests a new cloud registration code

SYNTAX

Request-FasCloudRegistration [-CloudId <String>] [-Staging] [-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 requests a new cloud registration code, which needs to be approved by the Citrix Cloud administrator in Citrix Cloud.

EXAMPLES

Example 1

PS C:\> Request-FasCloudRegistration -CloudId com -Address localhost
<!--NeedCopy-->

Requests a new registration code to register with the ‘commercial’ 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-->

-CloudId

The Citrix cloud identifier represents the Citrix cloud which FAS will be registered with

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 FAS, 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-->

-Staging

Type: SwitchParameter
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.RequestCloudRegistrationUserResponse

NOTES

Get-FasCloudRegistrationCloudInfo

Get-FasCloudRegistrationStatus

Complete-FasCloudRegistration

New-FasCloudRegistration

Request-FasCloudRegistration