Set-FasAdministrationPolicy

SYNOPSIS

Sets the local administration policy for the Federated Authentication Service (FAS).

SYNTAX

Set-FasAdministrationPolicy [-DefaultToLocalhost <Boolean>] [-CheckAddressAgainstGpo <Boolean>]
 [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

This cmdlet sets the local administration policy for the Federated Authentication Service (FAS).

EXAMPLES

EXAMPLE 1

PS C:\>

C:\PS> Set-FasAdministrationPolicy -DefaultToLocalhost $true -CheckAddressAgainstGpo $false
<!--NeedCopy-->

Description


This code will cause FAS cmdlets which take an optional Address parameter to default to localhost if no address is supplied and $CitrixFasAddress is not set. If an address is supplied, FAS cmdlets will not check the address is present in the GPO.

PARAMETERS

-DefaultToLocalhost

If $true, FAS cmdlets which take an optional Address parameter will default to localhost if no address is supplied and $CitrixFasAddress is not set.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-CheckAddressAgainstGpo

If $true, FAS cmdlets which take an optional Address parameter will check the supplied address is present in the FAS GPO.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: (no change)
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

NOTES

Get-FasAdministrationPolicy

Set-FasAdministrationPolicy