Just a quick post on how to enter the product key using the exchange management shell: set-exchangeserver -Identity servername -ProductKey XXXX-XXXXX-XXXXX-XXXX-XXXXX
Archive for the ‘Powershell’ Category
Enter Exchange 2007 Product Key using powershell
Posted: 7th March 2010 by neil in Exchange Server 2007, Powershell0
I recently encountered a problem where i wanted to end multiple processes that were running. In my quest to learn powershell I had a look to see if could do it via this method. It was a simple one line cmdlet: stop-process -name iexplore Simples! NAME Stop-Process SYNOPSIS Stops one or more running [...]
If you want a list of all powershell cmdlets run this command. I have exported it to a text file Get-Command | Format-List