PowerAddict.net

powerAddict.NET

by Lou Goban
IT Application Professional at Syntax

Get EXO mailbox delegation

Get-EXOMailboxPermission -Identity <UPN> | Where {-not ($_.User -like "NT AUTHORITY\SELF")} | Select-Object Identity,User,@{N="AccessRights";E={$_.AccessRights}}

Leave the first comment