Two domain controllers running Server 2019 Standard.
Both are fully up to date.
Domain and Forest functioning level is 2016.
I recently attempted to open Active Directory Administrative Center (ADAC) on my PC.
RSAT installed and working no issue until this.
ADAC generates an error "Cannot connect to any domain. Refresh or try again when connection is available"
If I click "Ok" and click any bookmark, the first error is "The bookmarked item cannot be found or no longer exists."
The second error is "Cannot find an available server in the domain.com domain that is running the Active Directory Web Service (ADWS)"
The actual "Active Directory Web Service" within services.msc does not exist in either domain controller.
ADAC was working fine recently and now it does not work from my PC or on either DC.
All demonstrate the same error.
I have since found some powershell commands that point to the same missing ADWS service.
Get-ADUser command in powershell comes back with "Get-ADUser : Unable to find a default server with Active Directory Web Services running"
Both DCs are Global Catalogs
Both DC's are running DNS Server Service
One DC uses its own static IP as DNS server (not 127.0.0.1)
Second DC points to first DC for DNS
nslookup tests I did all seem to show correct information.
My first instinct was to check the health of Active Directory.
I ran "DCDiag /v" on both DCs
No errors on either other than reference to some occasional replication issues. (Usually happens during backups)
I ran repadmin /showrepl on both DCs
No errors reported.
I ran repadmin /replsum on both DCs
No erorrs reported.
It appears that AD is healthy.
How did ADWS dissapear?
As mentioned, ADAC worked fine up until as recently as a month ago.
I have no other symptoms manifesting themselves as problems and there seems to be no issues on the network I am aware of.
I am just a little leary this might be the beginning of a bigger issue.
I can find no info about ADWS going MIA.
Before I resort to moving FSMO roles and redoing Domain Controllers, I thought I would put this to the community to see if anyone else has seen/experienced this.
Input appreciated.