Skip to content

Commit 6e3bdef

Browse files
authored
Merge pull request #82943 from AJM20202021/patch-1
Update how-to-connect-pta-disable-do-not-configure.md
2 parents a43968e + 5070009 commit 6e3bdef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/active-directory/hybrid/how-to-connect-pta-disable-do-not-configure.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ ms.author: billmath
1313
ms.collection: M365-identity-device-management
1414
---
1515

16+
# Disable PTA
1617

17-
# Disable PTA when using Azure AD Connect
18+
To disable PTA, complete the steps that are described in [Disable PTA when using Azure AD Connect](#disable-pta-when-using-azure-ad-connect) and [Disable PTA in PowerShell](#disable-pta-in-powershell) in this article.
19+
20+
## Disable PTA when using Azure AD Connect
1821

1922
If you are using Pass-through Authentication with Azure AD Connect and you have it set to **"Do not configure"**, you can disable it.
2023

@@ -40,8 +43,10 @@ The following prerequisites are required:
4043
>| AzureUSGovernment | US Gov|
4144
4245

43-
## To disable PTA
46+
## Disable PTA in PowerShell
47+
4448
From within a PowerShell session, use the following to disable PTA:
49+
4550
1. PS C:\Program Files\Microsoft Azure AD Connect Authentication Agent> `Import-Module .\Modules\PassthroughAuthPSModule`
4651
2. `Get-PassthroughAuthenticationEnablementStatus -Feature PassthroughAuth` or `Get-PassthroughAuthenticationEnablementStatus -Feature PassthroughAuth -EnvironmentName <identifier>`
4752
3. `Disable-PassthroughAuthentication -Feature PassthroughAuth` or `Disable-PassthroughAuthentication -Feature PassthroughAuth -EnvironmentName <identifier>`

0 commit comments

Comments
 (0)