Runs validation tests for SystoLOCK related infrastructure components and their settings.
Test-SystoLockInfrastructure [-CheckCertificateOnDomainControllers <String[]>]
[-CheckTimeOnComputers <String[]>] [-SkipDirectoryConfiguration] [-SkipPublicKeyServices]
[-SkipTimeConfiguration] [-AsObject] [<CommonParameters>]
The Test-SystoLockInfrastructure
cmdlet runs a variety of validation tests for SystoLOCK related infrastructure components and their settings.
PS C:\> Test-SystoLockInfrastructure
Runs all validation tests.
PS C:\> Test-SystoLockInfrastructure -AsObject | Export-Csv .\Infrastructure.txt
Runs all the validation tests and exports results to a CSV file.
PS C:\> Test-SystoLockInfrastructure -SkipDirectoryConfiguration
Run validation tests, but skip Active Directory configuration related tests.
PS C:\> Test-SystoLockInfrastructure -SkipPublicKeyServices -SkipTimeConfiguration
Run validation tests, but skip PKI and time configuration related tests.
PS C:\> Test-SystoLockInfrastructure -CheckCertificateOnDomainControllers dc01.domain.com
Run validation tests, to verify the certificate for the specified domain controller.
Return results in an object that can be used for a structured export.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the domain controller for certificate validation.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a list of computers to check time skew on. (Optional)
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Skips information about configuration in directory.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Instructs cmdlet to skip public key infrastructure related tests.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Instructs cmdlet to skip time synchronization tests.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
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.
A list of computers names to check time synchronization issue on.
Contains information about validation result.