Performs SystoLOCK user batch logon validation tests.
Test-SystoLockUserLogon [-Counter <Int64>] [-OathSecret <String>] [-OutputSize <Int32>] [-Pin <String>]
[-UserName <String>] [<CommonParameters>]
Test-SystoLockUserLogon [-Interval <Int32>] [-OathSecret <String>] [-OutputSize <Int32>] [-Pin <String>]
[-UserName <String>] [<CommonParameters>]
The Test-SystoLockUserLogon
cmdlet performs SystoLOCK user batch logon validation tests.
This is an advanced troubleshooting command that requires special preparation on the server side which may expose your environment to a security risk. Do not use this command unless you have instructions from Systola support team or clear understanding what you are doing.
PS C:\> Test-SystoLockUserLogon
Performs SystoLOCK user batch logon validation tests in default mode.
PS C:\> Test-SystoLockUserLogon -UserName 'tom@domain.com' -Pin 000000
Performs SystoLOCK user batch logon validation tests using specified user name and PIN.
PS C:\> Test-SystoLockUserLogon -Interval 25 -OathSecret "4142444445464748494041424444454647484940"
Performs SystoLOCK user batch logon validation tests using give OATH secret and custom validation interval.
Specifies the initial counter value. (Default value: 0).
Type: Int64
Parameter Sets: Counter
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the TOTP interval in seconds. (Default: 30; Min 10; Max 120)
Type: Int32
Parameter Sets: Interval
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the OATH secret in a HEX string format. Length should be at least 16 octets (range: default 20, min 16, max 64).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the OTP output size. (range: default length is 6, min 6, max 9).
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user PIN code. (range: default 6; min 5 max 64).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user.
Type: String
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.
OathSecret, UserName, PIN.
Counter.
Interval, OutputSize.
Returns information about logon.
Elapsed: The amount of time a session creation took.
Factor: OATH moving factor value.
Otp: One-time password used.
SessionId: Logon session identifier.