Skip to content

Commit 459e63c

Browse files
authored
edit per PR 81279
1 parent c55a8e2 commit 459e63c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/active-directory/hybrid/whatis-azure-ad-connect-v2.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,14 @@ We expect TLS 1.0/1.1 to be deprecated in January 2022, and you need to make sur
9898
In June 2022, ADAL will go out of support. When ADAL goes out of support authentication may stop working unexpectedly and this will block the Azure AD Connect server from working properly. We strongly advise you to upgrade to Azure AD Connect V2.0 before June 2022. You cannot upgrade to a supported authentication library with your current Azure AD Connect version.
9999

100100
**After upgrading to 2.0 the ADSync PowerShell cmdlets do not work?** </br>
101-
This is a known issue. To resolve this, restart your PowerShell session after installing or upgrading to version 2.0 and then re-import the module. Use the following instructions to import the module.
101+
This is a known issue. To resolve this, restart your PowerShell session after installing or upgrading to version 2.0 and then re-import the module. Use the following instructions to import the module.
102102

103-
1. Open Windows PowerShell with administrative privileges
104-
2. Type or copy and paste the following:
105-
106-
```PowerShell
107-
Import-module -Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync"
108-
```
103+
1. Open Windows PowerShell with administrative privileges.
104+
1. Type or copy and paste the following code:
109105

106+
```powershell
107+
Import-module -Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync"
108+
```
110109
111110
## License requirements for using Azure AD Connect V2.0
112111

0 commit comments

Comments
 (0)