Why RoleAssignmentPolicy not applied to Globaladmins in office 365 ?

Copper Contributor

Hi 

Im struggling with disable autoforwarding GUI option in office 365. I wish to remove highlighted autoforwarding option entirely.

 

FbLZP

So i followed, https://blogs.technet.microsoft.com/exovoice/2017/12/07/disable-automatic-forwarding-in-office-365-a...

 

I logged into office 365 tenant in powershell and executed below commands

 

 New-ManagementRole MyBaseOptions-DisableForwarding -Parent MyBaseOptions Set-ManagementRoleEntry MyBaseOptions-DisableForwarding\Set-Mailbox -RemoveParameter -Parameters DeliverToMailboxAndForward,ForwardingAddress,ForwardingSmtpAddress

 

Then created a new RoleAssignmentPolicy called "DisabledForwardingRoleAssignmentPolicy"

 

New-RoleAssignmentPolicy -Name DisabledForwardingRoleAssignmentPolicy -Roles MyBaseOptions-DisableForwarding,MyContactInformation,MyRetentionPolicies,MyMailSubscriptions,MyTextMessaging,MyVoiceMail,MyDistributionGroupMembership,MyDistributionGroups, MyProfileInformation

 

and did what was said in the referenced link. tick only "MyBaseOptions-DisableForwarding"

 

2u2Vb

 

 

and assigned to a user

 

 

8fwme.

but this is not applying to office365 global admins. Why is that? 

0 Replies