When users request software via the Software Portal, there are internal Targets that are automatically built. However, these are not visible within the Symantec Management Console, and therefore cannot be modified.
Symantec Management Platform
IT Management Suite
Software Management
The default "Portal Internal Targets" are hidden from view within the Console, and is by design.
The steps below make the Target(s) visible within the Console, and allow for modifications to be made to the resources used by the Target.
SELECT *
FROM vItem
WHERE NAME like '%Portal Internal Target%'
UPDATE Item
SET Attributes = 0
WHERE Guid = 'GuidGoesHere'