P
Pete
I've set a script to run via a group policy at user logon which writes the
user's computername, username, date, time and logon server to a log file.
The script is below:
-----------------------------------------
echo %computername%,%username%,%date%,%time%,%logonserver% >> userlogons.log
-----------------------------------------
Can somebody tell me how to get the users's machine's IP address in there
too?
Thanks
Pete
user's computername, username, date, time and logon server to a log file.
The script is below:
-----------------------------------------
echo %computername%,%username%,%date%,%time%,%logonserver% >> userlogons.log
-----------------------------------------
Can somebody tell me how to get the users's machine's IP address in there
too?
Thanks
Pete