About to let it run wild in a dev tenant, wish me luck π
About to let it run wild in a dev tenant, wish me luck π
It'll totally be worth it to see everyone, hopefully help some folks with work, career, and family :)
I'm way behind on planning, so hmu if you're going to be there!
It'll totally be worth it to see everyone, hopefully help some folks with work, career, and family :)
I'm way behind on planning, so hmu if you're going to be there!
To target unregistered devices, you probably want to do INCLUDE with trustType/isCompliant NotEquals
Go double check your policies ;)
learn.microsoft.com/...
To target unregistered devices, you probably want to do INCLUDE with trustType/isCompliant NotEquals
Go double check your policies ;)
learn.microsoft.com/...
Come join us at riverside.fm/studio/entra...
Come join us at riverside.fm/studio/entra...
Hope whatever spurred this thought is all clear and good β€οΈ
Hope whatever spurred this thought is all clear and good β€οΈ
I also have some cool stuff coming early December that you might like :p
I also have some cool stuff coming early December that you might like :p
Curious to see if this goes the way of Workload Identity Premium after Preview
Curious to see if this goes the way of Workload Identity Premium after Preview
Just turned it on, time to wait and see how conflicts are handled :P
Just turned it on, time to wait and see how conflicts are handled :P
learn.microsoft.com/...
learn.microsoft.com/...
Sometimes there's a good reason for why they did things a certain way, sometimes nobody knows, lol
Sometimes there's a good reason for why they did things a certain way, sometimes nobody knows, lol
I bet we see this in Audit Logs, but not sure about stored in Graph on the assignments...
I bet we see this in Audit Logs, but not sure about stored in Graph on the assignments...
There's a bunch of stuff in here where you have to use both APIs to do things...
Like expiration is only in /beta but you can't do Verified ID in /beta...... So you have to hit /v1.0/ then patch/put /beta/ :-/
There's a bunch of stuff in here where you have to use both APIs to do things...
Like expiration is only in /beta but you can't do Verified ID in /beta...... So you have to hit /v1.0/ then patch/put /beta/ :-/
If you are looking only for assignments through Access Packages, I would have to do a lot of digging - those APIs are a mess with inaccurate documentation... :-/
If you are looking only for assignments through Access Packages, I would have to do a lot of digging - those APIs are a mess with inaccurate documentation... :-/
# Get active assignments
Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -ExpandProperty RoleDefinition,Principal,DirectoryScope -All
# Get eligible assignments
Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -ExpandProperty RoleDefinition,Principal,DirectoryScope -All
# Get active assignments
Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -ExpandProperty RoleDefinition,Principal,DirectoryScope -All
# Get eligible assignments
Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -ExpandProperty RoleDefinition,Principal,DirectoryScope -All
Looks like we can change contact SOA using the httpsβ://graphβ.microsoftβ.com/v1.0/contacts API endpoint too :)
Looks like we can change contact SOA using the httpsβ://graphβ.microsoftβ.com/v1.0/contacts API endpoint too :)