Site Overlay

Microsoft Intune EDR import Server

The powershell command required to transfer your computer objects in Active Directory to the Microsoft Intune EDR system is included below.

$Servers = Get-ADComputer -Filter * -SearchBase "OU=SERVER,OU=ISTANBUL,DC=tr,DC=ISTANBUL,DC=com"
foreach ($server in $servers)
{
Invoke-GPUpdate -Computer $server.name -RandomDelayInMinutes 0 -Force
} 

Note: For the appropriate command to work, the necessary policy settings must be made on the relevant ou computer OUs in Group Policy.