Automating Active Directory Domain
Services Administration
Why would yo use command line tools instead of a GUI interface? - ✔✔You would use
command line tools to automate or manage things in bulk or perform repetitiv
...
Automating Active Directory Domain
Services Administration
Why would yo use command line tools instead of a GUI interface? - ✔✔You would use
command line tools to automate or manage things in bulk or perform repetitive tasks.
What is the CSVDE.exe command? - ✔✔Use this command to export objects to a .csv file or
import objects into Active Directory
What paramaters are available ofr the CSVDE command line utility? - ✔✔-f filename
-d RootDN
-p SearchScope
-r Filter
-l ListOfAttributes
What is the format of the CSVDE command liine utility? - ✔✔csvde -i -f filename -k
What is the ldifde.exe command? - ✔✔You use the ldifde command to export objects to an
LDIF file. (LDAP directory interchange LDAP Directory Exchange)
Liist six parameters of the ldifde command line utility. - ✔✔-f filename
-d rootDN
-r filter
-p search scope
-l ListOfAttributes
-o ListOfAttributes
What is the format of the ldifde command? - ✔✔ldifde -i if filename -k
What can be done with the ldifde command that connot be done with the csvde command? -
✔✔The ldfde command cann modify objects where the csvde can only import new objects.
List 5 directory Service commands. - ✔✔DSModify
DSGet
DSRM
List 8 powershell cmdlets used to manage User accounts - ✔✔New-ADUser
Set-ADUser
Remove-ADUser
Set-ADAccountPassword
Set-ADAccountExpiration
Unlock-ADAccount
Enable-ADAccount
Disable-ADAccount
List 10 Powershell commands used to manage AD groups. - ✔✔New-ADGroup
Set-ADGroup
Get-ADGroup
Remove-ADGroup
Add-ADGroupMember
Get-ADGroupMember
Remove-ADGroupMember
Add-ADPrincipalGroupMembership
Get-ADPrincipalGroupMembership
Remove-ADPrincipalGroupMembership
List six cmdlets used to manage AD Computers. - ✔✔New-ADComputer
Set-ADComputer
Get-ADComputer
Remove-ADComputer
Test-ComputerSecureChannel
Reset-ComputerMachinePassword
List 4 cmdlets used to manage AD organizational Units. - ✔✔New-ADOrganizationalUnit
Set-ADOrganizationalUnit
Get-ADOrganizationalUnit
Remove-ADOrganizationalUnit
List four important parameters used inquerying AD with powershell. - ✔✔SearchBase
SearchScope
ResultSetSize
Properties
List seven operators used to query objects in powershell. - ✔✔-eq Equal to
-ne Not Equal
-lt Less Than
-le Less than or equal to
-gt Greater than
-ge Greater than or equal to
-like Uses Wildcards for pattern matching
[Show More]