Quantcast
Channel: Office 365 for small business administration - Recent Threads
Viewing all articles
Browse latest Browse all 2721

Re: Get-mailboxPermission Returns Samaccountname, can we convert this to display or mailbox user alias

$
0
0

Hi SunilKms,

You can try the following cmdlet
This returns permissions on the mailbox by its SMTP address.
Get-MailboxPermission -Identity | Format-List

For Example:
Get-MailboxPermission -Identity john@contoso.com | Format-List
The above example returns permissions on the mailbox by its SMTP address john@contoso.com.

You can also refer other syntax of Get-MailboxPermission by using the below cmdlet
Get-help Get-MailboxPermission –examples

Thanks,
Archana

 


Viewing all articles
Browse latest Browse all 2721

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>