book flashcards
to what container should you set the base DN to in the search box of ldp.exe tool when performing tombstone reanimation of a user in test.com?
CN=Deleted Objects,DC=test,DC=com
what should you run from the command line to register SPN ‘http/srv55.nutex.com’ for a win2012R2 server named srv55?
> setspn -S http/srv55.nutex.com srv55
what service uses port 389?
LDAP
what GUI tool will allow you to enable the Active Directory recycle bin?
ADAC
when do you choose to import an object that has been exported from an Active Directory snapshot instead of retreiving an object form the Active Directory Recycle Bin?
when you want to reset the values of an objects attributes to a previous value
what parameter of the install-ADDSDomainController cmdlet is used to install and configure DNS on the DC?
-installDNS
which parameter of the Move-ADDirectoryServerOperationMasterRole cmdlet will allow you to seize a master operations role?
-force
what setspn.exe command will list all SPN’s of services on the web server?
> setspn -l
what parameter of the install-ADDSDomainController cmdlet is used to prevent the replication of certain passwords to the DC
-DenyPasswordReplicationAccountName
which type of account in w2008R2 and above is a ‘managed local account’ that provides the ability to access the network with a computer identity in a domain environment with no password management required?
virtual account
what additional step is required to view deleted objects after setting the base DN to in the search box of ldp.exe tool when performing a tombstone reanimation of a user account?
use the ‘return deleted objects’ control to view deleted objects.
to use kerberos authentication with SQL server, which two conditions are required?
- the client and server computers must be part of the same windows domain, or in trusted domains.
- ServicePrincipalNames (SPN) must be registered with AD
what are the four image types used in WDS?
- boot images
- install images
- capture images
- discover images
what are the prerequisites to install a WDS server in an Active Directory network?
- ADDS Server
- DHCP
- DNS
- NTFS Share
- WDS Server needs GUI
- WDS can be installed on member server
what are the three steps to create a Managed Service Account on Domains required 2008 R2?
on server
- > New-ADServiceAccount -Name -RestrictToSingleComputer -enabled $True
- > Add-ADComputerServiceAccount -Identity -serviceAccount
on target
3. > Install-ADServiceAccount -Identity
What are the prerequisites for Active Directory MSA to work on a clint computer?
- Active Directory Powershell Module
- .Net 3.5 Framework
what is the time period, in that managed service account renew their passowrds automaticaly?
30 Days
what tool is the only tool that can be used to create WSUS groups?
wsus.exe
what are the steps to update an offline image or vhd(x) with dism? with
security updates
hotfixes
drivers
- set image to read-write (attrib -r)
- mount the image on empty mount point
- extract contents of update (winrar, etc)
- inject .cab files into mounted image (add-windowsPackage)
- commit changes and unmoute
> Save-WindowsImage
> Dismount-WindowsImage
in configuring WSUS, what does client side targeting mean?
to use GPOs to assign computers to WSUS groups
(used in lager organisations)
DNS
which zone type can NOT be stored in Active Directory?
secondary zones
[secutity implications]
PS
what cmdlet is used to create a new conditional forwarder fot test.com
> Add-DnsServerConditionalZone -Name -masterServers -forwardertimeout -replicationscope
PS,DNS
which cmdlet is used to create an new stub zone ?
> Add-DnsServerStubZone -name -masterServers -replicationScope
PS,DNS
wich cmdlet is used to create a new secondary zone?
> Add-DnsServerSecondaryZone -name -zonefile -masterServers