Luis O wrote on 02/19/2008 19:41 ET
> We recently purchased an iPrism web filtering appliance. The appliance ca
> generate a login script to be run from GPO (2003) to the clients (XP SP2)
>
> **************************************************
> ' Iprism Logon Scrip
>
> ' This script is intended to run on end-user workstations. Its purpose is t
> send HTTP-GET request
> ' to iPrism. These requests inform iPrism of the exact time of when a use
> has logged on to a workstation
> ' and will also let the iPrism know that the user is still logged on to
> workstation over periods of time
> ' By interpreting the HTTP-GET requests and the workstation IP address
> iPrism will know the username fro
> ' each workstation from initial logon until final logoff
>
> ' URL of iPris
> URL="http://10.243.220.2:80/auth-bin/nph-xauth?URL=null
>
> ' Creates the 'xml' object, used to send the HTTP-GET requests to the iPris
> UR
> Set xml = CreateObject("Microsoft.XMLHTTP"
>
> ' Entry point to the Loop, contents of which are executed after every slee
> d
>
> ' COnfigures the 'xml' object to the iPrism UR
> xml.Open "GET", URL, Fals
>
> ' Actually Sends the HTTP-GET request and returns the data
> xml.Sen
>
> ' Tells the loop to sleep, in millisecond
> WScript.Sleep(300000
>
> ' Tells this script to loop, starting with the 'do
> loo
> ************************************************
> The script attempts to run on the machines when the users login however
> all the users are getting an error that says the following
>
>
> __________________________________________________ __
> Script
> path
> Line: 2
> Char:
> Error: Access is denied
>
> Code: 8007000
> Source: MSXML3.dl
> __________________________________________________ __
>
> Any help would be greatly appreciated
>
I don't mean to bump an old article, but I thought I would add for any futur
users who come across this article
The iPrism URL should be based on your Auto-login setting. If it's set to DN
you need to be using the machine name or FQDN in the URL. If not, using th
I
address will result in an Access is denied error when attempting to run th
script
Refer to the iPrism support page
http://www.edgewave.com/support/web_...gin/ip0405.htm