AD Powershell Flashcards

1
Q

Get-ADGroupMember

A

Gets the members of a specific AD Group

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

Get-ADObject

A

Gets one or more AD objects depending on a search base or criteria

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

Get-ADUser

A

Gets one or more AD users. Can be used to get all users or users whose SAMID contains certain words.

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

Move-ADObject

A

Moves an Active Directory object or a container of objects to a different container or domain.

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

New-ADObject

A

Creates an Active Directory object.

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

New-ADComputer

A

Creates a new AD computer. Does not join a computer to the domain

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

Set-ADAccountControl

A

Modifies user account control (UAC) values for an Active Directory account. Such as CannotChangePassword and PasswordNeverExpires

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

Set-ADDomain

A

Used to modify attributes of an AD Domain such as ManagedBy attribute or allowed DNSSuffixes

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

Set-ADForest

A

Used to modify attributes of an AD Forest such as UPN or SPN suffixes

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

Set-ADForestMode

A

Sets the forest functional level

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

Set-ADDomainMode

A

Sets the domain functional level

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

Add-ADPrincipalGroupMembership

A

The Add-ADPrincipalGroupMembership cmdlet adds a user, group, service account, or computer as a new member to one or more Active Directory groups.

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

Get-ADPrincipalGroupMembership

A

Gets the Active Directory groups that have a specified user, computer, group, or service account.

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

Set-ADOrganizationalUnit

A

The Set-ADOrganizationalUnit cmdlet modifies the properties of an Active Directory organizational unit. Can be used to change the managedby attribute.

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

Get-ADGroupMember

A

Gets all the members of a group

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