Forum Discussion
Arslan11
Jul 23, 2020Brass Contributor
Powershell command to get a report of a specific shared mailbox
I am connecting to Exchange online powershell module, and I need assistance with one thing. I have got a shared mailbox on exchange online called "Customer Service - Network Homes" and e...
DeepakRandhawa
Jul 23, 2020Iron Contributor
simple cmdlet like one below should do it
Get-RecipientPermission -Identity "CustomerService@networkhomes.org.uk" | Out-File c:/temp/filename.txt
Get-RecipientPermission -Identity "CustomerService@networkhomes.org.uk" | Out-File c:/temp/filename.txt
- Arslan11Jul 23, 2020Brass Contributor
DeepakRandhawa worked, do you know, who is best at backup questions on azure.
I put a post for azure backups mars but I had no response.
Link to the post, 52 views but no input
https://techcommunity.microsoft.com/t5/azure/mars-backup-system-state-backup-failing/m-p/1532904