B
bxr222
Hi,
I have applied the following logon script via Group
Policy.
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCU\Software\Policies\Microsoft\Securit
y\CheckAdminSettings", 1, "REG_DWORD"
It works just dandy when logging onto the domain as the
average user but fails when logging into terminal services
or Citrix. I don't think it is a security context issue. I
have set the run as property to the domain admin account.
Any help would be appreciated. Thanks.
I have applied the following logon script via Group
Policy.
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCU\Software\Policies\Microsoft\Securit
y\CheckAdminSettings", 1, "REG_DWORD"
It works just dandy when logging onto the domain as the
average user but fails when logging into terminal services
or Citrix. I don't think it is a security context issue. I
have set the run as property to the domain admin account.
Any help would be appreciated. Thanks.