Get Partner agents with full access and limited access users in office365 using powershell

Hi,

how to retrieve the "Partner agents with full access" and "Partner agents with limited access" users in office365 using powershell?

Thanks

Venkat

June 11th, 2013 6:40am

Hi Venkat,


Lets focus on the original thread.


Thanks.

June 12th, 2013 9:12am

Please try these powershell cmdlet :

1. Partner Agent with full Access

PS C:\Windows\system32> Get-MsolGroupMember -GroupObjectID e9325ff3-1065-4bb0-b32d-b9500bd9c034

2. Partner Agent with limitedAccess

PS C:\Windows\system32> Get-MsolGroupMember -GroupObjectID d3a53d78-942d-43da-b6af-0520ac4c7a35


  • Edited by Raj Bindal Saturday, July 27, 2013 12:40 PM AdminAgent and HelpDeskAgent Groups Member
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2013 11:55am

Raj is correct about being able to extract this information from group membership, however the group ObjectID is unique per tenant. You can pull this information with the following command:

Get-MsolGroup -IsAgentRole

This will return two groups, AdminAgents (Partner agents with full admin access) and HelpdeskAgents (Partner agents with limited access). You can find the group membership with the command:

Get-MsolGroupMember -GroupObjectId "Object ID obtained in first step

August 17th, 2015 11:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics