I have been testing Hybrid Join and successfully managed to get some devices joining Azure using the MS documentation here https://docs.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-control
Running the following shows that there is an issue with User State and hence I cannot get onedrive silent sync working. The documentation point to issues but not with WamDefaultSet : ERROR
Microsoft Windows [Version 10.0.17134.766]
(c) 2018 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>dsregcmd /status+----------------------------------------------------------------------+ | Device State |+----------------------------------------------------------------------+ AzureAdJoined : YES EnterpriseJoined : NO DeviceId : 259e7197-16e8-49ad-a5bb-208b721c7a62 Thumbprint : A5BDC55F65822B880EB75E3430FF51810FC8213E KeyContainerId : b534ae78-bd44-4b83-8c22-2e5f02a54d09 KeyProvider : Microsoft Software Key Storage Provider TpmProtected : NO KeySignTest: : PASSED Idp : login.windows.net TenantId : <tenantid> TenantName : AuthCodeUrl : https://login.microsoftonline.com/<tenantid>/oauth2/authorize AccessTokenUrl : https://login.microsoftonline.com/<tenantid>/oauth2/token MdmUrl : MdmTouUrl : MdmComplianceUrl : SettingsUrl : JoinSrvVersion : 1.0 JoinSrvUrl : https://enterpriseregistration.windows.net/EnrollmentServer/device/ JoinSrvId : urn:ms-drs:enterpriseregistration.windows.net KeySrvVersion : 1.0 KeySrvUrl : https://enterpriseregistration.windows.net/EnrollmentServer/key/ KeySrvId : urn:ms-drs:enterpriseregistration.windows.net WebAuthNSrvVersion : 1.0 WebAuthNSrvUrl : https://enterpriseregistration.windows.net/webauthn/<tenantid>/ WebAuthNSrvId : urn:ms-drs:enterpriseregistration.windows.net DeviceManagementSrvVersion : 1.0 DeviceManagementSrvUrl : https://enterpriseregistration.windows.net/manage/<tenantid>/ DeviceManagementSrvId : urn:ms-drs:enterpriseregistration.windows.net DomainJoined : YES DomainName : <domainname>+----------------------------------------------------------------------+ | User State |+----------------------------------------------------------------------+ NgcSet : NO WorkplaceJoined : NO WamDefaultSet : ERROR AzureAdPrt : NO AzureAdPrtAuthority : EnterprisePrt : NO EnterprisePrtAuthority : +----------------------------------------------------------------------+ | Ngc Prerequisite Check |+----------------------------------------------------------------------+ IsUserAzureAD : NO PolicyEnabled : NO PostLogonEnabled : YES DeviceEligible : YES SessionIsNotRemote : YES CertEnrollment : none AadRecoveryNeeded : NO PreReqResult : WillNotProvision
darren hitchen