Quick question
If I have a OU structure that looks like this:
companyA\Windows10\1703
companyA\Windows10\1803
companyB\Windows10\1703
companyA\Windows10\1803
And I wanted to automate moving computers from 1703 to 1803 based on the AD attribute OS Version, so that 1803 computers that where placed in 1703 (or upgraded) would automatically be moved to the 1803 OU.
Would I have to create a scheduled task that included 2 rules (companyA move rule, and companyB move rule)?
Or could I create a more generic 1703 to 1803 move rule, that would ignore under which company it was, and move it to the correct 1803 OU based on where the computer object was already located?
Maybe i could use the %adm-ParentDN% template for this? Any suggestions?
Thanks in advance!