User Profile
_CM_
Copper Contributor
Joined 8 years ago
User Widgets
Recent Discussions
PermissionScopeNotGranted
New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest returnserrorCode "PermissionScopeNotGranted","message":"Authorization failed due to missing permission scope" I'm authenticating using an Service Principal with Certificate, and to my knowledge this should have all the required API permissions. Not sure if this is the issue or if the error points to theDirectoryScopeId in the Params, currently being"/subscriptions/$($Subscription.Id)" Any ideas? For role Global Reader, I'm using this $params = @{ "PrincipalId" = "3630920c-hidden" "RoleDefinitionId" = "f2ef992c-3afb-46b9-b7cf-a126ee74c451" "Justification" = "Approved in EISP-2655" "DirectoryScopeId" = "/" "Action" = "AdminAssign" "ScheduleInfo" = @{ "StartDateTime" = Get-Date "Expiration" = @{ "Type" = "AfterDuration" "Duration" = "PT8H" } } } New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest -BodyParameter $params Returns ErrorCode: RoleAssignmentExists - expected. Doing the same for Contributor role (b24988ac-6180-42a0-ab88-20f7382dd24c) fails with ErrorCode: RoleNotFoundSolved1.8KViews0likes1CommentEX2019 hybrid allowed on failover cluster platform?
Already have EX2013 and O365 hybrid setup. Want to setup new EX2019 in best HA environment, hosted in Azure VMs. Can I use two W2019 servers in a failover cluster? Will it work with VMs in an Availability Set? I have not found any docs saying whats the better HA architecture. Any ideas? Btw, this new setup will only be for management. Everything already moved to O365.382Views2likes0CommentsIs AAD geo-distributed in the Germany datacenters?
Hi. Need to know if AAD is geo-distributed when using the datacenters located in Germany. They are operated by T-Systems International and have special considerations inplace for i.e. sharing data outside of Germany. Anyone knows?962Views0likes1Comment