Question

Vista Logon Script Input Error using launchapp.wsf

Asked by: trippleO7

Hi,

I'm struggling with Vista logon scripts to map drives, but I think I'm getting close.  I have a test domain user account which is just a standard user on my Vista Business machine....The logon script appears to work fine.

Here's the error that I'm getting:
Input Error:  There is no script engine for file extension ".wsf]".

Our logon process basically runs a CheckOS.vbs -- which checks to see if the machine loggin in is XP or Vista.  If Vista, it will run launchapp.wsf and point to my mapdrives.vbs script.

Here's the contents of the CheckOS.vbs:

'CheckOS.vbs
'==============
Dim isVista
Dim wshShell
Set wshShell = CreateObject("WScript.Shell")
GetOS
If isVista = True Then
    runLaunchApp
Else
    runLoginNormal
End If

Sub runLaunchApp
    wshShell.Run "cscript [\\server\share\launchapp.wsf] [\\server\share\mapalldrives.vbs]"
End Sub
Sub runLoginNormal
        wshShell.Run "\\clay-files\apps\scripts\mapalldrives.vbs"
End Sub
Sub GetOS
    strComputer = "."
    Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
    Set colOSes = objWMIService.ExecQuery("Select * from Win32_OperatingSystem")
    For Each objOS in colOSes
          osCaption = objOS.Caption
          If instr(osCaption, "Vista") Then
            isVista = True
        End If
      Next
End Sub



How do I get the script to exclude the closing bracket  " ] " so that it will work correctly?



 

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2007-04-09 at 12:40:58ID22500324
Tags

vista

Topics

Windows Vista

,

Windows 2003 Server

