I need to know what additional mailboxes a user has linked to their outlook account.
I can't get this to work:
Get-Mailbox | Get-MailboxPermission | ?{($_.AccessRight s -eq "FullAccess") -and ($_.User -like 'jklin\gconnors) -and ($_.IsInherited -eq $false)} | ft Id*