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 Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
923 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 31,601 Reputation points Microsoft Vendor
    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