Link to home
Start Free TrialLog in
Avatar of jhieb
jhiebFlag for United States of America

asked on

Full Access Permissions to Group

Hello,

I am trying to give myself full access permissions to a group in Office 365. I can give myself full access permissions to user accounts one at a time but that is time consuming since I have thousands of users. So, I added all users to a group but the powershell command I am using does not like the group. What do I need to do so that I can give myself full access permissions to all users?

Here is an article explaining how to give full access to an individual, which works:
http://help.outlook.com/en-us/140/Gg709759.aspx

Basically, this is how I give full access to an admin for a user:

Add-MailboxPermission jjones@mycompany.onmicrosoft.com -User admin@mycompany.onmicrosoft.com -AccessRights FullAccess -InheritanceType All

How can I give the admin account full access to all accounts?

Thanks,
John
ASKER CERTIFIED SOLUTION
Avatar of Ciprian Lozonschi
Ciprian Lozonschi
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jhieb

ASKER

Thanks. I will check this out later today, hopefully. I am swamped right now. Thank you for the response.