vid1: Az ADDS Flashcards

1
Q

LDAP port / DNS record format

A

389 / _ldap._tcp.

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

FSMO

A

Flexible Single Master of Operation

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

PAS

A

Partial Attribute Set - DCs can optionally be made Global Catalog servers which hold a PAS about every object in the forest, enabling search of the entire forest

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

common cloud authentication protocols

A
  • OAuth
  • OAuth 2 (used by Azure AD)
  • SAML
  • WS-Federation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

MFA

A

Multi-factor authentication

  • Something I know
  • Something I have
  • Something I am
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DC in Azure key considerations (7)

A
  1. 2012+ so healing can take place
  2. AD db and log on non-OS data disks, without caching
  3. Assign a reserved IP address w/in Az configuration
  4. Update vnet DNS to use Az DCs first
  5. make at least one Az DC a GC
  6. Configure Az DCs to not publish generic DNS records
  7. If multiple Az DCs, use an Availability Set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Federation pieces

A
  • a Federation is created bt orgs out-of band (eg no direct communication bt orgs… no firewall ports, etc… all communication via web browser)
  • Home STS (Security Token Service) generates token
  • Resource STS and applications native to that federated org consume the token
  • Result: users use home credential w/o exposing password to resource
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

WS-Fed

A

the sign-in protocol that defines the process of redirects b/t federation servers and claims-aware applications

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

OAuth

A

a type of sign-in protocol commonly used by applications

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

authentication protocol is used to…

A

request user credentials such as Kerberos, NTLM, certificates, MFA, or form-based

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

SAML

A

Security Assertion Markup Language - a type of token used with ADFS (but also sometimes a sign-in protocol)

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

types of Federated Applications (3)

A
  1. . Featured: supports federation and has APIs to create objects on the other side if req’d
  2. others support federation but manual actions are req’d to complete the relationship
  3. still others do not support federation, but use credential “stuffing” (netflix, hulu, etc)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Azure AD Connect

A

enables replication of users and groups from AD to AzAD

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

powershell: install ADDS

A

Install-WindowsFeature -Name ad-domain-services -IncludeAllSubFeature

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

powershell: install domain forest

A

Install-ADDSForest -DomainName “domain.name”

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

powershell: AD Connect Health from Core install

A
  1. (run the installer: AdHealthAddsAgentSetup.exe )

2. Register-AzureADConnectHealthADDSAgent -Credential (Get-Credential)