Hello,
If everyone logs in with the same credentials, we cannot distinguish the end user. However, you can find when they logged in from the event log:
Look under Windows Logs > Security for Event ID 4624 (logon) and 4634 (logoff). This will show you the logon and logoff times along with the user details.
You can also enable auditing policies on your VMs to log detailed information about user activities. This can help you track who accessed the VMs and their activities during the session.
If the Answer is helpful, please click "Accept Answer" and upvote it.