[gptalk] Re: Bat File Not Executing.

  • From: "Harry Singh" <hboogz@xxxxxxxxx>
  • To: gptalk@xxxxxxxxxxxxx
  • Date: Fri, 5 Sep 2008 13:46:47 -0400

Hi All -

So, i finally have been able to put this GPO into production and have
something interesting, albeit furstrating.

I placed the the computers i want this GPO to run against within their own
"Computers" OU.

 I then created a security group and put all these computers within this
security group

I then removed " Authenticated Users" from the security of the GPO and just
put the above mentioned security group.

I found that the policy does run, as noted in the attached gpresult log (
delprof-test ) is the GPO in question, but the startup VBS script to delete
profiles, does not run. I also assigned UPH clean but have noticed that
didn't install either. These are the only two machine based settings applied
on this GPO and neither of them are running, but the GPO is being executed
on the machines.

any thoughts ?



On Thu, Aug 7, 2008 at 5:27 AM, Hutchinson, Alan <
Alan.Hutchinson@xxxxxxxxxxxxxxxxxx> wrote:

>  Harry,
> As I said I haven't yet tried it (probably sometime next week).
>
> As for your second paragraph - no need to block inheritance; this is
> exactly what loopback processing  in replace mode achieves.
>
> REgards,
>
> Alan.
>
>  ------------------------------
> *From:* gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] *On
> Behalf Of *Harry Singh
> *Sent:* 06 August 2008 18:40
>
> *To:* gptalk@xxxxxxxxxxxxx
> *Subject:* [gptalk] Re: Bat File Not Executing.
>
>  Alan,
>
> i was just about to post that, since i subscribe to the THIN list and came
> across that.
>
> Since it's a VBS script, i understand when you add it to the startup of a
> GPO, there are "Script Parameters". I've never leveraged this because,
> truthfully, i really don't know what would be placed in here ? could someone
> provide some insight as to how to properly use that field ?
>
> A&M - as far as loopback processing goes, that makes it much clearer, but i
> still need to re-read and implement to fully comprehend. I currently have a
> TS/Citrix environment and am trying to wrap my head around understanding
> applying user settings to the same user but different policies. I suppose if
> i block policy inheritance on the GPO that's assigned to the TS servers ou
> and configure machine and user based settings this will only apply to users
> who are logging into that server.
>
>
>
> On Wed, Aug 6, 2008 at 1:12 PM, Hutchinson, Alan <
> Alan.Hutchinson@xxxxxxxxxxxxxxxxxx> wrote:
>
>>  I haven't tried it yet but came across this from another freelist which
>> may do what you want when you've sorted script execution :
>>
>>
>>
>> http://www.theshonkproject.com/index.php?option=com_content&task=view&id=27&Itemid=31
>>
>> Regards,
>>
>> Alan.
>>
>>  ------------------------------
>>  *From:* gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx]
>> *On Behalf Of *Nelson, Jamie
>> *Sent:* 06 August 2008 16:27
>>
>> *To:* gptalk@xxxxxxxxxxxxx
>> *Subject:* [gptalk] Re: Bat File Not Executing.
>>
>>    Hmm, yeah I can see how that is helpful from the teacher's
>> perspective. If I were you I would definitely spend some time
>> troubleshooting why the profiles are getting corrupted in the first place.
>> That shouldn't be happening.
>>
>>
>>
>> As far as your script not executing, I recommend starting it off with
>> something basic just to make sure it is actually executing. A good example
>> would be piping the contents of ipconfig out to a text file on the C: drive
>> or something.
>>
>>
>>
>>                 ipconfig >%SYSTEMDRIVE%\ipconfig.txt
>>
>>
>>
>> Then go back and verify the file is created after a reboot. That way you
>> can be certain the script is actually running. If it is, but the profile is
>> not getting deleted, you know you have some kind of logic error in the part
>> of the script.
>>
>>
>>
>> *From:* gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx]
>> *On Behalf Of *Harry Singh
>> *Sent:* Tuesday, August 05, 2008 6:26 PM
>> *To:* gptalk@xxxxxxxxxxxxx
>> *Subject:* [gptalk] Re: Bat File Not Executing.
>>
>>
>>
>> I'll be glad to elaborate.
>>
>> This is a lab environment and we've implemented a combination of mandatory
>> profiles and GPO to control User configuration settings. Periodically, the
>> profile experiences problems and just doesn't load properly. I've ran traces
>> to see if any network connectivity issues exist between the workstation and
>> the server where the profile resides and , although i see some collisions, i
>> don't expect that to be the sole root cause. Instead of delving more time
>> and resources, we've found by blowing the profile the issues resolve
>> themselves --- and as i mentioned, this doesn't happen too frequently, only
>> periodically. Now, the lab machines aren't rebooted or turned off nightly,
>> so the deleting of profiles on reboot is really a way for us or the teacher
>> on site to delete the profiles "on-demand". I'm sure there are alternate
>> ways to get this done, and i'm all ears.
>>
>> So you're saying i can apply a GPO to an OU that just has computer
>> accounts ?
>>
>> "To clarify, loopback policy is used when you want user configuration
>> policies to apply based on where the computer object resides instead of the
>> user object. " That's still a litte fuzzy to me, could you provide an
>> example that could help me further put this confusion function to rest for
>> me ?
>>
>> Thanks
>>
>>
>>  On Tue, Aug 5, 2008 at 5:27 PM, Nelson, Jamie <Jamie.Nelson@xxxxxxx>
>> wrote:
>>
>> Delprof.exe can't delete a specific user profile, you generally tell it
>> the max number of days old a profile can be (from last use) and it will
>> delete anything older than that. I still don't understand why you want to
>> delete it on every reboot though. Maybe you can be kind enough to elaborate?
>>
>>
>>
>> Actually, you were right the first time. For startup scripts to run they
>> must be applied to OUs containing computer objects. You don't need loopback
>> policy or security filtering for that. To clarify, loopback policy is used
>> when you want user configuration policies to apply based on where the
>> computer object resides instead of the user object.
>>
>>
>>
>> Hope that helps. J
>>
>>
>>
>> *From:* gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx]
>> *On Behalf Of *Harry Singh
>> *Sent:* Tuesday, August 05, 2008 4:13 PM
>> *To:* gptalk@xxxxxxxxxxxxx
>> *Subject:* [gptalk] Re: Bat File Not Executing.
>>
>>
>>
>> Jamie,
>>
>> Yes, the script is deleting the documents and setting folder. I agree this
>> isn't very clean, but  I am having trouble in negotiating the delprof
>> command line to delete the profile i want under my specific parameters.
>> Specifically, i want the profile to be deleted upon every reboot, either
>> during the shutdown or, preferably, during the startup of the machine. ?
>>
>> Secondly, i believe my problem was i  was applying the GPO to an OU that
>> just had the computer accounts. I realized this can't be done, i'd have to
>> apply it to the OU containing the LAB user account ; since only the Computer
>> Config is enabled, the script will execute on whatever machine that user
>> logs into, correct ? That being said, what should the loopback processing
>> setting be on this GPO, if there are no user configured settings on this GPO
>> but others ?
>>
>> Just to clear up any confusion, if i want machine specific settings only
>> to apply to computer accounts, i need to:
>>
>>    - Configure the Computer Configuration portion of the GPO.
>>    - Create a Security Group and add the respective computer accounts to
>>    this group and add it to the permissions of the GPO with the "Apply" GPO
>>    permission ?
>>    - Never apply GPO's to OU's that just have computer accounts
>>    - Enable loopback processing on a computer oriented GPO if you have
>>    any USER Confiuration settings in that GPO, otherwise just leave it 
>> disabled
>>    or not configured ?
>>
>>
>>
>> On Tue, Aug 5, 2008 at 4:57 PM, Nelson, Jamie <Jamie.Nelson@xxxxxxx>
>> wrote:
>>
>> When you say "delete the profile" are you just trying to delete the
>> profile folder under C:\Documents and Settings? That doesn't truly dump the
>> profile, as there are still some registry keys that have to be cleaned up.
>>
>>
>>
>> On that note, I don't think deleting the profiles on startup is a good
>> practice, even if they are for what I assume are temporary lab user
>> accounts. You're better off creating a scheduled task on the machine to run
>> the delprof.exe utility (from the Server Resource Kit) which can delete all
>> profiles that have not been used in a specified number of days. Just my
>> opinion though. You may have valid reason for doing it that way so please
>> don't take offense. J
>>
>>
>>
>> As far as the script not executing is concerned, did you place it in the
>> GPO's "machine\scripts\startup" folder in SYSVOL or somewhere else on your
>> network?
>>
>>
>>
>> *From:* gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx]
>> *On Behalf Of *Harry Singh
>> *Sent:* Tuesday, August 05, 2008 3:21 PM
>> *To:* gptalk@xxxxxxxxxxxxx
>> *Subject:* [gptalk] Bat File Not Executing.
>>
>>
>>
>> All -
>>
>> I've added a bat file to the startup script inside of a GPO, the computer
>> configuration part of the GPO. The script deletes any profile starting with
>> lab* and is suppose to run when the computer is restarted so as to not run
>> into any file locks by explorer. However, the folders are not being deleted
>> and when i run a gpresult, the script indicates: " This script has not been
>> executed"
>>
>> any ideas ?
>> *
>> ------------------------------
>> *
>>
>> *Confidentiality Warning:* This message and any attachments are intended
>> only for the use of the intended recipient(s), are confidential, and may be
>> privileged. If you are not the intended recipient, you are hereby notified
>> that any review, retransmission, conversion to hard copy, copying,
>> circulation or other use of all or any portion of this message and any
>> attachments is strictly prohibited. If you are not the intended recipient,
>> please notify the sender immediately by return e-mail, and delete this
>> message and any attachments from your system.
>>
>>
>>
>>
>>
>
>
Microsoft (R) Windows (R) XP Operating System Group Policy Result tool v2.0
Copyright (C) Microsoft Corp. 1981-2001

