Microsoft AD spoke - AD integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 02:40 PM
I am working AD integration, using microsoft AD spoke.
Pre req:
1. Ensure that Active Directory Web Services (ADWS) is deployed in the same server where Microsoft AD is installed. - DONE
2. In the MID Server and Microsoft AD server, run these PowerShell commands to install the Active Directory module: - DONE
PS> Import-Module ServerManager
PS> Install-WindowsFeature -Name RSAT-AD-PowerShell
3. MID and Microsoft AD must be installed on different servers. - CHECKED AND DONE
Even after checking about three point, AD connection is not working. Do I need to check any additional details, like any specific port that needs to be open to connect to microsoft AD.
By default system takes 135 Port,does it mean, I need to open PORT 135 on the midserver to connect the target host AD server.
I am getting "authentication error". Kindly help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 02:18 PM
Any resolution on this?