VAMT not discovering Windows 10 machines
There's currently a bug in VAMT 3.1 that prevents it finding Windows 10 machines in AD.
Quick fix for now:
Quick fix for now:
- Change search settings to LDAP
- Add this as the query LDAP://domaincontroller.domain.com/DC=domain,DC=com??sub?(&(objectClass=computer))
- Search and there are your Windows 10 machines
many thanks, that was driving me nuts :)
ReplyDeleteWorked for me, thanks.
ReplyDeleteAnother crazy Windows 10 problem to add to my growing list of deployment fun :o)
Thanks, works great!
ReplyDeleteYou can also use this if you just want the Windows 10 OS:
LDAP://domaincontroller.domain.com/DC=domain,DC=com??sub? (&(objectClass=computer)(operatingSystem=Windows\2010*))