Created On 9/5/2008 at 1:40:33 PM



RSOP results for JACWF\lab1 on JACLABA15 : Logging Mode
--------------------------------------------------------

OS Type:                     Microsoft Windows XP Professional
OS Configuration:            Member Workstation
OS Version:                  5.1.2600
Domain Name:                 JACWF
Domain Type:                 Windows 2000
Site Name:                   JACWF
Roaming Profile:             \\wftccfs1\ManProf\Lab4
Local Profile:               C:\Documents and Settings\lab1
Connected over a slow link?: No


COMPUTER SETTINGS
------------------
    CN=JACLABA15,OU=Computers,OU=jacwflab,DC=jacwf,DC=phippsny,DC=org
    Last time Group Policy was applied: 9/5/2008 at 1:34:01 PM
    Group Policy was applied from:      phjacdc1.jacwf.phippsny.org
    Group Policy slow link threshold:   500 kbps

    Applied Group Policy Objects
    -----------------------------
        delprof-test
        Default Domain Policy
        SUS Automatic Clients Update
        Automatic Client Installation

    The following GPOs were not applied because they were filtered out
    -------------------------------------------------------------------
        DST 2007 - Jac
            Filtering:  Disabled (Link)

        Local Group Policy
            Filtering:  Not Applied (Empty)

    The computer is a part of the following security groups:
    --------------------------------------------------------
        BUILTIN\Administrators
        Everyone
        NT AUTHORITY\Authenticated Users
        
    Resultant Set Of Policies for Computer:
    ----------------------------------------

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

        Startup Scripts
        ---------------
            GPO: delprof-test
                Name:         deleteprofiles.vbs
                Parameters:   
                LastExecuted: This script has not yet been executed.

        Shutdown Scripts
        ----------------
            N/A

        Account Policies
        ----------------
            GPO: Default Domain Policy
                Policy:            MinimumPasswordAge
                Computer Setting:  N/A

            GPO: Default Domain Policy
                Policy:            PasswordHistorySize
                Computer Setting:  1

            GPO: Default Domain Policy
                Policy:            MinimumPasswordLength
                Computer Setting:  N/A

            GPO: Default Domain Policy
                Policy:            LockoutBadCount
                Computer Setting:  N/A

            GPO: Default Domain Policy
                Policy:            MaximumPasswordAge
                Computer Setting:  42

        Audit Policy
        ------------
            N/A

        User Rights
        -----------
            N/A

        Security Options
        ----------------
            GPO: Default Domain Policy
                Policy:            RequireLogonToChangePassword
                Computer Setting:  Not Enabled

            GPO: Default Domain Policy
                Policy:            PasswordComplexity
                Computer Setting:  Not Enabled

            GPO: Default Domain Policy
                Policy:            ForceLogoffWhenHourExpire
                Computer Setting:  Not Enabled

            GPO: Default Domain Policy
                Policy:            ClearTextPassword
                Computer Setting:  Not Enabled

        Event Log Settings
        ------------------
            N/A

        Restricted Groups
        -----------------
            N/A

        System Services
        ---------------
            N/A

        Registry Settings
        -----------------
            N/A

        File System Settings
        --------------------
            N/A

        Public Key Policies
        -------------------
            N/A

        Administrative Templates
        ------------------------
            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled

            GPO: SUS Automatic Clients Update
                Setting: Software\Policies\Microsoft\Windows\WindowsUpdate\AU
                State:   Enabled


