Runs validation tests for SystoLOCK client components and settings.
Test-SystoLockClientConfiguration [-AsObject] [<CommonParameters>]
The Test-SystoLockClientConfiguration
cmdlet runs a variety of validation tests for SystoLOCK client components and settings. The cmdlet is expected to run only on a system that have SystoLOCK client package installed.
PS C:\> Test-SystoLockClientConfiguration
Runs all the validation tests and displays the result in console.
PS C:\> Test-SystoLockClientConfiguration -AsObject | Export-Csv .\Result.txt
Runs all the validation tests and export results results to a CSV file.
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Contains information about validation result.