Hi Hexnode! Looking for some assistance here… we have different employees using our mac devices in different shifts. We would like to check in with the login history of all our devices. Can we do this from the portal?…
Hi Hexnode! Looking for some assistance here… we have different employees using our mac devices in different shifts. We would like to check in with the login history of all our devices. Can we do this from the portal?…
Hi @Abram21!
Thank you for reaching out to us!
With Hexnode, easily fetch the login history of your macOS devices by executing custom scripts.
1 2 |
#!/bin/bash Who |
With this command, you get a brief description of all users who logged into your device in the past few days. It returns the name of the user and the login time. You can also view both local and remote user connections to your device with this command.
1 2 |
#!/bin/bash last |
This command returns a detailed list of all users who logged into the device in the past few days. This includes date, the login and logout time of every session and the name of the user who has logged in during each session.
We hope this suits your requirements!
Ethan Miller
Hexnode UEM
Don't have an account? Sign up