+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 19
Windows Server 2000/2003 Thread, GPO design in Technical; I am just setting up a school to install software via GPO and wondered how other people design their GPOs. ...
  1. #1

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,542
    Blog Entries
    22
    Thank Post
    447
    Thanked 606 Times in 450 Posts
    Rep Power
    178

    GPO design

    I am just setting up a school to install software via GPO and wondered how other people design their GPOs.

    Is it better to have a single GPO per software title or a GPO per OU that contains all the software that needs to be installed to that group of machines?

    If GPO processing effects startup and login time is it better to have a lot of GPOs to process or a few large one - or does it even matter?

    Cheers

  2. IDG Tech News

  3. #2

    Gatt's Avatar
    Join Date
    Jan 2006
    Posts
    5,479
    Thank Post
    676
    Thanked 401 Times in 286 Posts
    Rep Power
    230
    GPO for Desktop Software - linked to Computers\Desktop OU
    GPO for Server only software - linked to Computers\Server OU
    GPO for Global Software - linked to a Computers OU

    This ensures that any software we dont want o our servers doesnt get deployed to them - eg Auto Power off stuff!

  4. Thanks to Gatt from:

    sparkeh (28th April 2009)

  5. #3

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    I mix tactics depending on scope. If it's only going to be applied to one OU, it goes into a shared GPO to minimise GPO population and keep processing shorter. But if it's going to be shared across OUs, it gets a GPO of its own to make administration easier (the tradeoff of processing time is worth it).

  6. Thanks to powdarrmonkey from:

    sparkeh (28th April 2009)

  7. #4

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,542
    Blog Entries
    22
    Thank Post
    447
    Thanked 606 Times in 450 Posts
    Rep Power
    178
    So the way I have setup AD is to reflect the structure of the school as each year group has different software to install and separate machines that have whiteboards:

    AD
    -classroom machines
    --Year1
    ---IWB machine
    ---non IWB machines
    --Year2
    ---IWB machine
    ---non IWB machines
    -suite machines
    etc

    but of course there is cross over in software but that can deployed.
    I guess a mixture is a way to go then to optimise thing.

  8. #5
    Richie1972's Avatar
    Join Date
    Apr 2006
    Location
    Blackburn
    Posts
    239
    Thank Post
    2
    Thanked 6 Times in 6 Posts
    Rep Power
    14
    I tend to have GPO software deployment split into departments, classroom machines, whiteboard machines, office machines, etc.
    Far easier to manage.
    Not applying any to the servers at the moment, though

  9. Thanks to Richie1972 from:

    sparkeh (29th April 2009)

  10. #6

    Join Date
    Nov 2006
    Location
    Kendal
    Posts
    1,512
    Thank Post
    98
    Thanked 170 Times in 138 Posts
    Rep Power
    66
    We have an OU set up for each room of computers and each OU has it's own software deployment policy which contains all the software for that room.

  11. Thanks to jcollings from:

    sparkeh (29th April 2009)

  12. #7

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,542
    Blog Entries
    22
    Thank Post
    447
    Thanked 606 Times in 450 Posts
    Rep Power
    178
    So for classroom machines, I am thinking of putting a gpo at each level (ie one for classroom machines OU, one for year group and one each for IWB and non IWB) to control granularity of software deployment - that way machines will have at most 3 gpos to process.

    I guess that isn't going to effect things too much.

  13. #8

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    Quote Originally Posted by sparkeh View Post
    So for classroom machines, I am thinking of putting a gpo at each level (ie one for classroom machines OU, one for year group and one each for IWB and non IWB) to control granularity of software deployment - that way machines will have at most 3 gpos to process.

    I guess that isn't going to effect things too much.
    Remember that a client still has to evaluate every policy object in the domain to decide whether it applies or not...

  14. #9

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,565
    Thank Post
    306
    Thanked 884 Times in 794 Posts
    Rep Power
    211
    If you only have 1 gpo that installs software what do you do if you need to remove a piece of software?

    Ben

  15. #10

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    Quote Originally Posted by plexer View Post
    If you only have 1 gpo that installs software what do you do if you need to remove a piece of software?

    Ben
    Er... remove it from the policy? Maybe I'm missing something here...

  16. #11

    Join Date
    Sep 2008
    Posts
    1,184
    Thank Post
    163
    Thanked 167 Times in 149 Posts
    Rep Power
    93
    Computers split into Department OU's with software deployed within that.

  17. #12

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,542
    Blog Entries
    22
    Thank Post
    447
    Thanked 606 Times in 450 Posts
    Rep Power
    178
    Quote Originally Posted by powdarrmonkey View Post
    Remember that a client still has to evaluate every policy object in the domain to decide whether it applies or not...
    Oh, don't they just evaluate the policies of the OU they are in and the OU above?

    Quote Originally Posted by plexer View Post
    If you only have 1 gpo that installs software what do you do if you need to remove a piece of software?
    Ben
    As PM says, if you remove a piece of software from a gpo the machines uninstall it.

  18. #13

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,565
    Thank Post
    306
    Thanked 884 Times in 794 Posts
    Rep Power
    211
    Does that remove the software from the clients though?

    Ben

  19. #14

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    Quote Originally Posted by sparkeh View Post
    Oh, don't they just evaluate the policies of the OU they are in and the OU above?
    Well, somewhere along the line the client has to find out what objects are applied to the OU it's in, and that means evaluating them all. I believe it's done client-side, but I'll be stuffed if I can find my notes on it (might have thrown them away) so don't quote me on it.

    Quote Originally Posted by plexer View Post
    Does that remove the software from the clients though?
    When you remove the package from the GPO you're asked whether you want to leave the existing installations in place or remove them immediately.

  20. Thanks to powdarrmonkey from:

    sparkeh (29th April 2009)

  21. #15

    Join Date
    Aug 2007
    Location
    Deal, Kent
    Posts
    292
    Thank Post
    12
    Thanked 55 Times in 37 Posts
    Rep Power
    19
    2 choices when removing software along lines of

    Remove immediately (poreventing more usage)
    Remove from GPO but not from machines (allowing continued use)

    Simon

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Help with printing design
    By bio in forum Network and Classroom Management
    Replies: 2
    Last Post: 30th July 2008, 01:39 PM
  2. Database Design
    By Hightower in forum General Chat
    Replies: 6
    Last Post: 16th June 2008, 04:22 PM
  3. Design - Best Webpage you have ever seen?
    By Zoom7000 in forum General Chat
    Replies: 26
    Last Post: 4th June 2008, 12:03 PM
  4. New 2D Design talking to the Old Mill Design
    By Sean in forum Educational Software
    Replies: 5
    Last Post: 15th January 2008, 10:26 AM
  5. Website Design
    By Simcfc73 in forum How do you do....it?
    Replies: 40
    Last Post: 25th September 2006, 02:24 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •