跳到主要内容

r/SysAdminBlogs


Microsoft is blocking EWS in Exchange Online on Oct 1 - if you don't build the allow-list, it builds one for you
Microsoft is blocking EWS in Exchange Online on Oct 1 - if you don't build the allow-list, it builds one for you

EWS gets blocked in Exchange Online on October 1. If your tenant still needs it, access is now controlled by an AppID allow-list. Don't build one yourself and Microsoft generates it from the last 60 days of activity, which can quietly misses anything that runs monthly or quarterly.

The usage report only gives you AppIDs, not names. So I wrote two PowerShell scripts: one resolves every AppID from the report to a real app name, the other finds every app that still has EWS permission.

Full write-up with both scripts: https://lazyadmin.nl/office-365/ews-is-being-blocked-in-exchange-online-how-to-find-every-app-still-using-it/


广告:What's a game-changing website you've been using for years that still feel like a secret?
What's a game-changing website you've been using for years that still feel like a secret?

A few I keep coming back to:

  • alternativeto.net - type in any app/software you're paying for, get a crowd-sourced list of free or cheaper alternatives

  • stopoverpaying.org - free car insurance comparison (saved me $1,300 last year)

  • goodRx.com - prescription coupons your pharmacy has to legally honor - can be cheaper than using insurance

  • percentagecalculator.net - single purpose website I use probably 7 times a week

  • australian.museum/learn/animals - free and weirdly detailed animal factsheet library from the Australian Museum


Title: Microsoft started tracking your Entra ID license usage
Title: Microsoft started tracking your Entra ID license usage

Microsoft has started showing license compliance warnings on the Conditional Access page in Entra ID. If your CA policies protect more users than you have P1 licenses for, you'll now see a warning banner.

The problem is that the license usage blade it links to only shows evaluated users, how many people actually triggered a CA policy last month. But you need a P1 license for every user targeted by a CA policy, whether they signed in or not.

In my dev tenant, the blade shows 2/25. The actual obligation is 114 users. Gap of 89 licenses that doesn't show up anywhere in the admin center.

I added a PowerShell script in the article that pulls your CA policy targeting, counts your P1/P2 licenses across all SKUs, and shows the real gap.

Full article with the script: https://lazyadmin.nl/office-365/microsoft-is-tracking-your-entra-id-license-usage-are-you-compliant/