Tip: Easily Spot Local Admin Accounts in ScreenConnect

Avatar
Anna Morgan Team Member
  • updated
  • Open

Want to quickly check if a machine has a local administrator account? Now you can!

On the Host page, go to the General tab and look under:

Other > Local Admin Present

  • If a local admin account exists, it will say "Yes"
  • If not, it will say "No"

Image 1392

Bonus Tip:
You can create a Session Group using this info!

Use the session property:
GuestIsLocalAdminPresent

Examples:

  • GuestIsLocalAdminPresent = 'Present'
  • GuestIsLocalAdminPresent = 'NotPresent'

This makes it easy to group and manage machines based on admin account presence.

Image 1393