Exports shared contacts from a Domino tenant.
Use the Export-DOMSharedContacts agent to export shared contacts
from a Domino tenant.
See the Notes section for agent requirements.
Copy Person docs from Domino Directory and paste into TMCTools.nsf
config.ini:
LICENSE=xxxxxxxxxxxxxxxxxxxxxxxxSERVER=LocalDATABASE=TMCTools.nsfINTERNAL_NOTES_ORGANIZATIONS=Example,SampleINTERNAL_SMTP_DOMAINS=example.org,sample.orgTARGET=GoogleTMCTools.nsfconfig.ini:
LICENSE=xxxxxxxxxxxxxxxxxxxxxxxxSERVER=Domino/ExampleDATABASE=names.nsfINTERNAL_NOTES_ORGANIZATIONS=Example,SampleINTERNAL_SMTP_DOMAINS=example.org,sample.orgTARGET=M365TMCTools.nsfThe database from which Person docs will be retrieved.
Type: String
Accepted values: TMCTools.nsf, names.nsf, pubnames.nsf
Required: True
Default value: None
A comma-separated list of Notes organizations considered internal to the current environment.
Note that you must omit the leading slash character. For example, use Example,Sample instead of /Example,/Sample.
Type: String
Required: True
Default value: None
A comma-separated list of SMTP domains considered internal to the current environment.
Your TMCTools license key.
Type: String
Required: True
Default value: None
The location of the database specified in the DATABASE parameter.
For a server location, use the server’s hierarchical name. For example, Domino/Example.
For a local location, use Local.
Type: String
Required: True
Default value: None
Specifies a mapping target for the exported data. Exported data mapped for a supported target is directly consumable by a corresponding import cmdlet.
Type: String
Accepted values: Google, M365
Required: True
Default value: None
Output is written to shared_contacts.csv in the invocation directory in C:\ProgramData\Transend\tools\logs.
Review warnings.log for non-fatal problems that may impact the data.