Перезапись прав на календарь при импорте из pst
These are the commands we run to export and import:
New-MailboxExportRequest -Mailbox "holidays@domain.com" -IncludeFolders "#Calendar#" -Filepath "\\SERVER\c$\TaskScripts\holidays.pst"
New-MailboxImportRequest -Mailbox "$name" -FilePath "\\SERVER\c$\TaskScripts\holidays.pst" -Confirm:$False
I have tried variations on the switches and source and target folders all with the same result, the pst file and command over writes the calendar permissions and no documentation exists to explain why or how to prevent this behavior.
Не, хз, хорошо что с календарями вообще почти никогда ничего не было)