We are working on deploying Server 2012 R2 via SCCM with Roles being installed based on the computer name.
Our computer naming standards are "location-role-number" where the role is a 2 letter variable like WB for web server.
In our task sequence we have added the following condition on the IIS role install...
If ALL conditions are true:
Task Sequence Variable OSDComputerName greater than or equals "%wb%.
what we are seeing is that the IIS role will install on any server no matter what the name is. so clearly there's something wrong in the logic of the variable.
Any help is greatly appreciated.
Scott