Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SharedMailboxes Powershell

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

Has anyone worked in Moving shared mailboxes via powershell from onprem to cloud.

We have integrated Exchanged Shared Mailboxes connection onto Saviynt via the REST connector similar to Exchange connection, wherein the sharemailboxes are first created on prem and then migrated onto cloud.

The whole script is written and present on the server.

Sharedmailboxes are created properly on the onprem server but when we try to move the mailboxes to cloud, it goes in a loop and  end after an hour and finally stays in pending task with request timeout.

Anyone facing the same issue?

We are using the following command for Move Request:

New-MoveRequest -Identity $samAccountname -Remote -RemoteHostName $mailboxhostname -TargetDeliveryDomain $targetdeliverydomain -RemoteCredential $credAdmin

1 REPLY 1

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @AshishDas 

You are trying to execute directly from power shell and still you are facing any issue? if yes may be you can check the permissions and the script

 

Thanks

Darshan