Posted in
Exchange Server,
Windows Powershell |
2 Comments | 6,685 views | 11/11/2009 03:38
If you don’t want to use Exchange Management Console, you can use Powershell:
Set-ExchangeServer -Identity '%Name%' -ProductKey '%ProductKey%' |
Set-ExchangeServer -Identity '%Name%' -ProductKey '%ProductKey%'
So simple but important command for me :) You need to restart “Information Store” service.