I am obviously missing something here and not sure what it is. I have created a logon script using vbs it consists of the following and is named logon.vbs
Set WSHShell = CreateObject("WScript.Shell")
WSHShell.Run "\\Server\Directory\Program.exe"
Set WSHShell = Nothing
It is located in the following directory on the domain controller
C:\WINNT\system32\GroupPolicy\User\Scripts\Logon
I have edited the Group Policy on the DC to use this script as a logon script.
It does not execute for anyone in the domain, it just doesn't happen and I am puzzled as to why. Am I missing something?
Set WSHShell = CreateObject("WScript.Shell")
WSHShell.Run "\\Server\Directory\Program.exe"
Set WSHShell = Nothing
It is located in the following directory on the domain controller
C:\WINNT\system32\GroupPolicy\User\Scripts\Logon
I have edited the Group Policy on the DC to use this script as a logon script.
It does not execute for anyone in the domain, it just doesn't happen and I am puzzled as to why. Am I missing something?