Most common issues:
Machines are part of different scope, other than the default ones:
Release: 8.5x
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
WARNING: If you are moving forward with the following changes, make sure that you have a valid backup of your database
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
There would be two workarounds:
To work on the above second option:
select i.Name as 'Target',
t.Name 'Roles',
case when rt.OwnerTrusteeGuid = '0FFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF'
then 'App Identity'
else 'Unknown' end as 'Owner',
rt.OwnerTrusteeGuid,
rt.LastFullUpdate
from ResourceTargetOwnerTrustees rtot
join vRM_Trustee_Item t on t.Guid = rtot.TrusteeGuid
join Item i on i.Guid = rtot.ResourceTargetGuid
join resourcetarget rt on rt.Guid = rtot.ResourceTargetGuid
where ResourceTargetGuid in
('96F806F1-D46D-47AA-BB40-2E2E5EFBF4C3',
'F74F662B-F586-457A-9A2E-804CC8F347E5',
'7C8FCA03-3B41-4A82-A936-FD632B2EDCDA',
'9E95B894-FC55-4C66-98D0-90C6403EEE2B',
'9ED1C8F2-0FB6-45EF-AAE6-69285E48C949')
order by i.name, t.name
As an example, if you want to add the Symantec Administrator to "Windows Computers with Software Update Plug-in Installed Target":
If you need to change the other targets, here are some useful information: