SCCM OSD Dynamically populate Domain and OU Information

neoontheweb 1 Reputation point
2020-08-17T17:19:20.363+00:00

I am trying to prepopulate Domain name and Domain OU in UDI Wizard using the MDT Integrated Task Sequence. I need to know how do I populate the Domain Name and Domain OU information without editing the xml file through UDI Wizard? Can I use a built-in task sequence variable to populate this information?

I am attaching the screen shot for reference.18020-temp.png

Microsoft Security Intune Configuration Manager Deployment
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2020-08-18T07:03:13.95+00:00

    Hi,

    Yes, we can use the task sequence step Apply Network Settings to specify the network (Domain, OU etc) or workgroup configuration information for the destination computer. The task sequence stores these values in the appropriate answer file. Windows Setup uses this answer file during the Setup Windows and ConfigMgr action.

    Meanwhile, we can use the task sequence variable OSDComputerName (input) to specifies the name of the destination computer. The variable applies to the task sequence step Apply Windows Settings.

    For more information, please refer to:
    Task sequence step Apply Network Settings
    Task sequence variable OSDComputerName (input)

    18210-apply.png

    Thanks for your time.

    Best regards,
    Simon


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.