Tests a SystoLOCK NFC card.
Test-SystoLockNfcCard [-PassThru] [-Id] <String[]> [-AuthType <NtdsAuthType>] [-DomainController <String>]
[<CommonParameters>]
Test-SystoLockNfcCard [-PassThru] [[-InputObject] <ProximityCard>] [-AuthType <NtdsAuthType>]
[-DomainController <String>] [<CommonParameters>]
The Test-SystoLockNfcCard
cmdlet performs an NFC card operations tests.
Test-SystoLockNfcCard -Id 3B8180018080
Tests a card using its Answer To Reset (ATR) value.
Tests-NfcCard -Id 043126C2A46580
Tests a card using its serial number (CSN/UID).
Get-SystoLockNfcCard -All | Test-SystoLockNfcCard
Enumerates all cards available and tests them.
Specifies authentication method to use with domain controller (optional).
The acceptable values for this parameter are: Kerberos and Negotiate.
The default method is Kerberos.
Possible values: Kerberos, Negotiate
Type: NtdsAuthType
Parameter Sets: (All)
Aliases:
Accepted values: Kerberos, Negotiate
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies domain controller name (optional).
Accepts a domain name, a fully qualified domain name or an IP address of the domain controller.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies one or more cards by CSN/UID identifier.
Type: String[]
Parameter Sets: Id
Aliases: CSN, UID, SerialNumber, AnswerToReset, ATR
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the token objects to be processed.
Type: ProximityCard
Parameter Sets: InputObject
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Returns the NFC card object.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.
Specifies one or more cards by CSN/UID identifier.
Contains the NFC card information.
Identifier: unique NFC card identifier.
Class: the NFC card class.
Type: the NFC card type.
AnswerToReset: the card answer to reset.
Reader: the reader name.
Applications: the SystoLOCK application.
Contains the NFC card information.