Install Office 365 ProPlus on Windows Terminal Server / RDS

UPDATE 2017: There is now this awesome tool as where you can create an Office365 installer, see here for more information: https://officedev.github.io/Office-IT-Pro-Deployment-Scripts/XmlEditor.html Since September 2014, the ProPlus edition of Office 365 allows you to install Office365 on a terminal server. This how-to will help you install Office 365 ProPlus on your terminal server. I’ve tested […]

Read More »

Office 365 – Become a partner of record for your customer

To become partner of record you will need your Partner ID. You can find this in the partner portal from microsoft: https://partners.microsoft.com/ When you have your Partner ID you have to log in with the customers administrator office365 account on portal.office.com. Go to -> Billing -> subscriptions. Select the subscription on the right, at the […]

Read More »

Connect to Office 365 using Windows Powershell

Open Windows Powershell and run the following commands: $LiveCred = Get-Credential Type your Office 365 administrator account and click ‘Ok’ $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection Import-PSSession $Session

Read More »