Forum Discussion
Leavii
Jun 03, 2022Brass Contributor
FRS not replicating Event 13508, NtFrs
Two weeks ago our host went down for DC1. Since DC1, and DC2 are not replicating to one another. It is currently FRS. I discovered this while looking in to migrating to DFS. I have found and w...
- Jun 06, 2022
The last thing I did was update the network from private to domain. I can't imagine that resolving it,
Yes, that would do it. The domain firewall profile would allow these ports to flow freely.
Configure firewall for AD domain and trusts - Windows Server | Microsoft Docs
Leavii
Jun 03, 2022Brass Contributor
Just an update.
I found that DC2 NetConnectionProfile was categorized as private and not domain. I restarted the Network Location Awareness to get it back to Domain as powershell returned an error.
PS C:\Users\administrator> Set-NetConnectionProfile -InterfaceIndex 13 -NetworkCategory Domain
Set-NetConnectionProfile : Unable to set NetworkCategory to 'DomainAuthenticated'. This NetworkCategory type will be set automatically when authenticated to a domain network.
At line:1 char:1
+ Set-NetConnectionProfile -InterfaceIndex 13 -NetworkCategory Domain
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (MSFT_NetConnect...6D21E6075057}"):root/StandardCi...nnectionProfile) [Set-NetConnectionProfile], CimException
+ FullyQualifiedErrorId : MI RESULT 4,Set-NetConnectionProfile
It is yet to be seen if this fixed anything, as I am having to wait for the logs to show anything and if they follow the same pattern they have been an error or something will be there tonight at 12:37AM 😄
Other than this I can't find anything wrong 😞