Results 1 to 4 of 4

Thread: IE Group Policy

  1. #1
    Join Date
    Aug 2006
    Posts
    173

    IE Group Policy

    I have some question with Internet Explorer group policy. In internet explorer, can anyone tell me a way to configure in group policy the Temporary Internet files, like we can check for some newer versions of stored pages to choose the option of every visit to the page and all? Thanks.

  2. #2
    Join Date
    Aug 2006
    Posts
    84

    Re: IE Group Policy

    I dont know about that, but usually that is what a proxy server does. You can try to store the web page information and update it when a client request it again, but otherwise, the cient directly get it from the proxy server.

  3. #3
    Join Date
    Jun 2006
    Posts
    623
    I think that the below ADM will do the things for you:

    CLASS USER

    CATEGORY !!CATEGORYNAME1
    CATEGORY !!CATEGORYNAME2
    POLICY "Check for newer versions of stored pages setting"

    #if version >= 4
    SUPPORTED !!SUPPORTED-XPSP2
    #endif

    EXPLAIN !!ExplainText
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
    PART "Select the desired setting." DROPDOWNLIST
    VALUENAME "Syncmode5"
    ITEMLIST
    NAME "Every visit to the page" VALUE NUMERIC 3 DEFAULT
    NAME "Every time you start Internet Explorer" VALUE NUMERIC 2
    NAME "Automatically" VALUE NUMERIC 4
    NAME "Never" VALUE NUMERIC 0
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY

    [STRINGS]
    CATEGORYNAME1="My Company"
    CATEGORYNAME2="Internet Explorer"
    ExplainText="Changes Temporary Internet stored pages setting"
    Supported-XPSP2="Windows XP SP2"

  4. #4
    Join Date
    Nov 2010
    Posts
    1

    Re: IE Group Policy

    Hello,
    I have a requerement to accomplish the task discussed in this thread.

    In ADM syntax provided by Irv there is a remark SUPPORTED XP SP2.
    I want to ask if it will work for XP SP3 and IE6-7and 8.

    Thx.
    Michael.

Similar Threads

  1. Replies: 2
    Last Post: 17-12-2013, 09:10 PM
  2. Using local group policy to override domain group policy
    By Nickason in forum Active Directory
    Replies: 3
    Last Post: 28-09-2011, 04:20 AM
  3. Folder Redirection policy object don't exist in group policy
    By Mohammad_dn in forum Operating Systems
    Replies: 3
    Last Post: 12-01-2011, 11:41 PM
  4. Replies: 3
    Last Post: 07-10-2009, 02:12 PM
  5. Group Policy -> Missing Group Policy settings
    By Jeroen in forum Active Directory
    Replies: 3
    Last Post: 24-07-2007, 11:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,402,575.93342 seconds with 18 queries