Hello,
I am tring to launch IE via Group Policy using a logon script. I'm running Server 2003 and going through User Configuration/Windows Setting/Scripts/logon. Then I get the "script name" and "script parameters". I placed the logon folder in the scripts directory. Not 100% what goes in the "script parameters" text box.
I'm new to scripting (vbscript) so I'm not too sure I wrote the script correctly.
Is this correct???
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
Any help would be greatly appreciated, thank you guys!
I am tring to launch IE via Group Policy using a logon script. I'm running Server 2003 and going through User Configuration/Windows Setting/Scripts/logon. Then I get the "script name" and "script parameters". I placed the logon folder in the scripts directory. Not 100% what goes in the "script parameters" text box.
I'm new to scripting (vbscript) so I'm not too sure I wrote the script correctly.
Is this correct???
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
Any help would be greatly appreciated, thank you guys!