Modify Discovery to prevent updating the assignee in configuration itemsIssue By default, Discovery changes the assignee in configuration items (CI) to the last signed-in user found in the Windows Management Interface (WMI). ResolutionThe glide.wmi.assigned_to_always_overwrite property controls updates to the assigned_to field. To prevent updates to this field, modify the Windows OS - Pre Sensor field. 1. Go to Pattern Pre/Post Script > Windows OS - Pre Sensor. 2. Find the following code. if(windowsServer){setAssignedTo();addLocationToHyperV();} 3. Comment out the following line as shown. //setAssignedTo();