Imports SystoLock service license.
Import-SystoLockLicense [-Force] [-Path] <String> [-AuthType <NtdsAuthType>] [-DomainController <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Import-SystoLockLicense [[-Content] <String>] [-Force] [-AuthType <NtdsAuthType>] [-DomainController <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
The Import-SystoLockLicense cmdlet imports SystoLock service license from the specified file.
Import-SystoLockLicense -Path c:\SystoLock.pdf
Imports a license from a signed PDF into the current domain.
Import-SystoLockLicense -Path c:\SystoLock.cer
Imports a license from a certificate into the current domain.
Get-Clipboard -Raw | Import-SystoLockLicense
Imports a license from clipboard.
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 content of the license.
Type: String
Parameter Sets: Content
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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 import the license even if it is not valid.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies the path to the license output file.
This parameter is required.
Type: String
Parameter Sets: Path
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
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 content of the license.
Specifies the path to the license output file.
This parameter is required.
Describes product license information.
X509Certificate2 Certificate: Underlaying X509 certificate.
UInt32?
DeviceCount: numbers of tokens the license allows.
String LicenseKey: a unique license identifier.
DateTime NotAfter: date the license is not allowed to be used after.
DateTime NotBefore: date the license is not allowed to be used before.
String DomainName: name of the Active Directory domain the license is issued for.
ProductType ProductType: license product type.
Version ProductVersion: version of the product the license is issued for.