Get-License
SYNOPSIS
{{ Fill in the Synopsis }}
SYNTAX
default (Default)
Get-License [-Config <String[]>] -Email <String> [-File <String>] [-FirewallHost <String>]
[-FirewallPassword <String>] [-FirewallPort <Int32>] [-FirewallType <String>] [-FirewallUser <String>]
[-LogFile <String>] -Name <String> [-NodeId <String>] -ProductKey <String> [-ProductName <String>]
[-ProxyAutoDetect] [-ProxyPassword <String>] [-ProxyPort <Int32>] [-ProxyServer <String>]
[-ProxyUser <String>] [-SKU <String>] [-Timeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
Verify
Get-License [-Config <String[]>] [-LogFile <String>] [-ProxyAutoDetect] [-ProxyPassword <String>]
[-ProxyPort <Int32>] [-ProxyServer <String>] [-ProxyUser <String>] [-SKU <String>] [-Timeout <Int32>]
[-Verify] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Config
Specifies one or more configuration settings.
Type: System.String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The email of the user activating the license.
Type: System.String
Parameter Sets: default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-File
The path to a file where the license will be held.
Type: System.String
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FirewallHost
Name or IP address of firewall.
Type: System.String
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FirewallPassword
A password if authentication is to be used when connecting through the firewall.
Type: System.String
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FirewallPort
The port of the firewall to which to connect.
Type: System.Int32
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FirewallType
Determines the type of firewall to connect through.
Type: System.String
Parameter Sets: default
Aliases:
Accepted values: none, tunnel, socks4, socks5
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FirewallUser
A user name if authentication is to be used connecting through a firewall.
Type: System.String
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-LogFile
The location of a file to which debug information is written.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
The name of the user activating the license.
Type: System.String
Parameter Sets: default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-NodeId
The machine specific NodeId.
Type: System.String
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProductKey
The product key to activate.
Type: System.String
Parameter Sets: default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProductName
The name of the product to install a license for.
Type: System.String
Parameter Sets: default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProxyAutoDetect
Specifies if proxy information is automatically detected.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProxyPassword
The password to authenticate with.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProxyPort
The TCP port of the Proxy.
Type: System.Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProxyServer
Name or IP address of a proxy server (optional).
Type: System.String
Parameter Sets: (All)
Aliases: Proxy
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProxyUser
The User value to authenticate with.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SKU
The SKU of the product to install a license for.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Timeout
The maximum time allowed for the operation.
Type: System.Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Verify
Specifies if the Cmdlet is to check the license in the registry instead of installing one.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: Verify
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.