I have a problem.
I want to join the domain and place the computer in a specific OU based upon the prefix of the name of the computer. I am using the task "Apply Network Settings". It works ok.
My machines have specific prefixes and all need to by deployed with the same task sequence so that they are identical. The prefixes are Device Type Like computernamePOS01 or ComputernameMgr01 or ComputernameISP01
POS- (for development) (OU=POS)
MGR-(for production) (OU=MGR)
ISP-(for testing purposes) (OU=ISP)
This is my network Settings
LDAP://OU=POS,OU=Stores_Computers,DC=stg,DC=test,DC=com
I have Each different Task Squence for Each Device and it works but i need one task for all the Device Type
Has anyone found a solution or workaround.?