Listing all custom attributes in Office 365
A quick tip on how to use Exchange Online PowerShell cmdlets to list all custom attributes for a given Office 365 user. …
All about Microsoft 365
A quick tip on how to use Exchange Online PowerShell cmdlets to list all custom attributes for a given Office 365 user. …
As a follow up to one of my previous posts, here’s the *supported* method of querying audit events for Office 365/Microsoft 365 Group mailboxes. In a nutshell, you should use the unified audit log instead of the good old Search-MailboxAuditLog cmdlet, which for the record still only works for group …
Continue readingAccessing audit events for Microsoft 365 Group mailboxes
Microsoft introduces Preset security policies as part of the improvements efforts in Exchange Online Protection (Defender for Office 365). …
Continue readingPreset security policies for Exchange Online Protection
I’ve been doing some cleanup of my PowerShell scripts and code samples, removing outdated examples, updating code to latest versions where needed, etc. As part of the process, I’ve uploaded few smaller bits of code as gists over at GitHub, and I will use this article to keep an inventory …
Continue readingMy collection of useful (short) PowerShell code samples (gists)
After covering the basis of certificate-based authentication for Exchange Online PowerShell, let’s now focus on some multi-tenant scenarios… …
Continue readingMulti-tenant scenarios for ExO PowerShell certificate-based authentication