Group Policy Flashcards
Group Policy Container
Lives in AD, and can access through ADUC. Used to store properties of GPOs. Contains sub-containers for users and computers.
Group Policy Template
contains all info, and policy settings of each GPO. Lives in the Sysvol. Find content of GP itself.
GP Container Location
View advanced features in ADUC. System/Policies.
Check attribute editor for display name of the GUID policy.
or
Windows Run command.
\company.pri\sysvol\company.pri
Group Policy Object
comprised of computer config and user config.
GP Computer Config
Used to manage settings for the computer. Associated with the HKEY localusers hive.
GP User Config
Things associated with users and the profiles. HKEYCurrent Users in the registry.
OU Organization
Separate OUs that contain computer objects, and thos that contain user objects specialized for GP.
GPME
Group Policy Management Editor.
Group Policy Precedence
- Local
- Site
- Domain
- Organization Unit - Last Writer. This will over right anything above.
Configure a Central Store
.ADM provided list of possible questions for a GPO’s settings.
.ADMX took all of the content that was in the ADM files and put it into XML to shrink the size of files. Reference happens through a GP central store that exists in the sysvol. Content exists on DC at c:\windows\Policy Definitions.
ADML human readable language for the ADMX files. Same location. In the folder of en-US.
Copy to domain sysvol in order to obtain the central store in other DCs.
Starter GPOs
Create GPO templates.
Get-GPO
Gets the GPO information
Backup-GPO
Backs up one GPO
Copy-GPO
Copies a GPO
Get-GPOReport
Generates a report for GPO.
Import-GPO
Imports GPO
Where GPO exist
Group Policy Objects container within the GPM tree.
WMI Filters
Take characteristics of users and computers and you can use those as mechanisms to apply group policy.
MLGPO
Multiple Local Group Policy Objects. Kiosk systems. Extremely locked down machines. Non Domain joined systems. The precedence order goes as folllows:
- Local GPO - local user and computer.
- Administrator vs. Non-Admin.
- Individual Users. (Last Writer Wins)
Group Policy Object Editor
Specific to the local machine group policy.
Disable local built-in admin and replace with “localadmin” user.
- Create new GPO in appropriate OU.
- Edit in the GPME.
- Policies/Windows Settings/Security/Restricted Groups
Or use GP Preferences:
- Control Panel settings/ Local Users and groups.
- Choose new Local user “localadmin”
Add IT Group to Administrators
- Go to control panel settings/local users and groups
- Choose new Local group
- Create New Local group as “Administrators”
- Add appropriate members
- Select a variable to add local admins into group. I.E.(%ComputerName%\localadmin)
Grant IT Backups group rights to perform remote backups
- Go to GPME
- Policies/Windows Settings/Security Settings/Local Policies/User Rights Assignment
- Add appropriate group to “back up files and directories”
- Add appropriate group to “Access this computer from the network” to allow backups remotely.
Enforce machine lock after 15 minutes of inactivity, and display user information once session is locked
- GPME. /Policies/Windows Settings/Security Settings/Local Policies/Security Options
- Choose Interactive Logon: Machine inactivity limit
- Choose Seconds parameter.
- Then Choose Interactive Logon: Display User information when the session is locked.