Skip to content

Commit bd481f1

Browse files
committed
updating
1 parent 0b4083c commit bd481f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/active-directory/cloud-sync/how-to-install-pshell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ By default, the Azure Active Directory (Azure AD) Connect provisioning agent ins
9898
- In step #8 above, add **ENVIRONMENTNAME=AzureUSGovernment** to the command line like the example below.
9999
```
100100
$installerProcess = Start-Process -FilePath "c:\temp\AADConnectProvisioningAgent.Installer.exe" -ArgumentList "/quiet ENVIRONMENTNAME=AzureUSGovernment" -NoNewWindow -PassThru
101-
$installerProcess.WaitForExit()
102-
101+
$installerProcess.WaitForExit()
103102
```
104103

105104
## Next steps

0 commit comments

Comments
 (0)