USER SETTINGS
--------------
    CN=lab1,OU=Users,OU=jacwflab,DC=jacwf,DC=phippsny,DC=org
    Last time Group Policy was applied: 9/5/2008 at 1:34:01 PM
    Group Policy was applied from:      phjacdc1.jacwf.phippsny.org
    Group Policy slow link threshold:   500 kbps

    Applied Group Policy Objects
    -----------------------------
        WFTCC Lab Printing GPO
        Lab Policy
        Default Domain Policy

    The following GPOs were not applied because they were filtered out
    -------------------------------------------------------------------
        Automatic Client Installation
            Filtering:  Not Applied (Empty)

        SUS Automatic Clients Update
            Filtering:  Not Applied (Empty)

        Local Group Policy
            Filtering:  Not Applied (Empty)

    The user is a part of the following security groups:
    ----------------------------------------------------
        Domain Users
        Everyone
        BUILTIN\Users
        NT AUTHORITY\INTERACTIVE
        NT AUTHORITY\Authenticated Users
        LOCAL
        All Staff
        PCDC Staff
        PCDC Senior Staff
        
    Resultant Set Of Policies for User:
    ------------------------------------

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

        Public Key Policies
        -------------------
            N/A

        Administrative Templates
        ------------------------
            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\System
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Policies\Microsoft\Windows\CurrentVersion\Identities
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Policies\Microsoft\Windows\CurrentVersion\Internet 
Settings\AllowedControls
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Infodelivery\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Infodelivery\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: WFTCC Lab Printing GPO
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\System
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Windows\Installer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\System
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\MMC
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Policies\Microsoft\Windows\CurrentVersion\Internet 
Settings\AllowedControls
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Windows\Network Connections
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\System
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Policies\Microsoft\Windows\CurrentVersion\Internet 
Settings\AllowedControls
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet 
Explorer\Restrictions
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Internet Explorer\Control 
Panel
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: Software\Policies\Microsoft\Windows\Installer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

            GPO: Lab Policy
                Setting: 
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                State:   Enabled

        Folder Redirection
        ------------------
            N/A

        Internet Explorer Browser User Interface
        ----------------------------------------
            GPO: Lab Policy
                Large Animated Bitmap Name:      N/A
                Large Custom Logo Bitmap Name:   N/A
                Title BarText:                   WFTCC
                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: Lab 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: Lab 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: Lab Policy
                Import the current Program Settings: No

Other related posts: