Difference between revisions of "Group Policy (Active Directory)"

Jump to navigation Jump to search
Changed heading levels and added Meta
(Changed heading levels and added Meta)
Line 1: Line 1:
== Getting Started ==
= Getting Started =
# Start <code>mmc.exe</code>
# Start <code>mmc.exe</code>
# Go to '''File <nowiki>|</nowiki> Add/Remove Snap-in...'''
# Go to '''File <nowiki>|</nowiki> Add/Remove Snap-in...'''
Line 14: Line 14:




== Common Policy Paths ==
= Common Policy Paths =
{|class="vwikitable"
{|class="vwikitable"
|-  
|-  
Line 39: Line 39:
|}
|}


== Group Policy Object (GPO) Examples ==
= Group Policy Object (GPO) Examples =
=== Default Local Administrator ===
== Default Local Administrator ==
To give a particular domain security group, local admin rights over machines affected by the GPO  
To give a particular domain security group, local admin rights over machines affected by the GPO  


Line 55: Line 55:
# Enter password, uncheck ''User must change password at next logon'', check ''Password never expires''
# Enter password, uncheck ''User must change password at next logon'', check ''Password never expires''


=== Branding ===
== Branding ==
==== Logon Screen ====
=== Logon Screen ===
The following steps allow a customised logon background, if you have multiple versions of background at different sizes these can all be used.  The files need to end up in <code>%windir%\system32\oobe\info\backgrounds\</code> and must follow this naming convention
The following steps allow a customised logon background, if you have multiple versions of background at different sizes these can all be used.  The files need to end up in <code>%windir%\system32\oobe\info\backgrounds\</code> and must follow this naming convention
* <code>backgroundDefault.jpg</code> - Must exist
* <code>backgroundDefault.jpg</code> - Must exist
Line 73: Line 73:
##* ''Value'' - <code>REG_DWORD 1</code>
##* ''Value'' - <code>REG_DWORD 1</code>


==== Desktop Background ====
=== Desktop Background ===
# Put your background file on a share that can be read by all
# Put your background file on a share that can be read by all
# Configure a rule to copy the file to the local machine
# Configure a rule to copy the file to the local machine
Line 83: Line 83:
## Update the ''Desktop Wallpaper'' setting with the file path and set ''Wallpaper Style'' to '''Fill'''
## Update the ''Desktop Wallpaper'' setting with the file path and set ''Wallpaper Style'' to '''Fill'''


=== Internet Explorer ===
== Internet Explorer ==
==== Proxy ====
=== Proxy ===
In order to configure proxy settings, browse to...
In order to configure proxy settings, browse to...
* <code>User Configuration <nowiki>|</nowiki> Policies <nowiki>|</nowiki> Windows Settings <nowiki>|</nowiki> Internet Explorer Maintenance <nowiki>|</nowiki> Connection <nowiki>|</nowiki> Proxy Settings</code>
* <code>User Configuration <nowiki>|</nowiki> Policies <nowiki>|</nowiki> Windows Settings <nowiki>|</nowiki> Internet Explorer Maintenance <nowiki>|</nowiki> Connection <nowiki>|</nowiki> Proxy Settings</code>
Line 92: Line 92:
# '''Enable''' the <code>Disable the Connections page</code> setting
# '''Enable''' the <code>Disable the Connections page</code> setting


==== Favourites ====
=== Favourites ===
In order to add pre-defined favourites to Internet Explorer...
In order to add pre-defined favourites to Internet Explorer...
# Browse to <code> User Configuration<nowiki>|</nowiki> Policies <nowiki>|</nowiki> Windows Settings <nowiki>|</nowiki> Internet Explorer Maintenance <nowiki>|</nowiki> URLs </code>
# Browse to <code> User Configuration<nowiki>|</nowiki> Policies <nowiki>|</nowiki> Windows Settings <nowiki>|</nowiki> Internet Explorer Maintenance <nowiki>|</nowiki> URLs </code>

Navigation menu