Hi,
I have a user logon GPO with this bat scritp:
@echo off
echo %date% %time% the computer %computername% logon in the %logonserver% >> \\server\share\logon.log
exit
I want to do the same but in vbs script
Can anybody help me?
Thanks for all
Hi,
I have a user logon GPO with this bat scritp:
@echo off
echo %date% %time% the computer %computername% logon in the %logonserver% >> \\server\share\logon.log
exit
I want to do the same but in vbs script
Can anybody help me?
Thanks for all