Microsoft Word에서 작성자 이름을 편집하는 방법
Microsoft Word 문서에 댓글을 작성하거나 남길 때마다 기본 Microsoft 계정 이름이 작성자 이름으로 할당됩니다. 공유할 때
테넌트에서 테넌트 마이그레이션 Office 365를 수행하기 위한 전체 가이드입니다.
마이그레이션 2주 이상 전
1. 도메인 소유권 을 확인하고 정보를 캡쳐하여 저장합니다. 2. 이 링크
를 사용하여 모든 DNS 레코드를 캡처합니다 .
3. Exchange(도메인 이전을 수행하는 경우)와 관련된 DNS 레코드( TXT , MX 및 SPF )를 식별하고 캡처합니다 .
4. 각 MX 레코드에서 TTL 값을 기록해 둡니다.
5. 이 링크 를 사용하여 도메인 가용성을 확인합니다 .
6. 도메인에 필요한 Microsoft 365 서비스를 결정합니다.
7. 필요한 결정 – 도메인 및 DNS 요구 사항 논의
도메인 이름:
DNS 레코드:
대상 DNS 서버에서 레코드를 설정하도록 모든 (Exchange뿐만 아니라) 레코드 의 복사본 .
8. BitTitan 마이그레이션 도구를 사용하여 마이그레이션되지 않는 항목을 프로젝트 팀과 논의하십시오.
9. 소스에서 O365 관리자 포털에 대한 도메인 관리자 권한 요청
관리자 권한은 소스의 관리 포털에서 도메인을 제거한 다음 대상에 도메인을 추가해야 하는 프로세스의 일부로 필요합니다.
10. 소스에서 O365 관리 포털에 로그인하고 EXO 메일 규칙 및 커넥터 검토
11. mxtoolbox 블랙 리스트를 사용하여 도메인/IP 주소가 블랙리스트에 없는지 확인합니다 .
중요 : 블랙리스트에 있는 경우 도메인/IP 주소를 화이트리스트에 추가할 때.
12. 소스에서 O365 관리 포털에 로그인하고 허용 도메인, 그룹, 사서함, 리소스, 공유 사서함 및 사용자 목록을 EXCEL로 내보냅니다.
13. 마이그레이션할 각 사서함의 크기를 검토합니다.
14. 메일 설정 검토
15. 마이그레이션할 사용자, 그룹 및 공유 사서함 목록을 마무리합니다.
16. 대상에 모든 사용자 사서함, 공유 사서함, 메일 그룹, 보안 그룹, 연락처 및 리소스를 만듭니다.
17. 목적지의 사서함/캘린더에 대한 대리인 액세스 추가
18. 사용자 커뮤니케이션 생성
19. 소스에서 2개의 테스트 계정 생성
20. 소스에서 2개의 테스트 계정을 다음 데이터로 채웁니다.
21. 대상에서 2개의 테스트 계정 생성
22. 전역 관리자 계정에 사서함에 대한 전체 액세스 권한 부여:
Get-Mailbox -ResultSize 무제한 | Add-MailboxPermission -사용자 "관리자 계정" -AccessRights FullAccess -InheritanceType All -AutoMapping $false
23. EWS는 원본 Exchange 서버에서 작동해야 합니다.
24. OWA를 사용하여 관리자 계정으로 다른 사서함을 열어 사서함 액세스를 테스트합니다.
25. 원본에서 각 사서함에 대한 프록시 주소로 tenantname.onmicrosoft.com 계정을 추가합니다.
이를 수행해야 테넌트에서 도메인을 제거하기 전에 모든 사서함에서 도메인 이메일 주소를 제거할 것입니다.
26. SOURCE에서 EXO Powershell에 연결
27. @tenantname.onmicrosoft.com을 포함하도록 프록시 주소 내보내기 및 업데이트
Get-Mailbox -ResultSize Unlimited - "emailaddresses -notlike '*@tenantname.onmicrosoft.com'" 필터링 | 별칭, 기본 mtpaddress, 전자 메일 주소 선택 |export-csv -NoTypeInformation "C:\Temp\mailboxes_output.csv"
Import-csv C:\Temp\mailboxes_output.csv| ForEach-Object {
$ID = $_.PrimarySmtpAddress
$alias = $_.Alias
$365Email = $alias + "@tenantname.onmicrosoft.com"
Set-Mailbox -Identity $ID -EmailAddresses @{add = $365Email}
}
28. 모든 사서함이 업데이트되었는지 확인합니다. 결과는 0이어야 합니다.
Get-Mailbox -ResultSize Unlimited - "emailaddresses -notlike '*@tenantname.onmicrosoft.com'" 필터링 | 별칭, 기본 mtpaddress, 전자 메일 주소 선택
29. 관리자 계정에 대상의 사서함에 대한 전체 액세스 권한 부여
30. 대상에서 EXO Powershell에 연결
대상에서 획득한 모든 도메인 사서함에 대해 BitTitan 서비스 계정에 대한 전체 사서함 액세스 권한을 부여합니다.
Add-MailboxPermission -Identity "대상 사서함 - 사용자 "BitTitan 서비스 계정" -AccessRights FullAccess -InheritanceType All -AutoMapping $false
31. OWA를 사용하여 관리자 계정으로 다른 사서함을 열어 사서함 액세스를 테스트합니다.
32. BitTitan 라이선스 요구 사항
메모:
라이선스는 사서함당 최대 10번까지 사용할 수 있습니다. 이것은 끝점이 변경되지 않는다고 가정합니다.
테스트 계정으로 BitTitan 마이그레이션을 테스트하는 경우 라이선스 수에 필요한 테스트 계정의 총 수를 포함해야 합니다.
33. 라이선스 교환
참고 : 계정이 없는 경우 BitTitan 계정에 등록하고 이메일 주소를 확인하여 계정이 활성화되어 있는지 확인하십시오.
34. BitTitan 프로젝트 생성
35. 소스 설정에서:
36. 목적지 설정에서:
37. 임차인에서 임차인으로의 마이그레이션
38. BitTitan을 사용하여 테스트 계정을 대상으로 마이그레이션 – 사전 단계 마이그레이션
39. 사전 단계 마이그레이션 수행
중요 :
40. BitTitan 오류 메시지 해결
41. OWA를 사용하여 사서함에 마이그레이션된 데이터가 포함되어 있는지 확인
42. 출처에서: OWA를 사용하여 추가 이메일 보내기 및 받기
43. 전체 마이그레이션 수행
44. BitTitan 오류 메시지 해결
45. OWA를 사용하여 사서함에 마이그레이션된 데이터가 포함되어 있는지 확인
46. 비즈니스와 연락하고 마이그레이션 날짜와 시간을 확인합니다. 마이그레이션에 사용할 수 있는 다른 리소스 확인
47. 마이그레이션 전에 도메인과 DNS의 소유권을 가지기로 결정했다면 이전을 시작하십시오.
마이그레이션 1주일 전
소스에서 Exchange 개체 내보내기:
48. 소스에서 EXO Powershell에 로그인
49. 사서함 : UPN, 별칭, SMTP 및 프록시 주소 내보내기
Get-Mailbox -ResultSize 무제한 | userprincipalname,alias,primarysmtpaddress,emailaddresses 선택 | export-csv -NoTypeInformation “Backup_Source_Mailboxes.csv”
50. 그룹 : 별칭, SMTP 및 프록시 주소 내보내기
Get-DistributionGroup -ResultSize 무제한 | 별칭, 기본 mtpaddress, 전자 메일 주소 선택 | export-csv -NoTypeInformation “Backup_ Source_Groups.csv”
51. 캘린더 위임:
Get-Mailbox | foreach {
write-host -fore green “Processing $_”
Get-MailboxFolderPermission -Identity “$($_.alias):\Calendar” | where {$_.User -notlike “Anonymous” -and $_.User -notlike “Default”}} | select Identity,User,@{name=’AccessRights’;expression={$_.AccessRights -join ‘,’}} | Export-Csv -NoTypeInformation “Backup_ Source_Calendar_Delegation.csv”
Export Exchange objects from Destination:
52. Log into EXO Powershell at Destination
53. Contacts: Export Name and Email addresses
Get-Recipient -Filter {RecipientType -eq “MailContact” -and EmailAddresses -like ‘domainname‘} | select DisplayName,RecipientType,ExternalEmailAddress,EmailAddresses | export-csv -NoTypeInformation “Backup_Destination_Contacts.csv”
54. Mailboxes: Export Forwarding
For each MAILBOX:
get-Mailbox -Identity | select UserPrincipalName,DeliverToMailboxAndForward,ForwardingAddress,ForwardingSmtpAddress | export-csv -notypeinformation ‘Backup_Destination_Forwarding.csv’ -append
55. Pre-Stage Migration of all Mailboxes – email older than 10 days
Important: For the Source, use the onmicrosoft.com address
Select the Project Name
Click on the drop-down arrow beside “Add” and select “Bulk Add”
Click on “Select File”, locate the CSV file created in step 1 then click “Open”
The contents of the CSV will get imported and displayed on screen, click “Save”
Pre-stage migration:
Important:
Allow time for the migration to complete
The Pre-Stage migrates emails only
Calendars, contacts, journals, notes, and tasks will only migrate during a full migration
56. Resolve any BitTitan error messages
57. Add the domain then request a TXT record to verify we own the domain
58. Setup IM federation so you have chat communications during pre-cutover
Important: Cannot migrate any IM contacts to Microsoft Teams.
59. 1 day before migration
Migrate mailboxes – Full migration
Important: Allow time for the migration to complete.
60. Resolve any BitTitan error messages
61. Migration day
[Optional] Change the TTL value on each MX record
Remove domain dependencies from Source:
62. Log into Azure AD and EXO Powershell at Source
[Optional] Change FEDERATED domains to MANAGED, if applicable.
63. Run the following cmdlet to determine which domains are FEDERATED or MANAGED
Get-MsolDomain
If FEDERATED change to MANAGED:
Set-MsolADFSContext -Computer ADFS_Server_FQDN
Convert-MsolDomainToStandard -DomainName “Domain Name Here” -SkipUserConversion:$true -PasswordFile C:\passwords.txt
64. Run the following cmdlets to verify the domains are managed
Get-MsolDomain
[If Applicable] Disable the directory synchronization
Set-MsolDirSyncEnabled -EnableDirSync $false
[If Applicable] SharePoint Online public website
65. If you had also set up your domain with a SharePoint Online public website, then before you can remove the domain, you first have to set the website’s URL back to the initial domain.
[If Applicable] Skype for Business and Teams
Remove all Skype for Business and Teams licenses from the users in the source tenant. This will remove the SIP attribute from their proxy addresses.
66. Set the default domain in source tenant to domainname.onmicrosoft.com
67. Change all Mailboxes UPNs to domainname .onmicrosoft.com domain. Replace the domainname with your domain name.
Get-MsolUser -all | select-object UserPrincipalName,ObjectID | export-csv -NoTypeInformation “User.csv”
Import-csv User.csv| ForEach-Object {
$ID = $_.UserPrincipalName
$ObjectID = $_.ObjectID
$365Email = $ID.Split(“@”)[0] + “@ domainname.onmicrosoft.com”
Set-MsolUserPrincipalName -ObjectId $ObjectID -NewUserPrincipalName $365Email}
68. Confirm the UPNs have been updated
Get-MsolUser -all | select-object UserPrincipalName,ObjectID
69. Change all Distribution Groups Primary SMTP address to domainname.onmicrosoft.com domain. Replace the domainname with your domain name.
Get-DistributionGroup -ResultSize Unlimited | select-object PrimarySMTPAddress | export-csv -NoTypeInformation “DL.csv”
Import-csv DL.csv| ForEach-Object {
$ID = $_.PrimarySmtpAddress
$365Email = $ID.Split(“@”)[0] + “@domainname.onmicrosoft.com”
Set-DistributionGroup -Identity $ID -primarysmtpaddress $365Email}
70. Confirm the primary smtp’s have been updated
Get-DistributionGroup -ResultSize Unlimited | select-object PrimarySMTPAddress
71. As we changed every mailboxes UPN, the primary SMTP addresses has also been updated to domainname.onmicrosoft.com. Now remove all aliases from every mailbox using this script:
$users = Get-Mailbox -ResultSize Unlimited | Where {$_.Emailaddresses.count -gt 1}
foreach ($user in $users) {
foreach ($email in $user.emailaddresses){
if ($email -ne “SMTP:”+$user.PrimarySmtpAddress){
Set-Mailbox -Identity $user.name -EmailAddresses @{Remove=$email}
}
}
Write-host $user.primarysmtpaddress “has been processed”
}
72. Confirm the Primary and Alias addresses are both domainname.onmicrosoft.com ONLY
Get-Mailbox | select PrimarySmtpAddress,EmailAddresses
73. Remove all aliases from every distribution group
$groups = Get-DistributionGroup -ResultSize Unlimited | Where {$_.Emailaddresses.count -gt 1}
foreach ($group in $groups) {
foreach ($email in $group.emailaddresses){
if ($email -ne “SMTP:”+$group.PrimarySmtpAddress){
Set-DistributionGroup -Identity $group.name -EmailAddresses @{Remove=$email}
}
}
Write-host $group.primarysmtpaddress “has been processed”
}
74. Confirm the Primary and Alias addresses are both domainname.onmicrosoft.com ONLY
Get-DistributionGroup | select PrimarySmtpAddress,EmailAddresses
[If Required] O365 Groups: User the cmdlets below to remove the domain:
Get-UnifiedGroup -Identity “name” | select primarysmtpaddress,emailaddresses
Set-UnifiedGroup -Identity “name” -PrimarySMTPAddress [email protected]
Set-UnifiedGroup -Identity “name” -EmailAddresses @{remove=”smtp:[email protected]”}
75. Confirm all dependencies have been removed. Replace the domainname with your domain name.
Get-MsolUser -DomainName domainname.com -all
Important:
76. Remove the domain from the source Microsoft 365 tenant
Important:
77. Add Mail Rules and Connectors at Destination
[If required]
78. Verify the domain
79. Verify changes
80. Check Domain
To check everything is setup as it should be, wait around an hour for all updates to take effect then launch: https://centralops.net/co/
Type in the domain name and check all records are set as in ‘View DNS Settings’ above.
81. Remove Email Forwarding at Destination
Log into EXO Powershell at Destination and run the following cmdlets for each user:
Set-Mailbox -Identity “DestinationUserEmailAddress” -ForwardingAddress $null -DeliverToMailboxAndForward $false
82. Add aliases for each user at Destination:
Set-RemoteMailbox -Identity “[email protected]” -EmailAddresses @{Add=”smtp:name1@domain”,”smtp:name2@domain”}
83. For each GROUP:
Set-DistributionGroup -Identity “groupname” -EmailAddresses @{add=”[email protected]”}
84. Change the TTL value on each MX record back to the original setting eg 1 hour
85. Migrate Mailboxes – Final Migration
Important: Allow time for the migration to complete
86. Resolve any BitTitan error messages
87. Delete Contacts at Destination
Connect to EXO at Destination and run the following cmdlet:
Import-csv “Backup_Destination_Contacts.csv”| ForEach-Object {
$DisplayName = $_.DisplayName
Remove-MailContact -Identity $Displayname}
88. Confirm the Contact has been deleted:
Import-csv “Backup_Destination_Contacts.csv”| ForEach-Object {
$DisplayName = $_.DisplayName
Get-MailContact -Identity $Displayname}
89. Set the default email address at Destination
For each USER:
Set-RemoteMailbox “[email protected]” -PrimarySmtpAddress “[email protected]”
90. For each GROUP:
Set-DistributionGroup -Identity ‘DisplayName’ -PrimarySmtpAddress “[email protected]” -EmailAddressPolicyEnabled $false
91. For each SHARED MAILBOX:
Important: Allow time for all changes to sync to O365.
Post-Migration Activities
92. Verify delegates / aliases have been correctly populated
Migrate Mailboxes – Final Migration
Important: Allow time for the migration to complete.
93. Resolve any BitTitan error messages
Select the accounts that errored
Click on the down arrow beside “Start” and select “Retry Errors”
In the “Retry Errors” window, review the settings
Click “Retry Errors”
Click on the “Refresh list” icon to get a status of the migration or click on the dashboard on the left-hand side menu
94. Execute End User Test Plan
Launch Outlook at Destination and verify the contents of the following:
Email
Contacts
Calendar
Send and Receive emails INTERNALLY and verify emails have been received
Send and Receive emails EXTERNALLY and verify emails have been received
Verify the sender’s email address
Send and Receive emails form a SHARED MAILBOX and confirm emails have been received.
Verify the sender’s email address
Send a test Calendar invite to a colleague and confirm the invite was received
95. Log into EXO Powershell at Destination
For each mailbox, remove the service account
Remove-MailboxPermission -Identity “User1” -User “BitTitan service account” -AccessRights FullAccess -InheritanceType All
96. Take ownership of Domain and DNS records
[If not already actioned] – If the current owner made the required changes to DNS, take ownership of the domains and DNS records.
Back-out Plan
97. Change default email address back to old email address
Set-RemoteMailbox “[email protected]” -PrimarySmtpAddress “[email protected]”
98. For each USER:
Log into the on-premise Exchange server
Run Exchange powershell and execute the following cmdlets:
Set-RemoteMailbox “[email protected]” -EmailAddresses @{remove=”[email protected]”}
99. For each GROUP:
Log into the on-premise Exchange server
Run Exchange powershell and execute the following cmdlets:
Set-DistributionGroup -Identity “groupname” -EmailAddresses @{remove=”[email protected]”}
100. Verify attributes have been updated:
Get-RemoteMailbox -Identity | select userprincipalname,alias,primarysmtpaddress,emailaddresses
101. Re-create Contacts at Destination:
Log into EXO Powershell at Destination and run the following cmdlets:
Import-csv “Backup_Destination_Contacts.csv”| ForEach-Object {
$DisplayName = $_.DisplayName
$Email = $_.EmailAddresses
New-MailContact -Name $Displayname -ExternalEmailAddress $Email}
102. Enabling forwarding from Destination to CONTACT
Log into EXO Powershell at Destination
Run the following cmdlets:
Set-Mailbox -Identity “[email protected]” -DeliverToMailboxAndForward $true -ForwardingAddress “[email protected]”
103. Reverse DNS changes
104. Confirm all dependencies have been removed. Replace the domainname with your domain name.
Get-MsolUser -DomainName domainname.com -all
105. Remove the domain from the destination Microsoft 365 tenant
Important:
Allow up to 60 minutes before adding the domains into the destination tenant
O365 may still think the domain is still in use
106. Add the domain at Source then request a TXT record to verify we own the domain
107. Verify the domain
108. Verify changes
109. Check Domain
To check everything is setup as it should be, wait around an hour for all updates to take effect then launch: http://centralops.net/co/
Type in the domain name and check all records are set as in ‘View DNS Settings’ above.
110. If applicable, add all Skype for Business and Teams licenses from the users in the Source tenant. This will add the SIP attribute to their proxy addresses.
111. Restore original proxy address for all users:
Set-Mailbox -Identity “alias” -EmailAddresses SMTP:[email protected],smtp:[email protected]
112. Restore the UPN for all users:
Import-csv “Backup_Mailboxes.csv”| ForEach-Object {
$NewUPN = $_.PrimarySmtpAddress
$alias = $_.Alias
$OldUPN = $alias + “@vivacityhealth.onmicrosoft.com”
Set-MsolUserPrincipalName -UserPrincipalName $OldUPN -NewUserPrincipalName $Newupn
}
113. Verify UPN, Email and Proxy Address have been updated:
Get-Mailbox -Identity | select userprincipalname,alias,primarysmtpaddress,emailaddresses
114. Change all Distribution Groups SMTP address to domainname.onmicrosoft.com domain. Replace the domainname with your domain name.
Get-DistributionGroup -ResultSize Unlimited | select-object PrimarySMTPAddress | export-csv -NoTypeInformation “DL.csv”
Import-csv DL.csv| ForEach-Object {
$ID = $_.PrimarySmtpAddress
$365Email = $ID.Split(“@”)[0] + “@domainname.onmicrosoft.com”
Set-DistributionGroup -Identity $ID -primarysmtpaddress $365Email}
115. Remove all aliases from every distribution group
$groups = Get-DistributionGroup -ResultSize Unlimited | Where {$_.Emailaddresses.count -gt 1}
foreach ($group in $groups) {
foreach ($email in $group.emailaddresses){
if ($email -ne “SMTP:”+$group.PrimarySmtpAddress){
Set-DistributionGroup -Identity $group.name -EmailAddresses @{Remove=$email}
}
}
Write-host $group.primarysmtpaddress “has been processed” $
}
That’s how tenant to tenant migration Office 365 works.
Microsoft Word 문서에 댓글을 작성하거나 남길 때마다 기본 Microsoft 계정 이름이 작성자 이름으로 할당됩니다. 공유할 때
Windows 10 또는 11 컴퓨터에서 Microsoft Excel 도구 모음이 작동하지 않는 경우 해결 방법은 다음과 같습니다.
Excel 시트를 PDF로 빠르게 인쇄하려면 Microsoft Excel에서 PDF로 인쇄 버튼을 만드는 방법을 참조하세요.
PowerPoint 파일의 이미지를 저장하고 다른 곳에서 사용하고 싶으십니까? PowerPoint 프레젠테이션에서 이미지를 추출하는 세 가지 쉬운 방법은 다음과 같습니다.
Word 문서에 입력할 수 없으면 생산성 시간이 낭비될 수 있습니다. Microsoft Word에서 캔트 유형을 수정하는 가장 좋은 방법은 다음과 같습니다.
PC에서 문서를 인쇄할 때 Word가 응답하지 않습니까? 여기 이 문제를 해결하기 위해 시도되고 테스트된 8가지 방법이 있습니다!
Windows에서 Excel 키보드 단축키가 작동하지 않습니까? 문제를 해결하고 생산성을 회복하려면 다음 수정 사항을 시도해 보십시오.
Windows 10 또는 11 컴퓨터에서 'Excel 리소스 부족' 오류가 계속 표시됩니까? 신속하게 해결할 수 있는 몇 가지 방법이 있습니다.
Google 문서도구에서 단어를 검색하고 싶으신가요? 정확한 검색을 수행하여 원활한 편집 환경을 보장하는 간단한 방법은 다음과 같습니다.
Excel 스프레드시트의 데이터를 Microsoft Word에 삽입해야 합니까? 그렇게 할 수 있는 다양한 방법은 다음과 같습니다.