Preparing PC image for Office 365 E3 and Office Professional Plus subscription

imagemicrosoft-office-2010microsoft-office-365

Office 365 E3 includes "Office Professional Plus 2010 desktop version subscription" (for up to 5 devices per user)

What is the actual licensing mechanism for this subscription?

That is, how would this work in an environment where you're preparing a ghost PC image to be used for multiple people? Can you pre-install Office 2010 from the standard installer and then track the licensing centrally?

Best Answer

The Office licensing is reliant upon the subscription agent (osubsvc) and the sign in assistant service (msoidsvc). The user credentials to O365 are used by the signing assistant and the subscription agent to determine if the user is licensed to use the Office installation. The Office instllation is then licensed for 30 days before the user is prompted to license the instllation again. If not licensed again it enters reduced functionality mode. See http://technet.microsoft.com/library/gg702619(office.14).aspx#BKMK_SKUComparison for details

I have not built any machine images (ghost or otherwise). But I expect the above two services to work together with the O365 user credentials to determine of the user is licensed to use the Office copy. Admins can determine using Powershell as per http://social.technet.microsoft.com/wiki/contents/articles/11349.office-365-license-users-for-office-365-workloads.aspx or the web portal which users have been licensed to use Office.

Related Topic