diff --git a/Windows/logoffALLusers.ps1 b/Windows/logoffALLusers.ps1 new file mode 100644 index 0000000..a981211 --- /dev/null +++ b/Windows/logoffALLusers.ps1 @@ -0,0 +1,2 @@ +quser | ForEach {logoff ($_.tostring() -split ' +')[2]} +exit \ No newline at end of file