MDT - one deploymentshare - different task sequences - different network zone

Stefan Wehrli 1 Reputation point
2021-07-24T10:40:23.513+00:00

MDT - one deploymentshare - different task sequences - different network zone

Hello community

I am facing the following problem:
I have a MDT server for the installation of about 30 (very static) clients.
On the MDT server is a deploymentshare. In this share I manage five different task sequences. I have task sequences for development, test, integration, production and training environments.
Each environment is in its own network zone.

The deployment works very well.

For the deployment I also use WDS and DHCP.

Now I have a problem with a software that not only needs the same IP address for each client, but the IP address has to be fixed on the network adapter and the client name has to correspond to the IP.

Is there a possibility to keep a list of clients and their network settings, which is read in the different TS jobs and sets the IP settings for the client on the network adapter according to this list.

The IP address must correspond to the client name and must not be linked to the Mac address.

I have seen somewhere that this can be set per TS in the INI, but I would like to have a file for all TS with the respective network zones and their IP addresses.
There must be five network zones being served.

Who can help me here and how do I implement something like this in a simple way?
Thanks already for your support.

Example:
Client0001 -> IP 192.168.1.1
SubNet: ****
Gateway: *****
DNS1: *****
DNS2: *****

Client1001 -> IP 192.168.10.1
SubNet: ****
Gateway: *****
DNS1: *****
DNS2: *****

Client 2001 -> IP 192.168.20.1
SubNet: ****
Gateway: *****
DNS1: *****
DNS2: *****

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
828 questions
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.
902 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 30,116 Reputation points Microsoft Vendor
    2021-07-27T01:24:30.947+00:00

    Hi,

    Thanks for posting in Microsoft Q&A forum.

    This is a complex issue. We could try to use MDT database to add the client machines and specify their computer names and IP addresses. For more information, please refer to:
    Use the MDT database to stage Windows 10 deployment information
    Creating and configuring the MDT Database

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments