Skip to content

Commit baeba23

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into conversion2
2 parents 8bfbcc1 + 454c186 commit baeba23

33 files changed

+521
-70
lines changed

articles/active-directory/hybrid/how-to-connect-pta-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Second, you can create and run an unattended deployment script. This is useful w
140140
$User = "<username>"
141141
$PlainPassword = '<password>'
142142
$SecurePassword = $PlainPassword | ConvertTo-SecureString -AsPlainText -Force
143-
$cred = New-Object TypeName System.Management.Automation.PSCredential ArgumentList $User, $SecurePassword
143+
$cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $User, $SecurePassword
144144
3. Go to **C:\Program Files\Microsoft Azure AD Connect Authentication Agent** and run the following script using the `$cred` object that you created:
145145

146146
RegisterConnector.ps1 -modulePath "C:\Program Files\Microsoft Azure AD Connect Authentication Agent\Modules\" -moduleName "AppProxyPSModule" -Authenticationmode Credentials -Usercredentials $cred -Feature PassthroughAuthentication

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Under certain circumstances, servers that were auto upgraded to version 1.4.18.0
6565
6666

6767
### Release status
68-
9/25/2019: Removed from manual download until incident investigation is complete.
68+
9/25/2019: Released for auto-upgrade only.
6969

7070
### New features and improvements
7171
- New troubleshooting tooling helps troubleshoot "user not syncing", "group not syncing" or "group member not syncing" scenarios.
26.6 KB
Loading
52.4 KB
Loading
45.1 KB
Loading
10.6 KB
Loading
24.3 KB
Loading
113 KB
Loading
34.9 KB
Loading
37.6 KB
Loading

0 commit comments

Comments
 (0)