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
Added note and link for US Gov Cloud at step 8 as install will still succeed and to prevent customers from having to uninstall later if they don't see the note at the bottom of the article.
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/cloud-sync/how-to-install-pshell.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,56 +40,56 @@ The Windows server must have TLS 1.2 enabled before you install the Azure AD Con
40
40
[](media/how-to-install/new-install-2.png#lightbox)</br>
41
41
6. On the right, click **Accept terms and download**.
42
42
7. For the purposes of these instructions, the agent was downloaded to the C:\temp folder.
43
-
8. Install ProvisioningAgent in quiet mode.
43
+
8. Install ProvisioningAgent in quiet mode.[If Installing against US Government Cloud, click here for alternate code block.](how-to-install-pshell.md#installing-against-us-government-cloud)
15. Repeat the previous step to add more domains. Provide the account names and domain names of the respective domains.
88
-
16. Restart the service.
87
+
16. Repeat the previous step to add more domains. Provide the account names and domain names of the respective domains.
88
+
17. Restart the service.
89
89
```
90
90
Restart-Service -Name AADConnectProvisioningAgent
91
91
```
92
-
17. Go to the Azure portal to create the cloud sync configuration.
92
+
18. Go to the Azure portal to create the cloud sync configuration.
93
93
94
94
## Provisioning agent gMSA PowerShell cmdlets
95
95
Now that you've installed the agent, you can apply more granular permissions to the gMSA. For information and step-by-step instructions on how to configure the permissions, see [Azure AD Connect cloud provisioning agent gMSA PowerShell cmdlets](how-to-gmsa-cmdlets.md).
0 commit comments