Hello
Does anyone know if Multiple Primary computers (more than 1) can be defined for a User Account?
In the Attib of the user account msDS-PrimaryComputer can have a Primary Computer defined as follows:
CN=1234567,OU=ABC LAPTOPS,OU=ABC,DC=ABC123,DC=COM
I am not finding any white papers on how to have more than one Primary computer i.e.
<CN=1234567 & CN=123abcdef,OU=ABC LAPTOPS,OU=ABC,DC=ABC123,DC=COM>
In referencing the following white paper <https://docs.microsoft.com/en-us/windows-server/storage/folder-redirection/deploy-primary-computers>;
The following reads
"The first step in deploying primary computers support is designating the primary computers for each user. To do so, use Active Directory Administration Center to obtain the distinguished name of the relevant computers and then set the msDs-PrimaryComputer attribute."
Thanks.