I have followed the instrctions in the above article....everything works fantastically well, and I now have the Domain Profile working consistently on my Server 2019. Thanks so much!!
Can someone (ideally Mariette) answer a question? Why is the first step in the article creating a bogus IPV6 address for the NIC? What is the thinking about this? What is happening and why?
Here is the command:
# Set a bogus IPv6 address on the network adapter (make sure you check what -InterfaceIndex is on your system with Get-NetAdapter New-NetIPAddress -IPAddress 2001:DB8:13FF::AAAA -InterfaceIndex 6 -AddressFamily IPv6 -PrefixLength 64
Best regards
Robert Cook
By assigning a bogus IPv6 address, you're essentially:
That leads Windows to:
Hey Mariette.
Thanks so much for your quick reply!
Now I understand what is going on. Thanks!
Regards
Robert
You are welcome, Robert. Let me know if there is anything else I can do for you.