A
Arch Willingham
I have a VBS file that I use as part of the log in. One line says
"Sh.LogEvent 4, "Terminal Server Logon by " & EnvUserName & " from " & sys".
When I manually run the file while sitting here, it writes the following to
the even log:
"Terminal Server Logon by dog from TRUCK"
however when it loads automatically during the login, it writes the
following:
"Terminal Server Logon by from TRUCK" (I.E. the variable USERNAME) is not
shown.
Any idea why?
Thanks,
Arch Willingham
"Sh.LogEvent 4, "Terminal Server Logon by " & EnvUserName & " from " & sys".
When I manually run the file while sitting here, it writes the following to
the even log:
"Terminal Server Logon by dog from TRUCK"
however when it loads automatically during the login, it writes the
following:
"Terminal Server Logon by from TRUCK" (I.E. the variable USERNAME) is not
shown.
Any idea why?
Thanks,
Arch Willingham