Quiz 4 - Automating AD DS Administration - Teamie For LithanHall

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Print

Quiz 4: Automating AD DS Administration


Questions:10MaximumScore:100

Question no 1
Onlyoneamongthechoiceslistedarecorrect +10

Which command tools allow you to export the list of users from AD DS to a file that can be open as a
table in Microsoft Excel
CSVDE
LDIFDE
GET-ADUSER
SET-ADUSER

Question no 2
Onlyoneamongthechoiceslistedarecorrect +10

In LDIFDE command, what is the command switch to filter the data to be exported
-i
-f
-r
-k

Question no 3
Onlyoneamongthechoiceslistedarecorrect +10

You want to move user name Adam Barr from current location (Marketing OU) to sub OU named
SGMarketing below the marketing OU (check the picture below).

What is the AD DS command to achieve the result?

DSMOVE "cn=Adam Barr, ou=Marketing, dc=adatum, dc=com" -newparent "ou=Marketing,


ou=SGMarketing, dc=adatum, dc=com"
DSMOVE "cn=Adam Barr, ou=Marketing, dc=adatum, dc=com" -newparent "ou=SGMarketing,
ou=Marketing, dc=adatum, dc=com"
DSMOVE "cn=Adam Barr, ou=Marketing, dc=adatum, dc=com" -newparent "ou=SGMarketing,
dc=adatum, dc=com"
DSMOVE "cn=Adam Barr, ou=Marketing, dc=adatum, dc=com" -newparent "ou=Marketing,
dc=adatum, dc=com"

Question no 4
Morethanasinglechoicemaybecorrectfromthechoiceslisted +10

You run this command:


Dsadd user "cn=Ryan Suryanto,ou=Managers,dc=adatum,dc=com"
You checked the user account was created, however the user could not logon.
Why ?

The account was created with blank password which does not match complex password policy
The account was disabled
The account was created but admin still need to assign email address
The account should be created in Users container, not in managers OU

Question no 5
Onlyoneamongthechoiceslistedarecorrect +10

You typed this cmdlet:


New-ADUser "Ryan Suryanto" AccountPassword (Read-Host AsSecureString "Password?")
Department IT
What will be the result?
The new user account will be created with password "Password?"
The cmdlet will prompt you "Password?" to enter the password
The cmdlet will fail, as not enough information provided
The new user account will be created and will be placed in OU IT

Question no 6
Morethanasinglechoicemaybecorrectfromthechoiceslisted +10

You run this cmdlet:


New-ADGroup Name "CustomerManagement" Path "ou=managers,dc=adatum,dc=com"
GroupScope Global
GroupCategory Security
What will be the result?
It creates a new group name CustomeManagement

Group Scope is Global Group


The new Group created is member of another group name Managers
The new group type is Security

Question no 7
Onlyoneamongthechoiceslistedarecorrect +10

What is the result of this cmdlet?

GetADUser Filter {company notlike "*"} | SetADUser Company "A. Datum"


It will display all users which Company attribute is EMPTY
It will display all users which Company attribute is *
It will assign "A. Datum" attribute to all users which has EMPTY Company attribute
It will assign "A. Datum" attribute to all users which has * in Company attribute

Question no 8
Onlyoneamongthechoiceslistedarecorrect +10

You can only do Bulk Operations in AD management using command line or power shell
TRUE
FALSE

Question no 9
Fillintheblank(s)withthecorrectanswer(s) +10

the cmdlet to Disable an AD user account is :


[10]

Question no 10
Fillintheblank(s)withthecorrectanswer(s) +10

The powershell cmdlet that equivalent to command line DSADD USER is :


[10]

You might also like