Skip to content

Commit 5070009

Browse files
authored
PR review edit
1 parent 64c3965 commit 5070009

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection: M365-identity-device-management
1515

1616
# Disable PTA
1717

18-
To disable PTA you have to follow [Disable PTA when using Azure AD Connect](https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-pta-disable-do-not-configure) and [Disable PTA with in Powershell](https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-pta-disable-do-not-configure#to-disable-pta)
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.
1919

2020
## Disable PTA when using Azure AD Connect
2121

@@ -43,8 +43,10 @@ The following prerequisites are required:
4343
>| AzureUSGovernment | US Gov|
4444
4545

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

0 commit comments

Comments
 (0)