dump/Windows/logoffALLusers.ps1

2 lines
61 B
PowerShell
Raw Normal View History

2024-07-30 23:49:28 -05:00
quser | ForEach {logoff ($_.tostring() -split ' +')[2]}
exit