Jump to content


jpaczynski

TS choose by Hostname

Recommended Posts

Hi,

 

I would like to ask is there any way to set up in TS that is choosing which software to install by hostname?

Lets say I have got 2 versions of Office. One for students and one for Teachers. When I reimaging unit I normally type in Hostname. One is for students and other for Staff: SL-01 or TL-01. Instead of creating two separate TS, how I can gather Hostname and let SCCM to choose which Office to install?

I know there is a way with Drivers where you can use WQL Query "Select * from WIN32_ComputerSystem..." to check what model it is and install the right drivers.

Can we use something similar to choose by Hostname?

 

Hope its clear :)

Share this post


Link to post
Share on other sites

Thank you.

 

Unfortunately can't do it that way.

 

What about if we try to input all Hostnames in text file and let SCCM search through it, then when hostname from text file = our input on begin lets run install software?

Is that will works? If possible can someone tell me how to do it?

Share this post


Link to post
Share on other sites

Hi,

 

Sorry for delay but been busy.

 

Here you got WMI Query what I am using and its working.

 

Select * from Win32_OperatingSystem where CSName like "partial_hostname%"

 

Let me know how it works for you.

 

More you can find on http://ithowto.turtleweb.co.uk/

 

"spread the love"

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • 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.