Initializes an NFC card.
Initialize-SystoLockNfcCard [-Force] [-Id] <String[]> [-AuthType <NtdsAuthType>] [-DomainController <String>] [-WhatIf]
[-Confirm] [<CommonParameters>]
Initialize-SystoLockNfcCard [-Force] [[-InputObject] <ProximityCard>] [-AuthType <NtdsAuthType>]
[-DomainController <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
The Initialize-SystoLockNfcCard
cmdlet create a card application and initializes its cryptographic key.
Initialize-SystoLockNfcCard -Id 3B8180018080
Initializes a card using its Answer To Reset (ATR) value.
Initialize-SystoLockNfcCard -Id 043126C2A46580 -Force
Initializes a card using its serial number (CSN/UID) and overrides an existing application data.
Get-SystoLockNfcCard | Initialize-SystoLockNfcCard -Force | New-SystoLockNfcToken
Enumerates card in the reader and rewrite the application with the new token.
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
Forces the command to re-initialize the application if it is already present.
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
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.
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.
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.