How to enter Exchange Server 2010 Product Key with Powershell?
If you don’t want to use Exchange Management Console, you can use Powershell:
Set-ExchangeServer -Identity '%Name%' -ProductKey '%ProductKey%'
So simple but important command for me :) You need to restart “Information Store” service.
Tags: exchange server 2010 enter product key, exchange server 2010 powershell, powershell exchange server 2010, product key exchange server
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply