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/how-to-connect-staged-rollout.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: daveba
6
6
ms.service: active-directory
7
7
ms.workload: identity
8
8
ms.topic: conceptual
9
-
ms.date: 10/28/2019
9
+
ms.date: 11/07/2019
10
10
ms.subservice: hybrid
11
11
ms.author: billmath
12
12
ms.collection: M365-identity-device-management
@@ -117,14 +117,14 @@ Enable Seamless SSO on the AD forests using PowerShell. If you have more than
117
117
118
118
4. Run PowerShell as an Administrator. In PowerShell, call `New-AzureADSSOAuthenticationContext`. This command should give you a dialog box where you can enter your tenant's Global Administrator credentials.
119
119
120
-
5. Call `Get-AzureADSSOStatus \| ConvertFrom-Json`. This command provides you the list of AD forests (look at the \"Domains\" list) on which this feature has been enabled. By default, it is set to false at the tenant level.
120
+
5. Call `Get-AzureADSSOStatus|ConvertFrom-Json`. This command provides you the list of AD forests (look at the \"Domains\" list) on which this feature has been enabled. By default, it is set to false at the tenant level.
121
121
122
122
> **Example:**
123
123
> 
124
124
125
-
6. Call `\$creds = Get-Credential`. When prompted, enter the Domain Administrator credentials for the intended AD forest.
125
+
6. Call `$creds=Get-Credential`. When prompted, enter the Domain Administrator credentials for the intended AD forest.
126
126
127
-
7. Call `Enable-AzureADSSOForest -OnPremCredentials \$creds`. This command creates the AZUREADSSOACC computer account from the on-premises domain controller for this specific Active Directory forest that is required for Seamless SSO.
127
+
7. Call `Enable-AzureADSSOForest -OnPremCredentials $creds`. This command creates the AZUREADSSOACC computer account from the on-premises domain controller for this specific Active Directory forest that is required for Seamless SSO.
128
128
129
129
8. Seamless SSO requires URLs to be in the intranet zone. Please refer to the [seamless single sign-on quickstart](how-to-connect-sso-quick-start.md#step-3-roll-out-the-feature) to deploy those URL's using Group Policies.
130
130
@@ -236,7 +236,7 @@ Here is how you can track user sign-ins still happening on AD FS for selected st
236
236
237
237
-**Q: Can we use PowerShell to perform staged rollout?**
238
238
239
-
- A: Yes, Please find the documentation to use PowerShell to perform staged rollout here.
239
+
- A: Yes, Please find the documentation to use PowerShell to perform staged rollout [here](https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0-preview#staged_rollout).
0 commit comments