clareq Posted August 18, 2017 Posted August 18, 2017 I currently have far too many Task Sequences, and, in many cases, the only difference between them is the OU into which the machines go in the "Apply Network Settings" section. I'd like to merge some of these Sequences, and have been looking at using the Task Sequence Variable OSDComputerName, which I set further up the sequence. However, I can't seem to be able to use a wild card in this condition. All workstations are named in such a way that I can set the OU with the first 4 characters of the name. Any idea how I can achieve this?
snagrat Posted August 18, 2017 Posted August 18, 2017 I just pre-populate the computer name in AD in the correct OU. Then if it already exists in AD, SCCM will not move it doing OSD Not the answers but another way to do it 1
sparkeh Posted August 18, 2017 Posted August 18, 2017 I just pre-populate the computer name in AD in the correct OU. Then if it already exists in AD, SCCM will not move it doing OSD Not the answers but another way to do it Yeah I do the same actually, had some issues with getting in the right OU and this is much simpler.
ADMaster Posted August 18, 2017 Posted August 18, 2017 Again not the answer, but I have all my TS put them in an new build OU and I move them after their done. If it is a reimage it keeps it in place. I also have the OSDComputerName prompt, so I can name it and know where to move it to when done. Its not a big deal for me to just select the group and move them.
Steve21 Posted August 19, 2017 Posted August 19, 2017 It depends if you mean for rebuilds (known) or brand new (unknown machines) Rebuilds In SCCM under the OU collections, Create a "Collection Variable" e.g. Name Office - Value = IT (Then Name Office - Value = Maths etc) Under the single task sequence have multiple "Network Setting" options with the OUs you want to join, and under the "Options" tab for that Setting put a check for the Task Sequence Variable Office = IT etc, so it'll only run if it's part of that collection Brand new Under the single task sequence have multiple "Network Setting" options with the OUs you want to join, and under the "Options" tab for put a check for the task sequence variable OSDComputerName (Or whatever variable you're using) greater than or equals "Maths-" etc or whatever your starting chars are Steve 2
clareq Posted August 21, 2017 Author Posted August 21, 2017 Thank you - greater than or equal to works.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now