Converts an OATH token information to an URI representation.
ConvertTo-SystoLockUrl [-Assignment] <OathTokenAssignment> [-AuthType <NtdsAuthType>] [-DomainController <String>]
[<CommonParameters>]
ConvertTo-SystoLockUrl [-Token] <OathToken> [-AuthType <NtdsAuthType>] [-DomainController <String>] [<CommonParameters>]
The ConvertTo-SystoLockUrl
cmdlet converts an OATH token information into a URI representation.
ConvertTo-SystoLockUrl -Token (Get-SystoLockOathToken -Identifier GAKT000168DE)
Converts token to an 'otpauth:' URI.
ConvertTo-SystoLockUrl -Assignment (Get-SystoLockOathTokenAssignment -Identifier GAKT000168DE)
Converts assigned token to an 'otpauth:' URI.
(Get-SystoLockOathToken -Identifier GAKT000168DE) | ConvertTo-SystoLockUrl
Takes objects from pipeline and converts it to an 'otpauth:' URI.
Specifies an OATH token assignment structure.
Type: OathTokenAssignment
Parameter Sets: Assignment
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
Specifies OathToken structure.
Type: OathToken
Parameter Sets: Token
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 an OATH token assignment structure.
Specifies OathToken structure.
Specifies Url string.