Batch – Return User Session Information
This will return the user’s session information locally, and remotely. I use this with SCCM and Intune. Code.cmd :: MrNetTek :: eddiejackson.net :: 7/11/2024 :: free for public use :: free to claim as your own @ECHO OFF :: Initialize SETLOCAL enabledelayedexpansion SET tstQUser=false SET tstQWin=false :: Detect Session :: Method 1 quser Read More …