Gets enterprise certificate service server.
Get-SystoLockEnrollmentService [[-ConfigString] <String>] [<CommonParameters>]
Get-SystoLockEnrollmentService -Type <CAConfigType> [<CommonParameters>]
The Get-SystoLockEnrollmentService
cmdlet returns the specified instance of Enterprise Certificate Services or performs a search to get all existing services.
PS C:\> Get-SystoLockEnrollmentService
Returns all existing certificate service servers.
PS C:\> Get-SystoLockEnrollmentService -ConfigString '*DEV*'
Returns all certificate service servers that match specified wildcard.
PS C:\> Get-SystoLockEnrollmentService -Type First
Returns the first certificate service server.
Specifies the configuration string or a wildcard of a certificate service server.
Type: String
Parameter Sets: ConfigString
Aliases: Name, Config, Server
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the certificate service server type.
Type: CAConfigType
Parameter Sets: Type
Aliases:
Accepted values: Default, UIPick, First, Local, LocalActive, UIPickSkipLocal
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
ConfigString.
Specifies the certificate service server type.
Default: the default certification authority.
UIPick: displays a user interface that allows the user to select a certification authority.
First: the first certification authority in the system.
Local: the local certification authority in the system.
LocalActive: the local certification authority if it is running.
UIPickSkipLocal: displays a user interface that allows the user to select a certification authority.
Contains certification authority configuration.
Authority: certification authority (CA) name.
CommonName: common name of the server.
ComputerName: computer name.
Config: computer\CA name.
Country: country or region.
Description: descriptive comment about the server.
ExchangeCertificate: name of the file that contains the exchange certificate.
Flags: indicates the location where the certification authority was found.
SignatureCertificate: the file that contains the CA certificate (also known as the CA signature certificate); this may or may not be a root certificate.
Test-SystoLockEnrollmentService