Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Multi-Domain TS w/ UDI Fails 'Failed to Connect to Management Point'

  • Thread starter Thread starter nhughes122
  • Start date Start date
  • Replies Replies 1
  • Views Views 1K

nhughes122

Member
Messages
5
Reaction score
1
Points
3
Good afternoon, I'm reaching out to this awesome forum for some help solving an issue that we're having with a newly create task sequence that works for one of our domains and not for the other.
Domains
  1. na.COMPANYR.local
  2. COMPANYX.net
I have the main site at DEPSERVER.na.COMPANYR.local and another distribution point at IAMSERVER01.COMPANYX.net
We have a single TS called "Company Deployment" that uses the User Driven Interface app (UDI) to allow the user to select some information like which domain and OU to join as well as what applications. They IT folks are PXE booting to their local DP and all using the same boot image to run this TS.
The issue is that is a user in a boundary of COMPANYX.net PXE boots to their local DP, gets the correct boot image, selects all the correct information to image (the companyx.net domain and their computers OU) and during the image, we see a number of errors and the image never joins the domain or installs the COALESCEDAPPS array of applications.

Also, I did notice in my current task sequence (right) I do not have a set domain account and password steps like I see on an older task sequence (left). Is this part of the UDI that is required or is the final network settings step at the bottom the definitive place to add the domain credentials?
  • Additional Information
    • From inside the na.companyr.local domain, I am able to run the same TS with the same information and the image TS is successful and joins to the domain and installs the applications properly.
    • The credentials we're using na/SVC_USER1 are trusted across both domains
    • I have validated the content on that DP
    • The errors we're seeing in smsts.log are Failed to Connect to Management Point and Failed to find property 'AutoApplyDeployment'
I have attached the smsts.log in a zip (as it is very large). We need some help figuring out how to read our log better and how to fix this issue.
Any help is greatly appreciated!
 

Attachments

  • smsts.zip
    smsts.zip
    324.9 KB · Views: 2
  • Screenshot 2020-09-29 161653.png
    Screenshot 2020-09-29 161653.png
    180.8 KB · Views: 4
Last edited:
We have kind a same setup and trust me having 2 TS for each domain is the way to go. And we are using MDT. I define same user name in MDT .xml and later password for it in TS. I have 2 service accounts, one for each domain and use respective account in the respective domain.
 

Attachments

  • MDT-No password defined.png
    MDT-No password defined.png
    146.6 KB · Views: 1
  • MDT-DomainJoin.png
    MDT-DomainJoin.png
    171 KB · Views: 1
Back
Top