I'm using MDT Task Sequences with SCCM and am trying to get a proper Computer Description set.
It was easy to do with OSDComputerName and check if a computer was already named properly in AD for whether or not a popup would ask for a new name.
Now I've tried using the same method for setting the computer description. I've made sure that my Discovery settings includes the Description property, so I can see the AD Description in my Devices properties.
The problem is how to set a task sequence variable to use the variable assigned to my device.
I thought setting a variable: OSDComputerDesc with a value: %Description% would do it, but that was a bad guess.
How do I bring in the Device Property Value and give it to my new TS Variable?
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.
I'm using MDT Task Sequences with SCCM and am trying to get a proper Computer Description set.
It was easy to do with OSDComputerName and check if a computer was already named properly in AD for whether or not a popup would ask for a new name.
Now I've tried using the same method for setting the computer description. I've made sure that my Discovery settings includes the Description property, so I can see the AD Description in my Devices properties.
The problem is how to set a task sequence variable to use the variable assigned to my device.
I thought setting a variable: OSDComputerDesc with a value: %Description% would do it, but that was a bad guess.
How do I bring in the Device Property Value and give it to my new TS Variable?
Share this post
Link to post
Share on other sites