Set-SCOMLicense
Sets the product license level and removes evaluation timeout.
Set-SCOMLicense
-ManagementServer <String>
[-ProductId] <String>
-Credential <PSCredential>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Set-SCOMLicense cmdlet sets the System Center - Operations Manager product license level and removes the evaluation expiration timeout. To view the current license terms, use the Get-SCOMLicense cmdlet. You can also view the license information in the Operations Console Help About dialog box.
You must run Windows PowerShell as an administrator to use this cmdlet.
By default, this cmdlet uses the active persistent connection to a management group.
Use the SCSession parameter to specify a different persistent connection.
You can create a temporary connection to a management group by using the ComputerName and Credential parameters.
For more information, type Get-Help about_OpsMgr_Connections
.
After you enter a license key, restart the System Center Data Access Service on all of your Operations Manager management servers.
PS C:\>Set-SCOMLicense -ProductId 'C97A1C5E-6429-4F71-8B2D-3525E237BF62'
This command sets the product license level for the product with the specified ID.
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ManagementServer parameter if specified. The default is the current user.
Enter a PSCredential object, such as one that is returned by the Get-Credential cmdlet.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an array of management server objects. To obtain a management server object, use the Get-SCOMManagementServer cmdlet.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the product ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |