Returns NFC card information.
Get-SystoLockNfcCard [-All] [-IncludeEmpty] [-Reader <String>] [-Wait] [-AuthType <NtdsAuthType>]
[-DomainController <String>] [<CommonParameters>]
Get-SystoLockNfcCard [-ListReaders] [-AuthType <NtdsAuthType>] [-DomainController <String>] [<CommonParameters>]
The Get-SystoLockNfcCard
cmdlet retrieves basic information about NFC cards.
Get-SystoLockNfcCard
Retrieves injected cards information.
Get-SystoLockNfcCard -Wait
Waits for a card to be inject and retrieves its information.
Get-SystoLockNfcCard -ListReaders
Retrieves available cards reader names.
Get-SystoLockNfcCard -All -Wait
Waits for all card to be inject one by one and retrieves its information.
If specified will return all available cards information to the pipeline, otherwise only the first card.
Type: SwitchParameter
Parameter Sets: ProximityCard
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
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
Include empty slots information.
Type: SwitchParameter
Parameter Sets: ProximityCard
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Lists available card reader names.
Type: SwitchParameter
Parameter Sets: ListReaders
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Optional card reader name to only process cards from.
Type: String
Parameter Sets: ProximityCard
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Waits for a card reader or card to appear.
Type: SwitchParameter
Parameter Sets: ProximityCard
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 pipeline input.
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 card reader name.