Posted January 6, 20178 yr Hi, I'm looking for a script to log of all users logged on to the computer. I've found some scripts online, but these seem not to work when send by pulseway. Does anyone have a solution. Kind regards, Alwin
January 6, 20178 yr Administrators Hi Alwin, Try using this PowerShell line to see if it also logs off RDS users: (gwmi win32_operatingsystem).Win32Shutdown(4) -Paul
Create an account or sign in to comment