Office 365 (Azure AD) administrative permissions inventory report

Here’s a small script that generates a report of all users that have been assigned *any* administrative role in your Office 365 tenant. Or to be more precise, the roles within Azure AD. With the workload-specific admin roles feature finally rolling out to all O365 customers, now might be a …

Continue readingOffice 365 (Azure AD) administrative permissions inventory report

Get rid of the annoying Complete setup for your domains popups

Yes, these popups: ​Don’t you just HATE them? They popup all the time, on any page, no matter how much times you try to dismiss them. That’s Microsoft’s idea of you getting your attention… Well, you can do something about it, though the actual process of getting rid of those …

Continue readingGet rid of the annoying Complete setup for your domains popups

“Convert” a (shared) mailbox to Distribution group

​There was a thread recently on the community forums where some gentleman was asking about this. Leaving the arguments around this “conversion” aside, here’s how you can achieve something like this. This is what this little script does: It will ask you for the mailbox name, and will keep asking you …

Continue reading“Convert” a (shared) mailbox to Distribution group

Get-MailboxPermission cmdlet now returns UPN as the user info

A small, but very important change has been pushed to the EO servers. Namely, the output of the Get-MailboxPermission cmdlet now includes the UPN of the user, instead of the display name. Here’s an example: While the change itself is minor, it does help a lot. Especially in large organizations …

Continue readingGet-MailboxPermission cmdlet now returns UPN as the user info

Scheduled reports in Office 365

UPDATE: apparently, there *is* documentation published already, so take make sure to take a look at it (much better than my blogging attempts :)): https://technet.microsoft.com/library/mt147718(v=exchg.150).aspx ​People that have worked with Office 365 for a while are probably familiar with the report scheduling feature FOPE had, and this feature has finally …

Continue readingScheduled reports in Office 365