SCCM and MDT Deployment - IP Address vs Domain Name

IThelpMe 96 Reputation points
2021-04-26T18:41:15.173+00:00

Hello,

I have found several answers to why the domain name is not working and that I need to use IP address,

When i load my image - it says IP: 192.168.1.2 \boot\x64\images... which is all correct.

Then When Microsoft Deployment Toolkit screen displays I get error:

A connection to the deployment share \server\MDTshare$ could not be made

I have change the \server\ to ip address 192.168.1.2 in the following:

Deployment Workbench - right click deployment share - properties: UNC Path \192.168.1.2\MDTshare$

Bootstrap.ini : DeployRoot=\192.168.1.2\MTDshare$

CustomSettings.ini does not refrence anywhere accept : EventService= so i have updated it there as well.

After making all changes, I right click on deployment share - update deployment share "Completely regenerate the boot images" option.

However, i still see the same problem "connection to \server\ rather than the IP Address.

Where am i missing the change at?

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
0 comments No comments
{count} votes

Accepted answer
  1. IThelpMe 96 Reputation points
    2021-04-27T14:02:40.553+00:00

2 additional answers

Sort by: Most helpful
  1. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2021-04-27T06:11:20.4+00:00

    Hi, @IThelpMe
    Thank you for posting in Microsoft Q&A forum.
    Is there any more description about the error message apart from "A connection to the deployment share \server\MDTshare$ could not be made"?

    And we may follow below article to troubleshoot this issue:
    https://4sysops.com/archives/resolving-a-connection-to-the-deployment-share-could-not-be-madeerrors-in-mdt/
    (Third-party link, just for your reference)


    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

  2. IThelpMe 96 Reputation points
    2021-04-27T12:55:12.983+00:00

    Hello - The exact error reads:

    A connection to the deployment share (\server\MDTshare$) could not be made. Connection OK. Possible cause: invalid credentials.
    Retry: Try again to connect to the deployment share
    Cancel: Give up, cancelling any in-progress task sequence.Bootstrap.ini:

    Here is the contents of bootstrap.ini

    [Default]
    DeployRoot=\192.168.1.2\MTDshare$
    UserDomain=
    UserID=
    UserPassword=

    I have tried entering valid domain credentials as well to no avail. Also, as stated above, the error message is still referencing \server\ rather than \192.168.1.2\ but I have updated Bootstrap.ini as well as UNC path in deployment workbench to IP address.

    For testing, i put FALSE info into bootstrap.ini

    [Default]
    DeployRoot=\192.168.1.2\MTDshare$
    UserDomain=false
    UserID=false
    UserPassword=false

    It did not have any effect on the error message..

    When I boot my client, i also see:
    WDS Boot Manager version0800
    Client IP 192.168.1.3
    Server IP 192.168.1.2
    server name: server.domain.com

    So it does not appear that changing the bootstrap.ini nor UNC path in workbench is having any effect. I am missing something elsewhere, just cannot find the setting :(

    0 comments No comments

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.