SCOM eval license is about to expire

We’ve been using SCOM 2016 side by side with our old 2012 deployment for a while and just finished the migration - however the 180 day Eval is about to expire and I can’t figure out where in the SCOM console you put in the key

You will need to use PowerShell:

https://docs.microsoft.com/en-us/powershell/systemcenter/systemcenter2016/operationsmanager/vlatest/set-scomlicense

The command will be:

Set-SCOMLicense -ProductID ‘ID’

Once set, you may need to restart the services (System Center Management Configuration, System Center Data Access Service and Microsoft Monitoring Agent) or reboot the management server (ONLY the one you apply it on).

You use the Operations Manager Shell to apply the product key…

Set-SCOMLicense -ProductId ‘XXXXX-XXXXX-XXXXX-XXXXX-XXXXX'

For further infomrations u can check out this articel from Kevin Holman?

Don’t forget to License your SCOM 2016 deployments