Active directory syncronization -
i have situation. how synchronize active directoy created in 1 vm with, active directory created on vm, lying in same network. vms in azure. has nothing azure active directory. simple purpose replicate , synchronize.
i think got way achieve this. create 2 vnets in azure. make sure ip ranges not overlap. create 2 local networks on azure. establish cross-site conectivity between vnet vnet. use linc https://azure.microsoft.com/en-us/documentation/articles/virtual-networks-configure-vnet-to-vnet-connection/
create 2 vms, 1 in each vnet. install ad ds on them. also, install dns on them static ip. create users in active directory of 1 of vm. establish communictation between 2 vms. users created in 1 vm syced in vm.
Comments
Post a Comment