Sets PIN for a token assignment.
Set-SystoLockAssignmentPin [-Address <ServiceAddress>] [-AuthType <NtdsAuthType>] [-DomainController <String>]
[-Timeout <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-SystoLockAssignmentPin [-Assignment] <Assignment> [-Pin] <String> [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-SystoLockAssignmentPin [-Assignment] <Assignment> [-Reset] [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-SystoLockAssignmentPin [-Pin] <String> [-Identifier] <String> [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-SystoLockAssignmentPin [-Pin] <String> [-Token] <OathToken> [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-SystoLockAssignmentPin [-Reset] [-Identifier] <String> [-Address <ServiceAddress>]
[-AuthType <NtdsAuthType>] [-DomainController <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-SystoLockAssignmentPin [-Reset] [-Token] <OathToken> [-Address <ServiceAddress>] [-AuthType <NtdsAuthType>]
[-DomainController <String>] [-Timeout <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Set-SystoLockAssignmentPin cmdlet sets a PIN for a token assignment to protect it.
Set-SystoLockAssignmentPin -Identifier GAKT000168DE -Pin 123456
Sets a PIN for specified token ID.
Set-SystoLockAssignmentPin -Identifier GAKT000168DE -Reset
Resets (removes) a PIN for specified token assignment.
Set-SystoLockAssignmentPin -Assignment (Get-SystoLockAssignment -User (Get-ADUser Alice)) -Pin 123456
Sets PIN for a token assignment, resolving an assignment.
Set-SystoLockAssignmentPin -Assignment (Get-SystoLockAssignment -User (Get-ADUser Alice)) -Reset
Resets PIN for a token assignment, resolving an assignment.
Set-SystoLockAssignmentPin -Token (Get-SystoLockAssignment -Identifier GAKT000168DE).Token -Pin 123456
Sets PIN for a token assignment, resolving a token from an assignment.
Set-SystoLockAssignmentPin -Token (Get-SystoLockAssignment -User (Get-ADUser Alice)).Token -Reset
Resets (removes) PIN for a token assignment, resolving a token from an assignment.
Get-SystoLockAssignment -User (Get-ADUser Alice) | Set-SystoLockAssignmentPin -Pin 123456
Pipe processing.
(Get-SystoLockAssignment -User (Get-ADUser Alice)).Token | Set-SystoLockAssignmentPin -Reset
Pipe processing.
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 assignment structure.
Type: Assignment
Parameter Sets: AssignmentSet, AssignmentReset
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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: Kerberos
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
Token ID or URL.
Type: String
Parameter Sets: TokenIdSet, TokenIdReset
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies user PIN code.
Type: String
Parameter Sets: AssignmentSet, TokenIdSet, TokenSet
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Resets (removes) PIN.
Type: SwitchParameter
Parameter Sets: AssignmentReset, TokenIdReset, TokenReset
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: True (ByPropertyName)
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
Specifies OathToken structure.
Type: OathToken
Parameter Sets: TokenSet, TokenReset
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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 assignment structure.
Specifies user PIN code.
Resets (removes) PIN.
Specifies OathToken structure.
Token ID or URL.
This cmdlet does not generate any output.