Runs validation tests related to SystoLOCK networking.
Test-SystoLockNetwork [[-Domain] <String>] [-PingTimeout <Int32>] [-AsObject] [<CommonParameters>]
Test-SystoLockNetwork [-UserName] <String> [[-Otp] <String>] [[-Pin] <String>] [-PingTimeout <Int32>] [-AsObject] [<CommonParameters>]
The Test-SystoLockNetwork
cmdlet runs validation tests related to SystoLOCK networking.
PS C:\> Test-SystoLockNetwork
Runs network validation tests.
PS C:\> Test-SystoLockNetwork -Domain 'domain.com' -PingTimeout 10 -AsObject | Export-Csv .\Network.txt
Runs network validation tests in the specified domain with a custom ping timeout and exports results to a CSV file.
PS C:\> Test-SystoLockNetwork -User 'alice@domain.com'
Runs network validation tests using user name to infer the domain name.
PS C:\> Test-SystoLockNetwork -User 'tom@domain.com' -Pin '000000' -Otp 023865
Runs network validation and authentication tests using specified user and their SystoLOCK credential.
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 domain name to run validation tests in. If omitted, the current domain name is used.
Type: String
Parameter Sets: Domain
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies one-time password to use to authenticate the user against SystoLOCK service.
Type: String
Parameter Sets: UserName
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies user PIN to use to authenticate the user against SystoLOCK service.
Type: String
Parameter Sets: UserName
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies maximal time allotted for the ping operation. (Default: 5 seconds).
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies user name to infer domain name from or/and to use to authenticate the user against SystoLOCK service.
Type: String
Parameter Sets: UserName
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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.
PIN, DomainName, OTP, UserName.
Ping timeout.
Contains information about validation result.
You can pass parameters to cmdlet or use default syntax.