Reset-FasRaCertificateMonitor

SYNOPSIS

Reset the FAS RA Certificate Monitor configuration.

SYNTAX

Reset-FasRaCertificateMonitor [-Address <String>] [-UserName <String>] [-Password <String>]
 [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

This command resets the configuration of the FAS RA Certificate Monitor to its defaults.

The Health Monitor is turned on by default.

See Set-FasRaCertificateMonitor for information about the FAS RA Certificate Monitor and its default configuration.

EXAMPLES

EXAMPLE 1

PS C:\>

C:\PS> $CitrixFasAddress="localhost"
C:\PS> Reset-FasRaCertificateMonitor
C:\PS> Get-FasRaCertificateMonitor
<!--NeedCopy-->

Description


This code resets the Health Monitor configuration then displays its settings.

PARAMETERS

-Address

Address of FAS Server (or $NULL to use $CitrixFasAddress)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $CitrixFasAddress
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 does not have a return value.

NOTES

Set-FasRaCertificateMonitor

Get-FasRaCertificateMonitor

Reset-FasRaCertificateMonitor