With the ºÚÁϺ£½Ç91Èë¿Ú Agent installed, the Commands feature in the Admin Portal is a great tool for determining the existing local user accounts on your newly managed ºÚÁϺ£½Ç91Èë¿Ú System before you bind users to the system. Learn more: Get Started: Commands.
If you intend to take over existing local accounts, you must bind a user with a ºÚÁϺ£½Ç91Èë¿Ú username that matches exactly with the username of the existing local account. Learn more: Take Over an Existing User Account with ºÚÁϺ£½Ç91Èë¿Ú.
For organizations without a consistent naming convention, using the ºÚÁϺ£½Ç91Èë¿Ú agent to query existing local accounts can be a great time saver, and ensure that account takeover is successful. Learn more: Naming Conventions for Users.
Windows PowerShell Command:
Get-LocalUser
Mac Command:
dscl . list /Users | grep -v '^_' | grep -v 'daemon' | grep -v 'nobody' | grep -v 'root'
Linux Command:
cut -d: -f1 /etc/passwd