I seemed to be missing NT Authority\SELF from a users mailbox. I can't seem to re add it is there any reason for this?
I replicated the issue with a test account called SELF SELF (username selfself)
I go to issue the command:
Get-mailbox | Add-Mailboxpermission -selfself "NT AUTHORITY\SELF" -Accessrights FullAccess
But it won't seem to take it saying:
Add-MailboxPermission : A parameter cannot be found that matches parameter name 'SELFSELF'.
At line:1 char:46
+ Get-mailbox | Add-Mailboxpermission -SELFSELF <<<< "NT AUTHORITY\SELF" -Accessrights FullAccess
Can somone outline what Im doing wrong?
Computer Systems Network Tech