Tests connection to enterprise certificate service servers.
Test-SystoLockEnrollmentService [[-ConfigString] <String>] [<CommonParameters>]
Test-SystoLockEnrollmentService -HostName <String> [<CommonParameters>]
Test-SystoLockEnrollmentService [-Local] [<CommonParameters>]
The Test-SystoLockEnrollmentService
cmdlet Tests connection to enterprise certificate services server and returns their configuration.
PS C:\> Test-SystoLockEnrollmentService
Test all existing certificate service servers.
PS C:\> Test-SystoLockEnrollmentService -ConfigString 'test.corp.local\CORP-CA-001'
Tests specified certificate service server.
PS C:\> Test-SystoLockEnrollmentService -ConfigString '*DEV*'
Tests all certificate service servers that match specified wildcard.
PS C:\> Test-SystoLockEnrollmentService -HostName 'ca01.corp.local'
Tests certificate service servers for specifies host.
PS C:\> Test-SystoLockEnrollmentService -Local
Tests local certificate service server.
Specifies the configuration string or a wildcard of a certificate service server.
Type: String
Parameter Sets: ConfigString
Aliases: Name, Config
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of a certificate service server.
Type: String
Parameter Sets: HostName
Aliases: Server
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allows to test local certificate service server.
Type: SwitchParameter
Parameter Sets: Local
Aliases:
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.
Configuration string, Host name.
Contains certificate service server information.
ConfigString: string in format 'host name\CA name'.
DnsHostName: DNS host name.
RoundtripTimeMilliseconds: test operation round-trip time, in milliseconds.
Get-SystoLockEnrollmentService