EVPM and Remote Powershell
Hi Guys I need some help understandig why EVPM fails on my remote powershell session.
When I launch the command directly on the server. It processes the mailboxes but when I launch it over a remote pssession I get:
Creating privileged MAPI session ...
Error (0x80072020) creating privileged MAPI session against Exchange Server xxx-xxx.xxx.local
This is how I create the session:
This my ini:
[Directory]
DirectoryComputerName = xxx.xxx.local
SiteName = xxxx
; Use the Distinguished Name of the mailbox to be zapped. You can get this by running the archiving task in report mode for that mailbox and viewing the resulting report.
[Mailbox]
DistinguishedName=/o=xxx/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=9195b4ff886c4b3186a49adaf522fa53-xxx
DistinguishedName=/o=xxx/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=xxx4c9
DistinguishedName=/o=xxx/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=77fb0facca1941f99c0b93b9dfe8fbb0-xxx
DistinguishedName=/o=xxx/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=xxx
[Folder]
Name = MailboxRoot
Enabled = False
Any help is appreciated.