Set-FasAdministrationPolicy¶
Synopsis¶
Sets the local administration policy for the Federated Authentication Service (FAS).
Syntax¶
Set-FasAdministrationPolicy [-DefaultToLocalhost <Boolean>] [-CheckAddressAgainstGpo <Boolean>] [<CommonParameters>]
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
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: True (ByPropertyName) Accept wildcard characters: False
-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: True (ByPropertyName) Accept wildcard characters: False
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.