Using Microsoft Graph API with Powershell

Microsoft Graph API gives you the ability to interact with the continually evolving Azure services through a single endpoint: https://graph.microsoft.com. We are going to connect to Graph with Powershell, OAuth 2.0 and REST. Registering your App To interact with Graph we need to register our … Read moreUsing Microsoft Graph API with Powershell

Enabling in-place archive for all users with PowerShell

The In-Place Archive that you get with Exchange Online, provides your users with additional storage space. With PowerShell we can enable the archive mailboxes quickly for all users. Connect to Exchange Online First we need to connect to Exchange Online, you can use this connector script or run … Read moreEnabling in-place archive for all users with PowerShell

Setting up Single Sign On (SSO) with Azure AD Connect

With the new version of Azure AD Connect you can enable the Single Sign-On option in combination with either Password synchronization or Pass-through Authentication. When enabled with Modern Authentication for Office 2016 users only have to type their username and do not need to type … Read moreSetting up Single Sign On (SSO) with Azure AD Connect

Error 0xFFFD0000 after running Powershell Scheduled task

I use a lot of scheduled Powershell tasks to make my life as SysAdmin a bit easier. Recently one of the scripts returns error 0xFFFD0000 as the last result.  The task used to work, so I started checking the script, run it step by step … Read moreError 0xFFFD0000 after running Powershell Scheduled task

Add users to Security and Compliance Retention Policy with Powershell

To preserve your Office 365 content you can use Retention Policy that you can create in the Security and Compliance Center. An important step is to add users to the policy. This can easily be done with PowerShell. This way we can also automatically add … Read moreAdd users to Security and Compliance Retention Policy with Powershell

Disabling automatic creation of direct reports groups

Starting in April 2017, Office 365 will start with automatically creating direct reports groups in Outlook if you have managers with 2 to 20 direct reports. Depending on the size of your company this feature can create a lot of private Outlook groups, and it’s … Read moreDisabling automatic creation of direct reports groups

Show Meeting Details of an Office 365 Room mailbox Calendar

By default, the Room calendar shows a busy status. But in most organizations, you want to see the organizer of the meeting and you might also want to know what the subject is.  To see these room details in an Office 365 room calendar, we … Read moreShow Meeting Details of an Office 365 Room mailbox Calendar