You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/migrate-from-federation-to-cloud-authentication.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,21 +355,24 @@ On your Azure AD Connect server, follow the steps 1- 5 in [Option A](#option-a).
355
355
>[!IMPORTANT]
356
356
> You don't have to convert all domains at the same time. You might choose to start with a test domain on your production tenant or start with your domain that has the lowest number of users.
357
357
358
-
**Complete the conversion by using the Azure AD PowerShell module:**
358
+
**Complete the conversion by using the Microsoft Graph PowerShell SDK:**
359
359
360
360
1. In PowerShell, sign in to Azure AD by using a Global Administrator account.
See [Set-MsolDomainAuthentication](/powershell/module/msonline/set-msoldomainauthentication)
369
+
See [Update-MgDomain](https://learn.microsoft.com/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdomain?view=graph-powershell-1.0)
367
370
368
371
3. In the Azure AD portal, select **Azure Active Directory > Azure AD Connect**.
369
372
370
373
4. Verify that the domain has been converted to managed by running the following command:
@@ -443,6 +446,10 @@ If you have Azure AD Connect Health, you can [monitor usage](how-to-connect-heal
443
446
444
447
If you don't use AD FS for other purposes (that is, for other relying party trusts), you can decommission AD FS at this point.
445
448
449
+
### Remove AD FS
450
+
451
+
For a full list of steps to take to completely remove AD FS from the environment follow the [Active Directory Federation Services (AD FS) decommision guide](https://learn.microsoft.com/windows-server/identity/ad-fs/decommission/adfs-decommission-guide).
452
+
446
453
## Next steps
447
454
448
455
- [Learn about migrating applications](../manage-apps/migration-resources.md)
0 commit comments