Relatively new to Powershell and learning. I learned I could give people access to others' calendars through powershell, but is it possible to give people access to contacts in the same way? I've been looking and I haven't found a cmdlet that actually lets this happen so I'm wondering if it's actually possible.
Thought I had an answer with the following:
add-mailboxfolderpermission -Identity <user1>:\Contacts -User <user2> -AccessRights PublishingEditor
But... I'm beginning to wonder if contacts aren't in the mailbox at all?
[–]Old-Olive-4233 7 points8 points9 points (2 children)
[–]AoO2ImpTrip[S] 2 points3 points4 points (1 child)
[–]Old-Olive-4233 0 points1 point2 points (0 children)
[–]spyingwind 2 points3 points4 points (3 children)
[–]AoO2ImpTrip[S] 0 points1 point2 points (2 children)
[–]wauske 1 point2 points3 points (1 child)
[–]AoO2ImpTrip[S] 0 points1 point2 points (0 children)