Clears an NFC card.
Clear-SystoLockNfcCard [-Format] [-PassThru] [-Id] <String[]> [-AuthType <NtdsAuthType>] [-DomainController <String>]
[-WhatIf] [-Confirm] [<CommonParameters>]
Clear-SystoLockNfcCard [-Format] [-PassThru] [[-InputObject] <ProximityCard>] [-AuthType <NtdsAuthType>]
[-DomainController <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
The Clear-SystoLockNfcCard
cmdlet clears SystoLOCK application data from the card.
Optionally, cmdlet can format the card which deletes all applications and releases all user memory.
Clear-SystoLockNfcCard -Id 3B8180018080
Clears a card using its Answer To Reset (ATR) value.
Clear-SystoLockNfcCard -Id 043126C2A46580 -Format
Formats a card using its serial number (CSN/UID).
Get-SystoLockNfcCard -All | Clear-SystoLockNfcCard
Enumerates all cards available and clears 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
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
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
Instructs cmdlet to format the card instead of removing SystoLOCK application data.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.
Specifies one or more cards by CSN/UID identifier.
Specifies the token objects to be processed.
Contains the NFC card information.