Gets NFC token assignment PIN-less login settings.
Get-SystoLockNfcTokenAssignmentPinlessLogin [-EffectiveSettings] [-Id] <String[]> [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>] [<CommonParameters>]
Get-SystoLockNfcTokenAssignmentPinlessLogin [-EffectiveSettings] [[-InputObject] <ProximityToken>]
[-Address <ServiceAddress>] [-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[<CommonParameters>]
The Get-SystoLockNfcTokenAssignmentPinlessLogin cmdlet gets NFC token assignment PIN-less login information.
Get-SystoLockNfcTokenAssignmentPinlessLogin -Id YSNF14C7A0C5
Gets NFC token assignment PIN-less login configuration.
Get-SystoLockNfcTokenAssignmentPinlessLogin -Id YSNF14C7A0C5 -Effective
Gets NFC token assignment PIN-less login effective configuration.
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
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
Returns effective (merged with product-wide policy) setting.
Type: SwitchParameter
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
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
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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
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.
LoginCount: the number of times the PIN-less login was used.
PinLastTimeUsed: the date in local time when the login with PIN has last used.
Settings: the settings of the PIN-less login. Consists of the following parts: CutoffTime: the time after which the login is no longer valid; MaxLoginCount: the maximum number of times the login can be used; LifeTime: the time during which the login is valid.
Status: the status of the PIN-less login.
Enable-SystoLockNfcTokenAssignmentPinlessLogin
Disable-SystoLockNfcTokenAssignmentPinlessLogin
Get-SystoLockNfcSecurityPolicy.md