Skip to content

Commit 844839b

Browse files
committed
updating
1 parent c831ede commit 844839b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Disable PTA when using Azure AD Connect "Do not configure" | Microsoft Docs'
3-
description: This article describes how to disable PTA if the do not configure feature of Azure AD Connect is being used.
3+
description: This article describes how to disable PTA with the Azure AD Connect "do not configure" feature.
44
services: active-directory
55
author: billmath
66
manager: daveba
@@ -18,11 +18,11 @@ ms.collection: M365-identity-device-management
1818

1919
If you are using Pass-through Authentication with Azure AD Connect and you have it set to "Do not configure", you can disable it. Disabling PTA can be done using the following cmdlets.
2020

21-
## Prerequistes
22-
The following prerequisties are required:
21+
## Prerequisites
22+
The following prerequisites are required:
2323
- Any windows machine that has the PTA agent installed.
2424
- Agent must be at version 1.5.1742.0 or later.
25-
- An Azure global administrator account in order to run the PowerShell cmdlts to disable PTA.
25+
- An Azure global administrator account in order to run the PowerShell cmdlets to disable PTA.
2626

2727
>[!NOTE]
2828
> If your agent is older then it may not have the cmdlets required to complete this operation. You can get a new agent from Azure Portal an install it on any windows machine and provide admin credentials. (Installing the agent does not affect the PTA status in the cloud)
@@ -41,9 +41,9 @@ From within a PowerShell session, use the following to disable PTA:
4141
2. `Get-PassthroughAuthenticationEnablementStatus -Feature PassthroughAuth` or `Get-PassthroughAuthenticationEnablementStatus -Feature PassthroughAuth -EnvironmentName <identifier>`
4242
3. `Disable-PassthroughAuthentication -Feature PassthroughAuth` or `Disable-PassthroughAuthentication -Feature PassthroughAuth -EnvironmentName <identifier>`
4343

44-
## If you don't have acces to an agent
44+
## If you don't have access to an agent
4545

46-
If you don't have access to an agent machine you can use following command to install an agent.
46+
If you do not have an agent machine you can use following command to install an agent.
4747

4848
1. Download the latest Auth Agent from portal.azure.com.
4949
2. Install the feature: `.\AADConnectAuthAgentSetup.exe` or `.\AADConnectAuthAgentSetup.exe ENVIRONMENTNAME=<identifier>`

0 commit comments

Comments
 (0)