Jump to content


ScottP12

Established Members
  • Posts

    4
  • Joined

  • Last visited

ScottP12's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the replies. We ended up going with a the following WMI Query to get the computer name. SELECT * from win32_ComputerSystem where Name like "%WB%" Once we added this to the options for the item it works as expected. Scott
  2. Thanks for the suggestion. Now to try to find someone on my team who knows PowerShell. I'm a bit of a noob when it comes to scripting.
  3. Thanks. That backs up what I was suspecting. Any other options you can think of for using a variable for the name to install the different roles on different servers? I would like to keep this to just one task sequence if possible and use variables for the different types of server roles that our company uses. Thanks for your help. Scott
  4. 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.