Configure and Manage Group Policy Flashcards

1
Q

A application was deployed via GPO. You need to update to the current version. The instructions state you must remove the old version before installing the new software. How should you accomplish this?

A
  • Configure a GPO to assign the new version to member computers. - Configure a GPO to upgrade the application and replace the existing version
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You are configuring a GPO to deploy Adobe Reader to all users at first logon. You need to ensure that installs Abode Reader without any user interaction

A
  • Installation user interface options - Basic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is basic folder redirection?

A

A GPO linked to the domain or an OU will redirect all users’ documents in that OU to the file server. You can not restrict redirection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Advance Folder redirection?

What options can you configure?

A

It allows you to specifiy Security Group Membership for folder redirection.

Configurable Options

Action for Target Folder Locaiton

  • Create a folder for each user under the root path
  • Redirect to the following location
  • Redirect to the local userprofile location

Where

  • The Root Path
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can you modify permissions on a OU level to allow an Admin to Create and Link GPOs?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You have a new Admin who needs to create GPOs for a Specific OU. The Admin should not be able to modify GPOs created by pthers. You need to make sure that does not get assigned more permissions than needed.

What should you do?

A

Add the Admin to the Group Policy Creator Owners Security Group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Group Policy Modeling?

A

A tool within GPMC that lets you create a model of what will happen when you move user or computers from one OU to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You need to ensure that laptops running Windows XP go into hibernation when the computer lid is closed. This policy should only apply to laptops.

What should you do?

A

You need to configure Power Options item. The options you configure will apply to Windows XP only. Then use Item-level targeting in the comon options to limit applicaiton to portable computers only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Group Policy Heirarchy?

A

L - Local

S - Site

D - Domain

OU - Organizational Unit

“Last to Apply Wins”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the PowerShell Cmdlet do?

Backup-GPO

A

Backs up one GPO or all the GPOs in a domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the PowerShell CmdLet Do?

Copy-GPO

A

Copies a GPO.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the PowerShell CmdLet Do?

Get-GPInheritance

A

Gets Group Policy inheritance information for a specified domain or OU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the PowerShell CmdLet Do?

Get-GPO

A

Gets one GPO or all the GPOs in a domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the PowerShell CmdLet Do?

Get-GPOReport

A

Generates a report either in XML or HTML format for a specified GPO or for all GPOs in a domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the PowerShell CmdLet Do?

Get-GPPermission

A

Gets the permission level for one or more security principals on a specified GPO.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the PowerShell CmdLet Do?

Get-GPPrefRegistryValue

A

Gets one or more Registry preference items under either Computer Configuration or User Configuration in a GPO.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does the PowerShell CmdLet Do?

Get-GPRegistryValue

A

Gets one or more registry-based policy settings under either Computer Configuration or User Configuration in a GPO.

18
Q

What does the PowerShell CmdLet Do?

Get-GPResultantSetOfPolicy

A

Gets and writes the RSoP information for a user, a computer, or both to a file.

19
Q

What does the PowerShell CmdLet Do?

Get-GPStarterGPO

A

Gets one Starter GPO or all Starter GPOs in a domain.

20
Q

What does the PowerShell CmdLet Do?

Import-GPO

A

Imports the Group Policy settings from a backed-up GPO into a specified GPO.

21
Q

What does the PowerShell CmdLet Do?

Invoke-GPUpdate

A

Schedules a remote Group Policy refresh on the specified computer.

22
Q

What does the PowerShell CmdLet Do?

New-GPLink

A

Links a GPO to a site, domain, or OU.

23
Q

What does the PowerShell CmdLet Do?

New-GPO

A

Creates a GPO.

24
Q

What does the PowerShell CmdLet Do?

New-GPStarterGPO

A

Creates a Starter GPO.

25
Q

What does the PowerShell CmdLet Do?

Remove-GPLink

A

Removes a GPO link from a site, domain or OU.

26
Q

What does the PowerShell CmdLet Do?

Remove-GPO

A

Removes a GPO.

27
Q

What does the PowerShell CmdLet Do?

Remove-GPPrefRegistryValue

A

Removes one or more Registry preference items from either Computer Configuration or User Configuration in a GPO.

28
Q

What does the PowerShell CmdLet Do?

Remove-GPRegistryValue

A

Removes one or more registry-based policy settings from either Computer Configuration or User Configuration in a GPO.

29
Q

What does the PowerShell CmdLet Do?

Rename-GPO

A

Assigns a new display name to a GPO.

30
Q

What does the PowerShell CmdLet Do?

Restore-GPO

A

Restores one GPO or all GPOs in a domain from one or more GPO backup files.

31
Q

What does the PowerShell CmdLet Do?

Set-GPInheritance

A

Blocks or unblocks inheritance for a specified domain or organizational unit.

32
Q

What does the PowerShell CmdLet Do?

Set-GPLink

A

You edit the following properties:

  • Enabled. If the GPO link is enabled, the settings of the GPO are applied when Group Policy is processed for the site, domain or OU.
  • Enforced. If the GPO link is enforced, it cannot be blocked at a lower-level (in the Group Policy processing hierarchy) container.
  • Order. The order specifies the precedence that the settings of the GPO take over conflicting settings in other GPOs that are linked, and enabled, to the same site, domain, or OU.
33
Q

What does the PowerShell CmdLet Do?

Set-GPPermission

A

Grants a level of permissions to a security principal for one GPO or all the GPOs in a domain.

34
Q

What does the PowerShell CmdLet Do?

Set-GPPrefRegistryValue

A

Configures a Registry preference item under either Computer Configuration or User Configuration in a GPO.

35
Q

What does the PowerShell CmdLet Do?

Set-GPRegistryValue

A

Configures one or more registry-based policy settings under either Computer Configuration or User Configuration in a GPO.

36
Q

The configurable behaviors

What are client-side extensions computer policies?

A
  • Allow Processing Across a slow Network connection
  • Do Not Apply during perodic background processing
  • Process even if the group policy objects have not changed
37
Q

What is the Managed Filter used for?

A

Does the client computer/user apply these settings?

IF set to ANY - all policies

IF set to YES - it filters for any settings that will be removed if the computer or user falls out of the scope of management

IF set to NO - it filters for any settings that will not be affected if the computer or user falls out of the scope of management

38
Q

What is the configured policy filter?

A

It filters policies that are:

  • Any - All Policies
  • Yes - Any Policies that are Enabled/Disabled
  • No - only policies that are NOT Configured
39
Q

What permissions can you apply (for an ADMIN) at an OU level for GPOs?

A
  • Link GPOs
  • Perform Group Policy Modeling Analyses
  • Read Group Policy Results Data
40
Q

Does Windows XP have client side extensions instaled by default?

A

No