You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
20
20
21
-
## Prerequistes
22
-
The following prerequisties are required:
21
+
## Prerequisites
22
+
The following prerequisites are required:
23
23
- Any windows machine that has the PTA agent installed.
24
24
- 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.
26
26
27
27
>[!NOTE]
28
28
> 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:
41
41
2.`Get-PassthroughAuthenticationEnablementStatus -Feature PassthroughAuth` or `Get-PassthroughAuthenticationEnablementStatus -Feature PassthroughAuth -EnvironmentName <identifier>`
42
42
3.`Disable-PassthroughAuthentication -Feature PassthroughAuth` or `Disable-PassthroughAuthentication -Feature PassthroughAuth -EnvironmentName <identifier>`
43
43
44
-
## If you don't have acces to an agent
44
+
## If you don't have access to an agent
45
45
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.
47
47
48
48
1. Download the latest Auth Agent from portal.azure.com.
49
49
2. Install the feature: `.\AADConnectAuthAgentSetup.exe` or `.\AADConnectAuthAgentSetup.exe ENVIRONMENTNAME=<identifier>`
0 commit comments