OK, here is what I am trying to achieve. I have servers distributed across data centers around the world. I want them all to join the same Active Directory Domain. I don't want to implement ADFS and put Active Directory servers in every data center because it is too much work.
Instead I want to have only one Active Directory server/cluster in one data center, let's say US East. Then I want all of the servers around the world to have a VPN virtual network adapter that is always connected, and I want to send all the Active Directory related traffic over this VPN connection to the US East data center network where the actual Active Directory Server is. In this way, as far as the servers can tell, they are all on the same network as the Active Directory server.
Note that I do NOT want to setup Site-to-Site VPN. I want it to be Point-to-Site VPN from each "leaf" server into the main root network via Point-to-Site VPN from each server. I also don't want to send all network traffic over the VPN, only the network traffic actually related to Active Directory.
Also note that the VPN connection should be durable and survive reboots and should reconnect automatically if disconnected.
Any guidance on how to do this would be amazing. I haven't been able to find any good guides on how to do this but I'm pretty sure this should be possible with Windows Server 2022.