Ask a questionAsk a question
 

QuestionRegistry Permissions for LocalSystem in DCM

  • Wednesday, November 04, 2009 11:35 AMk6497 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Could anyone provide the correct method to validate the permissions of the LocalSystem account to registry keys using the DCM registry object provided in the GUI?  The Domain\User works for domain accounts and the .\Administrators works for the local Administrators but .\LocalSystem, computername\LocalSystem, BUILTIN\LocalSystem do not seem to work for validating LocalSystem access.

All Replies

  • Wednesday, November 04, 2009 3:23 PMJason SandysMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Have you tried SYSTEM?
    Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys
  • Wednesday, November 04, 2009 6:34 PMk6497 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks for the suggestion.  I just tried .\SYSTEM based on the fact that .\Administrators does work and .\SYSTEM generates an evaluation failure.