Manually set KMS host in Windows 7

Jun 7, 2011 • Jonathan -

How to manually set the KMS host on a Windows 7 machine.

  1. Open a command prompt with Administrative Privileges. (From the Start menu choose All Programs select Accessories. From there right-click on Command Prompt and select Run as Administrator
  2. Change to the “c:\windows\system32″ directory: cd c:\windows\system32
  3. Run the following command to set the KMS Server: cscript slmgr.vbs -skms yourkmshost.domain.com.
  4. Run the following command to activate against the newly set KMS: cscript slmgr.vbs -ato.
.



Manually re-active Office 2010 and set KMS host

Jun 6, 2011 • Jonathan -

32bit:

cd "c:\program files\common files\microsoft shared\officesoftwareprotectionplatform"
osppsvc.exe
cd "C:\Program Files\Microsoft Office\Office14"
cscript ospp.vbs /sethst:yourkmshost.domain.com
cscript ospp.vbs /act

Reference Links:
Re-Arm: http://bit.ly/kz42HL
Activate: http://bit.ly/jy8lb2

.



Exchange 2007 OWA Language Exception

Jun 6, 2011 • Jonathan -

Exception message: Property Languages cannot be set on this object because it requires the object to have version 0.1 (8.0.535.0) later

Resolution:

get-mailbox -Identity "DOMAIN\USER" | set-mailbox -ApplyMandatoryProperties
.



Email forwarding in Exchange Online BPOS

Jun 6, 2011 • Jonathan -

Open the “Migration Command Shell” and follow the steps outlined below.

Provide Microsoft Online administration credentials:
$AdminCreds = get-credential

Setup forwarding:
Set-MSOnlineAlternateRecipient -DeliverToBoth $True -Identity [email protected] -AlternateRecipient [email protected] -Credential $AdminCreds

.



subscribe via RSS