Participating Experts
8
Points
500
Comments
37

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Logon scripts vista problem
    I have used logon scripts with XP server 2003 with no problems. With Vista business they dont run. Someone sugested using "launchapp.wsf" to delay the script firing... I have used the launchapp.wsf and it works fine for any user on XP. Drives and printers mapped ok...
  2. Automation error in Vista CreateObject("InternetExplorer…
    Hi, My Access program has a piece of code to access yahoo web site to pull stock info from webpage. It works fine under winXP but stoped working under Vista, The error essage is, "Run Time error 462: the remote server machine does not exist or is unavailable". ...
  3. ADSystemInfo causes logon script to hang in Vista
    I have a logon script that was working perfectly before I made some changes. Instead of hardcoding the drives I want mapped for the various user groups, I decided to use LDAP to determine if the user had permissions to the shared resource. I have attached a code snippet with ...
  4. Problem with VBScript (Logon Script) on Vista PC
    I have inherited this script when taking over the contol of a domain from somebody else. It is set to run against all domain PCs in my domain at Logon. It works fine for PCs that run Windows 2000, XP or 2003 but it does not appear to run correctly with Vista based PCs. The...
  5. VBS error "ActiveX component can't create object:"W…
    I have a very simple VB script for starting another script. It works fine on a different PC but on this machine I get the error message that the ActiveX component can't create the object:"WScript.Shelll". Both run Vista 32. Tried turning off firewall and UAC; no ...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: richswyattPosted on 2007-04-09 at 12:45:33ID: 18878087

Remove the brackets from the launchapp.wsf and mapalldrives.vbs calls. cscript should still work?

 

by: trippleO7Posted on 2007-04-09 at 13:49:15ID: 18878560

I tried that also....Here is the error I receive when doing that:

\\server\share\launchapp.wsf(114, 2)  Microsoft VBScript compilation error:  Syntax error.

I didn't realize mapping drives was such a challenge with Vista...I think I've read every technet article and post on the internet about it, but still can't get it to work.

The GPO I'm using has only this logon script set....no other policies are being applied to this OU (blocked inheritance).  Do I need any additional settings?  Of course, this is once I get the script to work correctly....  Does anyone have this working correctly that they could post their script(s) that I could try in my test lab?

TIA

 

by: sramesh2kPosted on 2007-04-09 at 19:46:36ID: 18880074

>> launchapp.wsf(114, 2)

Line 114 in the .wsf file seems to have an error. Checked the code in that file? Perhaps you can post that line here.

 

by: trippleO7Posted on 2007-04-10 at 05:46:08ID: 18881822

Line 114 is a blank line in this script....Here's the contents:

....
Line 113.  call rootFolder.RegisterTaskDefinition( _
Line 114.
Line 115.  strTaskName, taskDefinition, FlagTaskCreate, _
.....

Even when I take out all the empty lines in the script (leaving only 62 lines), it gives the same error.  Anything else I could try?

 

by: sramesh2kPosted on 2007-04-10 at 06:10:49ID: 18881986

Trimming that blank space should help, as the previous line ends with "_"

Example: A vbscript with the following contents would produce and error:

- - -
MsgBox _

("hi")
- - -

Whereas, this will not produce an error:

- - -
MsgBox _
("hi")
- - -

 

by: trippleO7Posted on 2007-04-10 at 06:35:40ID: 18882163

It gives the same error.

 

by: sramesh2kPosted on 2007-04-10 at 06:43:19ID: 18882235

Perhaps posting the full routine (or the particular function) would help. One of us, or a scripting expert will look into.

 

by: trippleO7Posted on 2007-04-10 at 10:28:03ID: 18883961

I point the logon script to run "CheckOS.vbs", which then, if running vista, triggers "launchapp.wsf" to run "mapalldrives.vbs".

Here are the contents of each script:

'CheckOS.vbs
'==============
Dim isVista
Dim wshShell
Set wshShell = CreateObject("WScript.Shell")
GetOS
If isVista = True Then
    runLaunchApp
Else
    runLoginNormal
End If

Sub runLaunchApp
    wshShell.Run "cscript \\server\share\launchapp.wsf \\server\share\\mapalldrives.vbs"
End Sub
Sub runLoginNormal
        wshShell.Run "\\server\share\\mapalldrives.vbs"
End Sub
Sub GetOS
    strComputer = "."
    Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
    Set colOSes = objWMIService.ExecQuery("Select * from Win32_OperatingSystem")
    For Each objOS in colOSes
          osCaption = objOS.Caption
          If instr(osCaption, "Vista") Then
            isVista = True
        End If
      Next
End Sub







'launchapp.wsf
'===================
<job>
<script language="VBScript">
'---------------------------------------------------------
' This sample launches the application as interactive user.
'---------------------------------------------------------
' A constant that specifies a registration trigger.
const TriggerTypeRegistration = 7
' A constant that specifies an executable action.
const ActionTypeExecutable = 0
' A constant that specifies the flag in RegisterTaskDefinition.
const FlagTaskCreate = 2
' A constant that specifies an executable action.
const LogonTypeInteractive = 3
If WScript.Arguments.Length <> 1 Then
WScript.Echo "Usage: cscript launchapp.wsf <AppPath>"
WScript.Quit
End If
strAppPath = WScript.Arguments(0)
'********************************************************
' Create the TaskService object.
'********************************************************
Set service = CreateObject("Schedule.Service")
call service.Connect()
strTaskName = "Launch App As Interactive User"
'********************************************************
' Get a folder to create a task definition in.
'********************************************************
Dim rootFolder
Set rootFolder = service.GetFolder("\")
'Delete the task if already present
On Error Resume Next
call rootFolder.DeleteTask(strTaskName, 0)
Err.Clear
'********************************************************
' Create the new task
'********************************************************
Dim taskDefinition
Set taskDefinition = service.NewTask(0)
'********************************************************
' Create a registration trigger.
'********************************************************
Dim triggers
Set triggers = taskDefinition.Triggers
Dim trigger
Set trigger = triggers.Create(TriggerTypeRegistration)
'***********************************************************
' Create the action for the task to execute.
'***********************************************************
' Add an action to the task. The action executes the app.
Dim Action
Set Action = taskDefinition.Actions.Create( ActionTypeExecutable )
Action.Path = strAppPath
WScript.Echo "Task definition created. About to submit the task..."
'***********************************************************
' Register (create) the task.
'***********************************************************
call rootFolder.RegisterTaskDefinition( _
strTaskName, taskDefinition, FlagTaskCreate, _
,, LogonTypeInteractive)
WScript.Echo "Task submitted."
</script>
</job>






'mapalldrives.vbs
'===================
Option Explicit
On Error Resume Next


' ==============================================================================
'  DECLARE VARIABLES USED IN THE SCRIPT
' ==============================================================================


Dim strUserName, strUserDomain
Dim ObjGroupDict, objUser, objGroup, objNetwork
Set objNetwork = WScript.CreateObject("WScript.Network")
Dim CurrentUser


' ==============================================================================
'  DETERMINE USER NAME AND GROUP MEMBERSHIP
' ==============================================================================


Function MemberOf(ObjDict, strKey)
MemberOf = CBool(ObjGroupDict.Exists(strKey))
End Function

Function CreateMemberOfObject(strDomain, strUserName)
Set CreateMemberOfObject = CreateObject("Scripting.Dictionary")
CreateMemberOfObject.CompareMode = vbTextCompare
Set objUser = GetObject("WinNT://" & strDomain & "/" & strUserName)
For Each objGroup In objUser.Groups
CreateMemberOfObject.Add objGroup.Name, "-"
Next
Set objUser = Nothing
End Function


' ==============================================================================
'  WAIT UNTIL THE USER IS REALLY LOGGED IN
' ==============================================================================


strUserName = ""
While strUserName = ""
WScript.Sleep 100 ' 1/10 th of a second
strUserName = objNetwork.UserName
Wend
strUserDomain = objNetwork.UserDomain


' ==============================================================================
'  READ THE USER'S ACCOUNT "MEMBER OF" ONCE INTO A DICTIONARY OBJECT
' ==============================================================================


Set ObjGroupDict = CreateMemberOfObject(strUserDomain, strUserName)


' ==============================================================================
'  MAP DRIVES AND PRINTERS BASED ON GROUP MEMBERSHIP                  ***EDIT***
' ==============================================================================


If MemberOf(ObjGroupDict, "MIS") Then
objNetwork.MapNetworkDrive "J:", "\\server\share"
End If

' ==============================================================================
'  MAP DRIVES AND PRINTERS GLOBALLY                                   ***EDIT***
' ==============================================================================
objNetwork.MapNetworkDrive "P:", "\\server\public"

'objNetwork.MapNetworkDrive "h:", "\\dc1\home\" & objNetwork.UserName
'objNetwork.MapNetworkDrive "t:", "\\dc1\templates"
'objNetwork.MapNetworkDrive "g:", "\\dc1\goldmine"
'objNetwork.AddWindowsPrinterConnection "\\its1\sales printer"

'objNetwork.AddWindowsPrinterConnection "\\Bugs\2150N"


' ==============================================================================
'  END OF SCRIPT
' ==============================================================================


WScript.Quit






Quite the long post.....





 

by: sramesh2kPosted on 2007-04-10 at 20:27:50ID: 18887266

The scripts which you posted here works fine here when I tested in my system (run as logon script). I reckcon this is a blank space problem, rather than anything else. If it continues to show the error for the following:

- - -
call rootFolder.RegisterTaskDefinition( _
strTaskName, taskDefinition, FlagTaskCreate, _
,, LogonTypeInteractive)
- - -

Try putting them in the same line:

call rootFolder.RegisterTaskDefinition( strTaskName, taskDefinition, FlagTaskCreate, ,, LogonTypeInteractive)

Or if you're using breaks (_), make sure that the next line is not a white space.

 

by: trippleO7Posted on 2007-04-11 at 06:11:25ID: 18889259

That still didn't work for me.  However, I did get it to work by changing the wshShell.Run portion of it for Vista machines in the CheckOS.vbs.

Changed from:
'------------------------
Sub runLaunchApp
    wshShell.Run "cscript \\server\share\launchapp.wsf \\server\share\mapalldrives.vbs"
End Sub
'------------------------

to this:
'-----------------------
Sub runLaunchApp
    wshShell.Run "cscript //job:\\server\share\launchapp.wsf \\server\share\mapalldrives.vbs"
End Sub
'----------------------

But I'm finding that this ONLY works if the user is a standard user on the local machine.  Adding this user to the Local Administrators group doesn't work...  That has to be something in the launchapp.wsf job, but I don't know what exactly.

 

by: sramesh2kPosted on 2007-04-13 at 05:31:04ID: 18904864

Interesting! Let me monitor this question, in case someone else comes with a solution.

 

by: skidogg24Posted on 2007-04-25 at 07:10:40ID: 18973629

I have the same issue where i can get standard user's to launch the script successfully but not admins either.  What i have found is when i run a GPMC in Vista you get the whole new .admx interface and the only thing i find  is when you login as an Admin contrasting to when you login as a local user is:  "If you don't know how to get to GPMC in Vista just go type mmc in start menu and then go to Add/Remove Snap In and add Group Policy Management Console and see for yourself what i have explained below and tell me your thoughts

Run the RSOP and under Domain Admin/User Configuration Summary/Security Group Membership when Group Policy was applied/Mandatory Label - It shows a Level of "High" Mandatory Label

Then when you run RSOP on the same machine with a domain user/User Configuration Summary/Security Group Membership when Group Policy was applied/Mandatory Label - It shows a Level of "Medium" Mandatory Label

I believe this is causing this and i know with Vista when you're technically logged in as Admin you're not actually running all tasks as an "Admin" in which by default probably enable High Mandatory Label and a lot of things you're doing you're actually running in user mode unless you right click and say "Run as Administrator" which makes the OS more secure and less susceptible to getting viruses, writing to the registry and all that jazz.  Yeah some of you may be thinking just go and disable the UAC but there should be a way we can do this with that enabled.  Any ideas?

 

by: sipher7024Posted on 2007-04-26 at 12:07:05ID: 18984278

I had the same error as Tripple07; my was resolved by removing the blank spaces. my launchApp.wsf now reads:

<job>

<script language="VBScript">

'---------------------------------------------------------

' This sample launches the application as interactive user.

'---------------------------------------------------------

' A constant that specifies a registration trigger.

const TriggerTypeRegistration = 7

' A constant that specifies an executable action.

const ActionTypeExecutable = 0

' A constant that specifies the flag in RegisterTaskDefinition.

const FlagTaskCreate = 2

' A constant that specifies an executable action.

const LogonTypeInteractive = 3

If WScript.Arguments.Length <> 1 Then

WScript.Echo "Usage: cscript launchapp.wsf <AppPath>"

WScript.Quit

End If

strAppPath = WScript.Arguments(0)

'********************************************************

' Create the TaskService object.

'********************************************************

Set service = CreateObject("Schedule.Service")

call service.Connect()

strTaskName = "Launch App As Interactive User"

'********************************************************

' Get a folder to create a task definition in.

'********************************************************

Dim rootFolder

Set rootFolder = service.GetFolder("\")

'Delete the task if already present

On Error Resume Next

call rootFolder.DeleteTask(strTaskName, 0)

Err.Clear

'********************************************************

' Create the new task

'********************************************************

Dim taskDefinition

Set taskDefinition = service.NewTask(0)

'********************************************************

' Create a registration trigger.

'********************************************************

Dim triggers

Set triggers = taskDefinition.Triggers

Dim trigger

Set trigger = triggers.Create(TriggerTypeRegistration)

'***********************************************************

' Create the action for the task to execute.

'***********************************************************

' Add an action to the task. The action executes the app.

Dim Action

Set Action = taskDefinition.Actions.Create( ActionTypeExecutable )

Action.Path = strAppPath

WScript.Echo "Task definition created. About to submit the task..."

'***********************************************************

' Register (create) the task.

'***********************************************************

call rootFolder.RegisterTaskDefinition( _
strTaskName, taskDefinition, FlagTaskCreate, _
,, LogonTypeInteractive)

WScript.Echo "Task submitted."

</script>

</job>

After I hit enter I got the message "Task definition created. About to submit the task...
Task submitted."

 

by: trippleO7Posted on 2007-04-26 at 12:15:11ID: 18984353

And this worked in a logon script, or just manually running it after login?  or both?  I'll give it try once I get back to the office.

 

by: sipher7024Posted on 2007-04-26 at 12:35:31ID: 18984500

Tripple07: Here's the story, I was getting the same "compilation error (14,1)" that you were getting. I removed the blank spaces between those3 lines when I realized what the coder was trying to accomplish by putting the "_" at the end of the line - as a continuation or concatination character.

I then did the manual run from a command prompt to see that the launchApp.wsf would compile correctly and take the parameter that I specified.

That worked.

Next I went into the GPO and added launchApp.wsf as the script with the FULL LOCATION INFORMATION OF THE SCRIPT (even though they are in the same directory in SysVol - when I only specified the name of the script as a parameter it didn't launch, by adding \\domain controller\SysVol\xxxx\Logon\login.bat it worked).

One thing that is sort of a turn-off is that the launchApp.wsf schedules the script to run, and when it's being submitted the Vista desktop gives two pop-up boxes that want user confirmation..

Are you getting this far?

 

by: sipher7024Posted on 2007-04-26 at 12:49:26ID: 18984605

While it works for an Admin account with UAC turned on, it doesn't seem to work for non-Admins wiht UAC turned on..

AGH!

I actually have heard from other departments at my University that they were able to just re-use the scripts they had with little to no problems. I told them that's pretty unbelievable with all I've read from the community at large. This is a real pain/hassle..

 

by: trippleO7Posted on 2007-05-01 at 14:00:48ID: 19011601

I've done that, removed the spaces and it didn't work.  See my replies above.  But this is working opposite as yours is.  My admin accounts with UAC on don't work...but my non-admin accounts with UAC on DO work.  Pretty strange.

 

by: sipher7024Posted on 2007-05-01 at 14:37:36ID: 19011852

Overly frustrating for me too.. I've yet to hear from our internal IT-group who isn't seeing any of these problems at all.. None of it adds up.

Wish I could have been more help.

 

by: trippleO7Posted on 2007-05-02 at 06:00:47ID: 19015333

Yeah, MS definitely dropped the ball on this one.  It shouldn't be this hard.  Maybe it does boil down to GPO settings as Skidogg24 mentioned, but I haven't had much time to take a look at the Mandatory Labels.

 

by: trippleO7Posted on 2007-05-04 at 08:41:37ID: 19031714

From my Pointer Question:

lscapa wrote:

post the results of gpresult /v > gp.txt




Here is the contents of gpupdate:



Microsoft (R) Windows (R) Operating System Group Policy Result tool v2.0
Copyright (C) Microsoft Corp. 1981-2001

Created On 5/4/2007 at 10:37:27 AM



RSOP data for CLAY\roryschmitz on CC50963 : Logging Mode
---------------------------------------------------------

OS Configuration:            Member Workstation
OS Version:                  6.0.6000
Site Name:                   N/A
Roaming Profile:             N/A
Local Profile:               C:\Users\%username%
Connected over a slow link?: No


USER SETTINGS
--------------
    CN=Name Here,OU=Users,OU=MIS,OU=Clay,DC=CLAY,DC=CNTY
    Last time Group Policy was applied: 5/4/2007 at 10:26:55 AM
    Group Policy was applied from:      clay-dc2.CLAY.CNTY
    Group Policy slow link threshold:   500 kbps
    Domain Name:                        CLAY
    Domain Type:                        Windows 2000
   
    Applied Group Policy Objects
    -----------------------------
        DriveMapScript
        justGatherData
        mydocs
        NoSynchUser
        Deploy Office 2007 File Converter
        Default Domain Policy
        IE Zone Assigments
        Script- Static or DHCP lease

    The following GPOs were not applied because they were filtered out
    -------------------------------------------------------------------
        Clay Generic Software Deploy Policy
            Filtering:  Not Applied (Empty)

        Vista Hardware Assessement Policy
            Filtering:  Not Applied (Empty)

        Disable Firewall
            Filtering:  Not Applied (Empty)

        Local Group Policy
            Filtering:  Not Applied (Empty)

        Client NTP Settings
            Filtering:  Not Applied (Empty)

        Enable File and Print Sharing
            Filtering:  Not Applied (Empty)

    The user is a part of the following security groups
    ---------------------------------------------------
        Domain Users
        Everyone
        Debugger Users
        Netmon Users
        BUILTIN\Users
        BUILTIN\Administrators
        NT AUTHORITY\INTERACTIVE
        NT AUTHORITY\Authenticated Users
        This Organization
        LOCAL
        Domain Admins
        Portal Visitors
        MIS
        VIMS
        Portal Designers
        MISGIS Members
        Recorder Visitors
        Central Admin
        High Mandatory Level
       
    The user has the following security privileges
    ----------------------------------------------


    Resultant Set Of Policies for User
    -----------------------------------

        Software Installations
        ----------------------
            N/A

        Logon Scripts
        -------------
            GPO: Script- Static or DHCP lease
                Name:         \\Clay-files\apps\scripts\Static_DHCP.bat
                Parameters:  
                LastExecuted: 3:27:06 PM

        Logoff Scripts
        --------------
        Public Key Policies
        -------------------
            N/A

        Administrative Templates
        ------------------------
            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1001
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\UNCAsIntranet
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2400
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2301
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2004
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1804
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\SQM\DisableCustomerImprovementProgram
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1606
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1606
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1806
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1802
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1800
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2400
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Trusted Sites Settings\Template Policies\Trusted Sites
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1405
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Restrictions\NoExternalBranding
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1406
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2103
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\Proxy
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Template Policies\InternetZoneTemplate
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1604
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2104
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Main\AlwaysShowMenus
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1604
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\120a
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1806
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2201
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1405
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2101
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1405
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1A04
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: NoSynchUser
                KeyName:     Software\Policies\Microsoft\Windows\NetCache\SyncAtLogoff
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2500
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\links
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2300
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1208
                Value:       3, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2400
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1406
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1405
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2401
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://mnec.exploredata.com
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1808
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2500
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1807
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Template Policies\Internet
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1001
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\180b
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\DialupAutodetect
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1807
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\IntranetName
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2102
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2103
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1607
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1209
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1207
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2000
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1804
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1400
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1004
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1C00
                Value:       0, 0, 3, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1807
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2101
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1803
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2102
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1407
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1605
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1407
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1803
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1a03
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1609
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1208
                Value:       3, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2201
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1608
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1803
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Trusted Sites Settings\Template Policies\TrustedSitesZoneTemplate
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2401
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1207
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\http://*.mn.us
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1004
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1400
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2001
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2201
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1800
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1A04
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1606
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1400
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1607
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1a02
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1601
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1608
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1402
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: NoSynchUser
                KeyName:     Software\Policies\Microsoft\Windows\NetCache\SyncAtLogon
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1a06
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2400
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: justGatherData
                KeyName:     Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run\1
                Value:       92, 0, 92, 0, 99, 0, 108, 0, 97, 0, 121, 0, 45, 0, 102, 0, 105, 0, 108, 0, 101, 0, 115, 0, 92, 0, 97, 0, 112, 0, 112, 0, 115, 0, 92, 0, 80, 0, 114, 0, 111, 0, 103, 0, 92, 0, 98, 0, 103, 0, 105, 0, 110, 0, 102, 0, 111, 0, 32, 0, 92, 0, 92, 0, 99, 0, 108, 0, 97, 0, 121, 0, 45, 0, 102, 0, 105, 0, 108, 0, 101, 0, 115, 0, 92, 0, 97, 0, 112, 0, 112, 0, 115, 0, 92, 0, 80, 0, 114, 0, 111, 0, 103, 0, 92, 0, 99, 0, 108, 0, 105, 0, 101, 0, 110, 0, 116, 0, 45, 0, 110, 0, 119, 0, 112, 0, 46, 0, 98, 0, 103, 0, 105, 0, 32, 0, 47, 0, 116, 0, 105, 0, 109, 0, 101, 0, 114, 0, 58, 0, 48, 0, 48, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1201
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2402
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2004
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1809
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\120A
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\PhishingFilter\Enabled
                Value:       2, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1a00
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1201
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\180a
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://www.dvsesupport.org
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2100
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1804
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1406
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1209
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://*.gotomeeting.com
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2301
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1605
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2300
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1605
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Main\DisableFirstRunCustomize
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1200
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1209
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2600
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2100
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1802
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1601
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1604
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\WarnOnIntranet
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://*.mn.us
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1208
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1001
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1001
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1806
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1608
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://*.riss.net
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2001
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2104
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\120A
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2401
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1406
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1607
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1601
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1607
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1206
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1800
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1a05
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2000
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2104
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1604
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1609
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2600
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2402
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1200
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2102
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1402
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1609
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1a04
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2300
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2402
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1407
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1207
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1206
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1209
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\180a
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2000
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://mobile.netcenter.net
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\180a
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2200
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2004
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1802
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2000
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2001
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Main\NoUpdateCheck
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ListBox_Support_ZoneMapKey
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\Connection Settings
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1a05
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1004
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1606
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2500
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\120A
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2100
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProxyByPass
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1206
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1A04
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\Advanced
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\Check_If_Default
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Main\Start Page
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2103
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\http://*.riss.net
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1609
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2101
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2500
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2401
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2100
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1608
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1C00
                Value:       0, 0, 3, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1a02
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2103
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2102
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2301
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Intranet Settings\Template Policies\IntranetZoneTemplate
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1c00
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1407
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1803
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1809
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2001
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1E05
                Value:       0, 0, 3, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1a02
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\180b
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1C00
                Value:       0, 0, 3, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1a05
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2402
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1a06
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\ResetWebSettings
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1201
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1402
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Security\DisableSecuritySettingsCheck
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1400
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1A00
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1808
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2201
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\AdvancedTab
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1402
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2600
                Value:       3, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1200
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://www.dvslesupport.org
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Microsoft\Outlook Express\BlockExeAttachments
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://www.thor.org
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1A00
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1E05
                Value:       0, 0, 3, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1809
                Value:       3, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Intranet Settings\Template Policies\Intranet
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1809
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\180b
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\EnableAutoProxyResultCache
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1004
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Identities\Locked Down
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1a03
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1208
                Value:       3, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\2200
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1e05
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1800
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://hfwa.centraltechnology.net
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1E05
                Value:       0, 0, 3, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1802
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1804
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1a03
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2200
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1200
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\2600
                Value:       3, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1808
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2004
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1a06
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Internet Explorer\Control Panel\Colors
                Value:       1, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1601
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1201
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\2200
                State:       disabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2101
                Value:       0, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey\https://www.mndvsesupport.org
                Value:       50, 0, 0, 0
                State:       Enabled

            GPO: IE Zone Assigments
                KeyName:     Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\2300
                Value:       0, 0, 0, 0
                State:       Enabled

        Folder Redirection
        ------------------
            GPO: mydocs
                KeyName:      InstallationType:  basic
                    Grant Type:        Exclusive Rights
                    Move Type:         Contents of Local Directory moved
                    Policy Removal:    Leave folder in existing location
                    Redirecting Group: N/A
                    Redirected Path:   \\clay-files\mydocs\%USERNAME%\My Documents
                                   
            GPO: mydocs
                KeyName:      InstallationType:  basic
                    Grant Type:        Exclusive Rights
                    Move Type:         Contents of Local Directory moved
                    Policy Removal:    Leave folder in existing location
                    Redirecting Group: Everyone
                    Redirected Path:   My Pictures
                                   
            GPO: mydocs
                KeyName:      InstallationType:  basic
                    Grant Type:        Exclusive Rights
                    Move Type:         Contents of Local Directory moved
                    Policy Removal:    Leave folder in existing location
                    Redirecting Group: N/A
                    Redirected Path:   My Music
                                   
        Internet Explorer Browser User Interface
        ----------------------------------------
            GPO: Default Domain Policy
                Large Animated Bitmap Name:      N/A
                Large Custom Logo Bitmap Name:   N/A
                Title BarText:                   Clay County
                UserAgent Text:                  N/A
                Delete existing toolbar buttons: No

        Internet Explorer Connection
        ----------------------------
            HTTP Proxy Server:   N/A
            Secure Proxy Server: N/A
            FTP Proxy Server:    N/A
            Gopher Proxy Server: N/A
            Socks Proxy Server:  N/A
            Auto Config Enable:  No
            Enable Proxy:        No
            Use same Proxy:      No

        Internet Explorer URLs
        ----------------------
            GPO: Default Domain Policy
                Home page URL:           N/A
                Search page URL:         N/A
                Online support page URL: N/A

        Internet Explorer Security
        --------------------------
            Always Viewable Sites:     N/A
            Password Override Enabled: False

            GPO: Default Domain Policy
                Import the current Content Ratings Settings:      No
                Import the current Security Zones Settings:       No
                Import current Authenticode Security Information: No
                Enable trusted publisher lockdown:                No

        Internet Explorer Programs
        --------------------------
            GPO: Default Domain Policy
                Import the current Program Settings: No

 

by: lscapaPosted on 2007-05-10 at 06:21:45ID: 19064862

Does this script run fine for your admins with UAC off??

 

by: sipher7024Posted on 2007-05-10 at 08:20:23ID: 19066012

With UAC off I didn't have to use the script as an Admin.

The script does work for me with UAC on.

You will likely see different results as this issue seems to be pretty troublesome for most people. I am still on the hunt for a non-intrusive way to have the scripts launch for all user-types, with UAC on -and with no visible dialog/confirmation boxes.

 

by: trippleO7Posted on 2007-05-11 at 05:57:12ID: 19071665

It seems to work fine with UAC off, for either user group, Users and Administrators.

 

by: lscapaPosted on 2007-05-11 at 06:51:07ID: 19072013

Ok so basicly MS took the RunAs feature and enabled it for almost everything when you have UAC turned on as an admin. As a user the UAC service would identify and notify the application that it needed to change process token levels. Administrators do not receive this notification (i'm not talking about the pop up message. This is all process level communication). SO your script would execute at level 1 however your user is at level 2 and there is no elevator or stairs :>. So using the following method it will wait for the process level increase before running your script. The script is not failing it's just not executing as the current user so you can see the drives. There really is no justification for running this on a properly configured & secured domain. (See
http://blogs.technet.com/markrussinovich/archive/2007/02/12/638372.aspx before you yell)


Group Policy Scripts can fail due to User Account Control
The main goal of User Account Control (UAC) is to lessen the exposure and attack surface of the operating system. UAC does this by requiring all users to run in standard user mode. This limit minimizes the ability for users to make changes that could destabilize their computers or unintentionally expose the network to viruses through undetected malicious software (also called malware) that has infected their computer.

With UAC, you can run most applications, components, and processes with a limited privilege, but have "elevation potential" for specific administrative tasks and application functions. Windows accomplishes this by using two access tokens for each user: limited and elevated access tokens. Access tokens identify the user, the user's groups, and the user's privileges. The system uses access tokens to control access to securable objects and to control the ability of the user to perform various system-related operations on the local computer.

An elevated token, for a local administrator, includes and enables all of the administrative privileges. UAC requires local administrators to use their elevated token when attempting to perform a system-only task or administrative task. A limited token, for a local administrator, includes all of the administrative privileges; however, these privileges are disabled. This allows Windows to view the administrative user and a normal user, with the option to elevate their privileges.

By default, all users logging on to Windows Vista use their full token to process Group Policy and logon scripts. However, they use their limited user token to load the desktop and all subsequent processes. Nonadministrative limited and elevated tokens are mostly identical, with regard to privileges and groups. Therefore, a process started with a nonadministrative limited user token can view processes started with a nonadministrative elevated token. Windows allows this because the viewing application does not require any elevation to view the process started with the elevated token.

Windows processes a locally logging on administrator the same way. Group Policy and logon scripts process using the elevated user token, and the desktop and all subsequent processes use the limited token. However, there is a privilege difference between the limited and elevated user token. Therefore, Windows restricts processes started with a limited token from the ability to share information with processes started with the elevated token.

UAC may prevent Group Policy logon scripts from appearing to work properly. For example, a domain environment contains a Group Policy object that includes a logon script to map network drives. A nonadministrative user logs on to the domain from a Windows Vista computer. After Windows Vista loads the desktop, the nonadministrative user starts Windows Explorer. The user sees their mapped drives. Under the same environment, an administrative user logs on to the domain from a Windows Vista computer. After Windows Vista loads the desktop, the administrative user starts Windows Explorer. The user does not see their mapped drives.

When the administrative user logs on, Windows processes the logon scripts using the elevated token. The script actually works and maps the drive. However, Windows blocks the view of the mapped network drives because the desktop uses the limited token while the drives were mapped using the elevated token.

To get around this issue, administrative users should map network drives under the limited user token. This mapping is accomplished by using the launchapp.wsf script shown in Appendix A, which works by scheduling the commands using the task scheduler. The task scheduler launches the script under the administrative full token, thereby allowing Windows Explorer, other limited token processes, and the elevated token process to view the mapped network drives.

 To configure launchapp.wsf to postpone the execution of a logon script
 
 1.  Copy the logon script and the launchapp.wsf script to a network share.
2.  Start Group Policy Management Console (GPMC). In GPMC, right-click the GPO you want to modify, and then click Edit.
3.  In the User Configuration node, expand Windows Settings, and then click Scripts.
4.  Right-click Logon, and then click Properties.
5.  In the Logon Properties dialog box, click Add.
6.  In the Script Name box, type launchapp.wsf
7.  In the Script Parameters box, type the full path and name to logon.bat

Taken from:
http://technet2.microsoft.com/WindowsVista/en/library/5ae8da2a-878e-48db-a3c1-4be6ac7cf7631033.mspx?mfr=true

 

by: sipher7024Posted on 2007-06-04 at 07:03:54ID: 19208559

I feel this should still be kept up.. There are a number of us who still are unable to have the success that only a fraction of the posters to this thread have had. If possible to let some other folks offer advice that would be great.

 

by: trippleO7Posted on 2007-06-04 at 07:14:33ID: 19208645

I've tested it out every way mentioned above, but am still having problems.  In regards to lscapa's last post, the script supposedly runs fine, but just doesn't display the mapped drives under My Computer.  If this is the only way it's possible, then I guess my question is resolved with an answer, just not a solution to the problem.  

 

by: WSITPosted on 2007-07-05 at 05:13:48ID: 19423319

I thought i would add my comment to this post.

I have a SBS setup at my office and on purchasing a vista machine had this VBS not executing problem.
I found this CheckOS.vbs and LaunchApp.wsf scripts and implemented them. The only issue i had was printers not mapping due to the drivers not being vista compatible, i upgraded the drives and everything worked fine. I replaced UserLogon.vbs in userconfig/logon scripts..... with the checkOS one and it worked fine.

I have now lent this vista machine to a client of mine who wanted to see Vista in use and the benefits of a faster PC, i implemented the CheckOS and LaunchApp.wsf in exactly the same way and it doesnt work, its the same PC!!!! all that has changed is that ive joined it to a new domain.

from doing some testing i know the UserLogon.vbs script is not getting launched but i just dont know why, i did this as a test, dont know if it will help;

' A constant that specifies a registration trigger.
const TriggerTypeRegistration = 7
' A constant that specifies an executable action.
const ActionTypeExecutable = 0
' A constant that specifies the flag in RegisterTaskDefinition.
const FlagTaskCreate = 2
' A constant that specifies an executable action.
const LogonTypeInteractive = 3
If WScript.Arguments.Length <> 1 Then
WScript.Echo "Usage: cscript launchapp.wsf <AppPath>"
WScript.Quit
End If
strAppPath = WScript.Arguments(0)
'********************************************************
' Create the TaskService object.
'********************************************************
Set service = CreateObject("Schedule.Service")
call service.Connect()
strTaskName = "Launch App As Interactive User"
'********************************************************
' Get a folder to create a task definition in.
'********************************************************
Dim rootFolder
Set rootFolder = service.GetFolder("\")
'Delete the task if already present
On Error Resume Next
call rootFolder.DeleteTask(strTaskName, 0)
Err.Clear
'********************************************************
' Create the new task
'********************************************************
Dim taskDefinition
Set taskDefinition = service.NewTask(0)
'********************************************************
' Create a registration trigger.
'********************************************************
Dim triggers
Set triggers = taskDefinition.Triggers
Dim trigger
Set trigger = triggers.Create(TriggerTypeRegistration)
'***********************************************************
' Create the action for the task to execute.
'***********************************************************
' Add an action to the task. The action executes the app.
Dim Action
Set Action = taskDefinition.Actions.Create( ActionTypeExecutable )
Action.Path = strAppPath
WScript.Echo "Task definition created. About to submit the task..."
'***********************************************************
' Register (create) the task.
'***********************************************************
msgbox ("Task" & strTaskName)
msgbox ("Def" & taskDefininition)
msgbox ("FlagTask" & FlagTastCreate)
msgbox ("LogonType" & LogonTypeInteractive)
call rootFolder.RegisterTaskDefinition(strTaskName, taskDefinition, FlagTaskCreate,,, LogonTypeInteractive)
msgbox ("SUBMITTED")
WScript.Echo "Task submitted."
</script>
</job>

The msgbox 'msgbox ("Def" & taskDefininition)' doesnt even get output, i dont know if this is significant or not??? im no expert with scripts etc etc, i just want it to work. i hope this helps.

 

by: WSITPosted on 2007-07-05 at 05:15:11ID: 19423327

Sorry i forgot to mention that the new domain the PC got switched onto is Server 2003 Standard.

 

by: trippleO7Posted on 2007-07-05 at 06:02:23ID: 19423590

WSIT,

Thanks for the input!  I'll try out your script today for more testing.

0007

 

by: trippleO7Posted on 2007-12-04 at 12:41:41ID: 31407194

Believed it's a Microsoft limitation within Vista.  Maybe it will be improved in Vista SP1.

 

by: lscapaPosted on 2007-12-04 at 12:47:59ID: 20406273

Please keep in mind that SBS Server is a total different beast from a normal 2003 server or even a 2003 AD enviroment. It is so different infact that the support group for 2003 Server / Active Directory doesn't even support AD on SBS. It has it's own support group. Take recommendations for SBS on a full 2003 server / enviroment with a grain of salt, and NEVER run any command posted for SBS on a 2003 AD forest without researching it first.

 

by: SlyDogPosted on 2008-04-16 at 19:22:22ID: 21373686

For those of you who have researched the Vista logon issue, you are aware of the limitation with drive maps via logon scripts when the domain user account has local admin rights on the workstation. You have probably run across several threads on using launchapp.wsf as well.
Well, here's another solution that might float you boat. I'm using a Kixtart logon script, but you may be able to us it with other script engines.
For each NET USE drive map command, add the /persistent switch after. Persistent drive maps appear to stay available after logon. The only thing I have noticed is that the drives are reported as diconnected in My Computer or Explorer until accessed, otherwise everything works as expected.
Try it, and leave a comment if it works for you!

 

by: ShibintPosted on 2008-04-30 at 11:17:08ID: 21473245

Do any one got answer for this problem. I am also facing the same problem.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...