Home > Blockchain >  Hybrid Environment in Azure AD
Hybrid Environment in Azure AD

Time:01-27

Will enabling device writeback in Azure AD Connect help update the Azure AD Portal with active devices coming from on Prem AD?

Currently disabled, however I am seeing all devices that have ever joined our domain. My question is if I enable device write back will that pull a current device list from my on prem AD?

An explanation for the question.

CodePudding user response:

Enabling device writeback in Azure AD Connect will help update the Azure AD portal with active devices coming from your on-prem AD. This feature will synchronize the device information from your on-prem AD to Azure AD, allowing you to see the current list of devices that are active on your network. This may take some time depending on the number of devices you have and the frequency of the synchronization.

  • Related