playground:microsoft_365:exchange_online:office_365_tenant_to_tenant_migrations
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
playground:microsoft_365:exchange_online:office_365_tenant_to_tenant_migrations [2021/10/29 23:06] – [Distribution Group Migrations] admintomi | playground:microsoft_365:exchange_online:office_365_tenant_to_tenant_migrations [2021/10/29 23:16] (current) – [Distribution Group Migrations] admintomi | ||
---|---|---|---|
Line 44: | Line 44: | ||
</ | </ | ||
+ | |||
+ | Lets say you add headers to file produced on previous script for example " | ||
+ | |||
+ | You can import members to new tenant with following command | ||
+ | |||
+ | < | ||
+ | Import-Csv C: | ||
+ | Add-DistributionGroupMember -Identity $_.DisplayName -Member $_.UserPrimarySMTP | ||
+ | } | ||
+ | |||
+ | </ | ||
+ | |||
+ | Yet again pay attention to UPN if it needs to be changed before importing. | ||
playground/microsoft_365/exchange_online/office_365_tenant_to_tenant_migrations.1635537992.txt.gz · Last modified: 2021/10/29 23:06 by admintomi