Enables NFC token assignment PIN-less login.
Enable-SystoLockNfcTokenAssignmentPinlessLogin [-Id] <String[]> [-PassThru] [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Enable-SystoLockNfcTokenAssignmentPinlessLogin [-CutoffTime <TimeSpan>] [-Id] <String[]> [-LifeTime <Int32>]
[-MaxLoginCount <Int32>] [-PassThru] [-Address <ServiceAddress>] [-AuthType <NtdsAuthType>]
[-DomainController <String>] [-Timeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
Enable-SystoLockNfcTokenAssignmentPinlessLogin [-CutoffTime <TimeSpan>] [[-InputObject] <ProximityToken>]
[-LifeTime <Int32>] [-MaxLoginCount <Int32>] [-PassThru] [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Enable-SystoLockNfcTokenAssignmentPinlessLogin [-Id] <String[]> [-PassThru] [-Permanent] [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Enable-SystoLockNfcTokenAssignmentPinlessLogin [[-InputObject] <ProximityToken>] [-PassThru] [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Enable-SystoLockNfcTokenAssignmentPinlessLogin [[-InputObject] <ProximityToken>] [-PassThru] [-Permanent]
[-Address <ServiceAddress>] [-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[-WhatIf] [-Confirm] [<CommonParameters>]
The Enable-SystoLockNfcTokenAssignmentPinlessLogin cmdlet enables or updates the PIN-less login setting for an NFC token assignment. When PIN-less login is enabled, the NFC card user does not need to provide their PIN each time they log in. Instead, the PIN is cached according to the product-wide policy and any time or count conditions specified with this command. By default, the user is prompted to confirm the operation.
Enable-SystoLockNfcTokenAssignmentPinlessLogin -Id YSNF14C7A0C5
Enables NFC token assignment PIN-less login using product-wide PIN-login policy.
Enable-SystoLockNfcTokenAssignmentPinlessLogin -Id YSNF14C7A0C5 -MaxLoginCount 5
Enables NFC token assignment PIN-less login allowing user to 5 authentication before the system asks to re-enter the PIN.
Enable-SystoLockNfcTokenAssignmentPinlessLogin -Id YSNF14C7A0C5 -Permanent
Enables permanent NFC token assignment PIN-less login.
Specifies service address (optional).
Accepts an URL, a host name or a Service structure returned by previous Get-SystoLockService call.
Type: ServiceAddress
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
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
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
Time of the day after which PIN-less stops working.
Type: TimeSpan
Parameter Sets: Id+Components, InputObject+Components
Aliases:
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 token identifiers.
Type: String[]
Parameter Sets: Id+Policy, Id+Components, Id+Permanent
Aliases: Identifier
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the token objects to be processed.
Type: ProximityToken
Parameter Sets: InputObject+Components, InputObject+Policy, InputObject+Permanent
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Amount of time a user is allowed not to use PIN after initially presenting it.
Type: Int32
Parameter Sets: Id+Components, InputObject+Components
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The number of login operations a user is allowed not to use PIN after initially presenting it.
Type: Int32
Parameter Sets: Id+Components, InputObject+Components
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Returns the NFC token object that the cmdlet has disabled.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Makes token assignment permanently PIN-less.
Type: SwitchParameter
Parameter Sets: Id+Permanent, InputObject+Permanent
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies timeout (range: 1 - 30 seconds, default: 3 seconds).
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
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 NFC tokens by token identifier.
Specifies NFC token object to be processed.
This cmdlet does not generate any output, unless PassThru parameter is specified.
Identifier: token identifier.
AssignedTo: Distinguished name of a user the token is assigned to.
Algorithm: NFC token algorithm.
Type: NFC token type.
FriendlyName: token friendly name.
HasConstraints: A boolean value indicating that a token has constraints, such as lifetime or limited number of transactions allowed.
LastUsed: the time when the current token was last used.
PerformedTransactions: the number of times token has been used.
NumberOfTransactions: Maximum number of times the token is allowed to be used.
IsActive: A boolean value indicating whether the token is active, e.g. is not disabled or locked.
DisabledOn: the time when the current token has been disabled.
LockedOn: the time when the current token has been locked.
CreationTime: the time when the current token has been created.
NotAfter: the time after which the token is no longer valid.
NotBefore: the time before which the token is not yet valid.
PinlessLogin: if configured, contains PIN-less configuration properties.
This operation requires your confirmation.
See <CommonParameters> manual (http://go.microsoft.com/fwlink/?LinkID=113216) for more details.
Get-SystoLockNfcTokenAssignmentPinlessLogin
Disable-SystoLockNfcTokenAssignmentPinlessLogin
Get-SystoLockNfcSecurityPolicy.md