Skip to content

Commit 7da08b0

Browse files
authored
removed loc strings
1 parent c1dbcfb commit 7da08b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/manage-apps/application-proxy-connector-installation-problem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Follow the steps to verify the certificate:
9090

9191
Follow the steps to verify the certificate:
9292

93-
1. Download [PsTools.zip](https://docs.microsoft.com/en-us/sysinternals/downloads/pstools)
94-
2. Extract [PsExec](https://docs.microsoft.com/en-us/sysinternals/downloads/psexec) from the package and run **psexec -i -u "nt authority\network service" cmd.exe** from an elevated command prompt.
93+
1. Download [PsTools.zip](https://docs.microsoft.com/sysinternals/downloads/pstools)
94+
2. Extract [PsExec](https://docs.microsoft.com/sysinternals/downloads/psexec) from the package and run **psexec -i -u "nt authority\network service" cmd.exe** from an elevated command prompt.
9595
3. Run **certmgr.msc** in the newly appeared command prompt
9696
2. In the management console expand the Personal container and click on Certificates
9797
3. Locate the certificate issued by **connectorregistrationca.msappproxy.ne
@@ -110,7 +110,7 @@ Import-module AppProxyPSModule
110110
Register-AppProxyConnector
111111
```
112112

113-
To learn more about the Register-AppProxyConnector command, please see [Create an unattended installation script for the Azure AD Application Proxy connector](https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/application-proxy-register-connector-powershell)
113+
To learn more about the Register-AppProxyConnector command, please see [Create an unattended installation script for the Azure AD Application Proxy connector](https://docs.microsoft.com/azure/active-directory/manage-apps/application-proxy-register-connector-powershell)
114114

115115
## Verify admin is used to install the connector
116116

0 commit comments

Comments
 (0)