Good Afternoon:
Recently, we switched our licensing model and went from Office VLM to Office 365 Pro Plus. I'm having some challenges activating Office 365 Pro Plus on my terminal server farm. I can manually activate it, but it's my understanding that it should auto-activate if we are federated with Microsoft, which we are. If I sign in with my Active Directory credentials (same credentials I'm logged into the terminal server with) it will activate, but I need to make this happen seamlessly for my users.
I am running Office 356 Pro Plus installed to the terminal server with the following XML:
<Configuration>
<Add SourcePath="" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="SharedComputerLicensing" Value="1" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
When I open word, I am prompted to sign in. If I enter credentials, it will activate and I can use the software. My goal is to make this authentication happen automatically for my users.
Any advice?