Most commonly seen issues:
ITMS 8.x
Machines are part of scopes other than the default ones:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
WARNING: Prior to making the following changes, verify that you have a current and valid backup of your database!
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
There are 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 information of GUID & Target names: