Returns a list of physical devices that are owned by a LDAP integrated user
run sql SELECT device.name, enduser.userid FROM device LEFT JOIN enduser ON device.fkenduser = enduser.pkid where device.name like "SEP%" and enduser.fkdirectorypluginconfig is not null
No comments:
Post a Comment