Skip to main content
Question

list of managed systems without linked accounts

  • December 11, 2025
  • 1 reply
  • 100 views

Forum|alt.badge.img+1

hi guys, is there a way to get a list of AD managed systems without linked accounts?

 

thank you

1 reply

  • BeyondTrust Employee
  • December 16, 2025

Hello ​@tonghualeo 

There is no way in the GIU or reports to get a list of Managed Systems without linked accounts. 

For each managed system you can go to advanced details and check the linked accounts tab. 

If you are running an OnPrem version of Password Safe you could query the database directly.

This query will return all ManagedSystems that do not have a domain linked account.

 

Select * from pmm.PmmManagedSystem where ManagedSystemID not in (Select ManagedSystemID from pmm.PmmManagedSystem_DomainAccount)

Regards,

John