List of user names were given.
Requirement: To search list of workstations where those account has been used to login during the last 15 days.
Get-WinEvent -FilterHashtable @{Logname = 'Security'; ID = 4624; StartTime = '2023-03-10'; TargetUserName = 'dummy'}
But not showing the logon host name.