Runs validation tests for SystoLOCK service instance.
Test-SystoLockInstance [-Flatten] [-DomainController <String>] [<CommonParameters>]
The Test-SystoLockInstance
cmdlet runs a variety of validation tests for SystoLOCK service components and settings. The cmdlet is expected to run only on a system that has a SystoLOCK service instance installed.
PS C:\> Test-SystoLockInstance
Runs all the validation tests and returns the result into pipeline.
PS C:\> Test-SystoLockInstance -Flatten | Export-Csv -Path .\Test.csv
Tests SystoLOCK instance and saves result into a CSV file.
Specifies domain controller host name or IP address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allows converting hierarchical result of the command into a single level objects.
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.
This cmdlet does not accept any input.
Contains information about SystoLOCK service feature.