Hello,
I have an issue I need some help with. I created in a login script to track usage:
Echo %DATE% - %TIME% %USERNAME% logged in %COMPUTERNAME% >>\\%servername%\userlog\%username%.txt
The issue that we are having is when users connect to the VPN, then they remote into their workstations. We just want to track the VPN logon\logoff times separately. How can I just track the VPN usage? This is through Windows Server 2008 R2.
I have an issue I need some help with. I created in a login script to track usage:
Echo %DATE% - %TIME% %USERNAME% logged in %COMPUTERNAME% >>\\%servername%\userlog\%username%.txt
The issue that we are having is when users connect to the VPN, then they remote into their workstations. We just want to track the VPN logon\logoff times separately. How can I just track the VPN usage? This is through Windows Server 2008 R2.