Call out to script to stop with attribute in wWWHomePage
- by Steven Maxon
I'm getting an error when I try and call out the script to stop in line 8
'Bind to the user object using the current user
Set objSysInfo = CreateObject("ADSystemInfo")
strUserDN = objSysInfo.UserName
Set objUser = GetObject("LDAP://" & strUserDN)
strwWWHomePage = objItem.Get("wWWHomePage")
If wWWHomePage < 6 Then
wscript.quit
Else
Set ppt = CreateObject("PowerPoint.Application")
ppt.Visible = True
ppt.Presentations.Open "\abngan01\tracking\ppt.pptx"
End If