Set-FasCloudConfig

SYNOPSIS

Change the Federated Authentication Service (FAS) Cloud configuration.

SYNTAX

Set-FasCloudConfig [-Rule <String>] [-Address <String>] [-UserName <String>] [-Password <String>]
 [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

FAS can be configured to accept identity assertions from Citrix Cloud Workspace.

This cmdlet changes the Federated Authentication Service (FAS) Cloud configuration.

EXAMPLES

========================== EXAMPLE 1 ==========================

PS C:\>

C:\PS> $CitrixFasAddress=(Get-FasServer)[0].Address
C:\PS> $RuleName=(Get-FasRule)[0].Name
C:\PS> Set-FasCloudConfig -Rule $RuleName
<!--NeedCopy-->

Description

===========

This code sets the FAS cloud rule to first configured FAS rule.

PARAMETERS

-Rule

Change the rule applied to identity assertions made by Citrix Cloud Workspace

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: (no change)
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

-Address

Specify a particular FAS server to contact (or $NULL to use $CitrixFasAddress)

Type: String
Parameter Sets: (All)
Aliases:

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

-UserName

User name to use for authentication to FAS server ($NULL for current user account)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $NULL
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: $NULL
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

Variable, based on property name.

This cmdlet does accept input from the pipeline but only by property name.

OUTPUTS

void

This cmdlet returns nothing

NOTES

Get-FasCloudConfig

Remove-FasCloudConfig

New-FasCloudConfig

Set-FasCloudConfig