Right-click action for displaying password not available in the SMP console

Issue

Certain computer resources which have the LSS plug-in agent and have a password policy applied to them do not show the right-click menu item for displaying the password.

Cause

The "Show Managed User Passwords" right-click action is associated with certain resource types. By default prior to 7.0 SP1 it was only the base Computer resource type.  With SP1 this is expanded to include Virtual Computers.

Resolution

Import this attached file with contains the following XML. Note:  it should be able to be imported almost anywhere but sometimes SMP 7 has seemed to give interesting results so it is recommended that the folder it should be in is the best place to import it.  That is under Settings, Notification Server, Right-Click menu, and then Local Security.  Add additional resource types as necessary to the <targetResourceTypes> section.  This XML has beyond the default base Computer and Virtual Computer types the "Dell Computer" resource type already added to it - <targetResourceType guid="07114268-8B67-4477-9583-168093378080" />.

<item guid="{93409130-76ed-4938-867b-239e7644b46c}" classGuid="{56c9a084-fe46-4f6f-9d63-04d3081f4c4a}">
  <!-- Type: Arellia.SMP.Resource.ItemActions.ViewResourceReportAction -->
  <!-- Assembly: Arellia.SMP.Resource, Version=7.0.1600.0, Culture=neutral, PublicKeyToken=9b6d727d0d042dc4 -->
  <name>Show Managed User Passwords</name>
  <alias />
  <productGuid>{a7d32f79-5ac0-4a9c-a980-046752703ac6}</productGuid>
  <itemAttributes>Readonly, NoClone</itemAttributes>
  <itemLocalizations>
    <culture name="">
      <name>Show Managed User Passwords</name>
    </culture>
  </itemLocalizations>
  <target multiItemEnabled="False" type="NewWindow" actionUrl="/Altiris/Reporting/Report.aspx?ItemGuid={58fd3529-bd83-449a-9a60-f54900f86756}" appendItemGuidsToUrl="False" actionDebugUrl="" windowSize="Large" />
  <actionImageUrl>/Altiris/Images/icnReport.gif</actionImageUrl>
  <requiredPermissions />
  <targetResourceTypes>
    <targetResourceType guid="493435f7-3b17-4c4c-b07f-c23e7ab7781f" />
    <targetResourceType guid="2c3cb3bb-fee9-48df-804f-90856198b600" />
    <targetResourceType guid="07114268-8B67-4477-9583-168093378080" />
  </targetResourceTypes>
  <parentFolderGuid>298ed4d9-c4c7-4583-b50a-edb46297b21f</parentFolderGuid>
</item>