Skip to content

Commit c02a754

Browse files
committed
updating
1 parent 58883c7 commit c02a754

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/hybrid/how-to-connect-staged-rollout.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: daveba
66
ms.service: active-directory
77
ms.workload: identity
88
ms.topic: conceptual
9-
ms.date: 10/28/2019
9+
ms.date: 11/07/2019
1010
ms.subservice: hybrid
1111
ms.author: billmath
1212
ms.collection: M365-identity-device-management
@@ -117,14 +117,14 @@ Enable Seamless SSO on the AD forests using PowerShell. If you have more than
117117

118118
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.
119119

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.
121121

122122
> **Example:**
123123
> ![Example of the Windows PowerShell output](./media/how-to-connect-staged-rollout/sr3.png)
124124
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.
126126

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.
128128

129129
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.
130130

@@ -236,7 +236,7 @@ Here is how you can track user sign-ins still happening on AD FS for selected st
236236

237237
- **Q: Can we use PowerShell to perform staged rollout?**
238238

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).
240240

241241
## Next Steps
242242
- [AzureAD 2.0 preview](https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0-preview#staged_rollout )

0 commit comments

Comments
 (0)