Hello, i want using ZCS Migration Wizard for migrating Domino to ZCS.
Il works well, but how can i generate a XML file in fond of using "User Map" option in the migration software??,
I have tried this
Code:
<ImportUsers>
<Server>
<Name>DOMAIN-MAIL/Srv/DOMAIN</Name>
</Server>
<User>
<ExchangeMail>user@domain.fr</ExchangeMail>
<ZimbraAccount>user@domain.fr</ZimbraAccount>
</User>
</ImportUsers>
but it does not work...
Could you help me ?