• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back

Where are members of a security group listed in AD Directory Services

In the "Member" attribute of the group object

What does the "MemberOf" attribute maintain?

Secondary membership information

What is in the "Member" attribute

distinguished names of all the members

How does the "memberOf" attribute of group object work?

It is a multi-valued attribute of which the users is a direct member of. Indirect membership is not listed.

Powershell command to add a user or multiple users (piped in) to multiple groups

Add-ADPrincipalGroupMembership -MemberOf <security group>, <security group>,...

Powershell command to select all members of a security group

Get-AdUser


-Filter *


-SearchBase 'OU=<security group>, DC=<domain>, DC=<domain>'

Powershell command to return multiple groups

Get-ADGroup


-Filter {name -eq '<security group>'


-or name -eq '<security group2>'}

end of deck (for now)

(for now)