Get-FasPrivateKeyPoolInfo

Synopsis

Gets information about the FAS server’s private key pool

Syntax

Get-FasPrivateKeyPoolInfo [-Address <String>] [-UserName <String>] [-Password <String>] [<CommonParameters>]
<!--NeedCopy-->

Description

This command gets information about the FAS server’s private key pool.

Key pair creation is resource intensive, so FAS maintains a pool of private keys to use in certificate signing requests (CSRs).

When the FAS service is stopped gracefully, unused keys in the private key pool are destroyed.

Examples

Example 1

PS C:\>

C:\PS> $CitrixFasAddress=(Get-FasServer)[0].Address
C:\PS> Get-FasPrivateKeyPoolInfo
<!--NeedCopy-->

Description


Returns information about the FAS server’s private key pool

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: True (ByPropertyName)
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: True (ByPropertyName)
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: True (ByPropertyName)
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

PrivateKeyPoolInfo

This cmdlet returns a PrivateKeyPoolInfo object

Notes

Get-FasPrivateKeyPoolInfo