In Active Directory environment, we can create a User Account in any Domain Controller and it gets replicated to other DCs. I am aware of Scripts (PowerShell & VBScript) which can check for User Accounts and its attributes. But, my question is :
a) Is there any way to detect in which particular DC the user-account was created ? The parent/mother DC where the account was created for the first time; before it got replicated to other DC ?
On-Premise AD or Azure AD, whatever; any reference material or hint for PowerShell or VBScript is much appreciated.
Thanks