MS-102 Identity Sync Flashcards

(35 cards)

1
Q

cloud-only identity

A

uses user accounts that exist only in Microsoft Entra ID. Small and medium-sized organizations that don’t have on-premises servers or don’t use AD DS to manage local identities typically use cloud-only identity.

Microsoft Entra ID authenticates user credentials based on its stored user accounts and passwords.

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

Hybrid identity

A

Hybrid identity uses accounts that originate in an on-premises AD DS and have a copy in the Microsoft Entra tenant of a Microsoft 365 subscription

Organizations can choose between Microsoft Entra Connect Sync and Microsoft Entra Cloud Sync to provide the ongoing account synchronization.

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

Microsoft Entra Connect Sync.

A

An on-premises solution that runs on an on-premises server, checks for changes in the AD DS, and forwards those changes to Microsoft Entra ID.

features include password synchronization (known as password hash synchronization), device registration, and Active Directory Federation Services (AD FS) integration

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

Microsoft Entra Cloud Sync.

A

cloud-based solution that Microsoft hosts and manages in the Azure cloud. It only synchronizes user accounts, groups, and contact objects from on-premises Active Directory to Microsoft Entra ID.

for smaller organizations with simpler Active Directory environments.

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

Managed authentication

A

Microsoft Entra ID handles the authentication process. It either uses a locally stored hashed version of the password, or it sends the credentials to an on-premises software agent that authenticates them using the on-premises AD DS.

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

Federated authentication.

A

Microsoft Entra ID redirects the client computer requesting authentication to another identity provider. Good for SSO

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

Password hash synchronization (PHS).

A

Microsoft Entra ID performs the authentication itself. PHS enables users to use the same username and password that they use on-premises.

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

Pass-through authentication (PTA)

A

, Microsoft Entra ID has AD DS perform the authentication. This option is similar to password hash sync, but provides a simple password validation using on-premises software agents for organizations with strong security and compliance policies.

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

Directory synchronization

A

The synchronization of identities or objects (users, groups, contacts, and computers) between two different directories. For Microsoft 365 deployments, synchronization is typically between an organization’s on-premises Active Directory environment and Microsoft Entra ID

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

Microsoft 365 IdFix tool

A

identifies and fixes most of the object synchronization errors in Active Directory forests.

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

Source of authority

A

Source of authority transfers from Microsoft 365 to an organization’s on-premises directory service after an object is synchronized.

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

identity governance

A

to ensure the right people have the right access to the right resources at the right time.

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

Microsoft Entra Connect Health

A

provides robust health monitoring and a central location in the Microsoft Entra admin center to view this activity.

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

Microsoft Entra Connect Sync.

A

provisioning configuration is stored on the on-premises sync server. Provisioning also runs on the on-premises sync server.

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

Microsoft Entra Cloud Sync.

A

The provisioning configuration is stored in the cloud. Provisioning also runs in the cloud

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

Microsoft Entra Connect Sync must be installed on servers running Windows Server………

A

2016 or later. Microsoft recommends using Windows Server 2022

17
Q

Microsoft Entra Connect Sync in staging mode

A

set up in parallel to the active Microsoft Entra Connect Sync server. However, the staging server doesn’t perform any changes or synchronization to Microsoft Entra ID. It’s used for testing and validating configuration changes,

18
Q

SQL Server used by Microsoft Entra Connect Sync

A

By default, a SQL Server 2019 Express LocalDB (a light version of SQL Server Express) is installed. SQL Server Express has a 10-GB size limit that enables you to manage approximately 100,000 objects.

19
Q

Microsoft Entra Connect Sync Express setup

A

When an organization runs Express setup, Microsoft Entra Connect Sync deploys synchronization with the password hash synchronization (PHS) option. This option is for a single forest only.

20
Q

Organizations use the Entra Connect Customized Settings option for various reasons, including:

A

They have multiple forests.

They want to use single sign-on (passwords hash synchronization plus pass-through authentication), or just password hash synchronization, or AD FS (federation) for their sign-in option.

They use a non-Microsoft identity provider.

They have customized synchronization features, such as filtering or writeback.

21
Q

icrosoft Entra Connect Health

A

enables an organization to maintain a reliable connection to Microsoft 365 by using an agent that Microsoft Entra Connect Sync installs on the targeted servers.

Email notifications for critical alerts.

22
Q

Group managed service account (gMSA)

A

A gMSA is a managed domain account that provides:

automatic password management
simplified service principal name (SPN) management
the ability to delegate the management to other administrators.

23
Q

Cloud Sync: Firewall and proxy requirements

A

80 Downloads the certificate revocation lists (CRLs) while validating the TLS/SSL certificate.
443 Handles all outbound communication with the service.

24
Q

Cloud Sync: Verify the agent is installed

A

After finishing the prior task of installing the Microsoft Entra provisioning agent, you should still be on the Cloud sync | Agents page in the Microsoft Entra admin center.
Refresh this page by selecting the Refresh icon in your browser.
On the Cloud sync | Agents page, verify the agent you installed appears and that its Status is active

25
Configure Microsoft Entra Cloud Sync provisioning
On the Cloud sync | Agents page, at the top of the middle navigation pane, select Configurations. On the Cloud sync | Configurations page, select **+**New configuration on the menu bar at the top of the page. In the drop-down menu that appears, select AD to Microsoft Entra ID sync.
26
An organization can recover a deleted user object within ......
30 days.
27
Microsoft 365 admin center to recover deleted user objects
In the Microsoft 365 admin center, on the left navigation pane, select Users and then select Deleted users. On the Deleted users page, select the deleted user account that you want to recover, and then select Restore user on the menu bar. On the Restore page, select either Autogenerate password or Let me create the password. If you
28
Microsoft Graph PowerShell cmdlet to recover a user
: Restore-MgDirectoryDeletedItem.
29
Manually run a directory synchronization update.
With PowerShell, use the Start-ADSyncSyncCycle -PolicyType Delta cmdlet.
30
Password writeback
Users can change their passwords through the sign-in page or through user settings in Microsoft 365. With password writeback, the system writes the updated passwords back to the organization’s on-premises Active Directory.
31
Microsoft Identity Manager
elps organizations manage the users, credentials, policies, and access within their organizations and hybrid environments. primarily an on-premises solution,
32
When preparing your identity management servers for MIM, you must configure the following resources:
When preparing your identity management servers for MIM, you must configure the following resources: Windows Servers, SQL Server, and SharePoint Server.
33
To view any directory synchronization errors in the Microsoft 365 admin center,
On the Home page, select the User management card. On the User management card, select Sync errors under Microsoft Entra Connect to see the errors.
34
complete the following procedure to force a manual synchronization:
In the Synchronization Service Manager, on the Connectors page, select Actions in menu bar and then select Run. In the Run Connector window, in the Connector drop-down list, select the source directory.
35
Where can you create, modify, and desync custom user objects when directory synchronization is implemented?
Local AD Users and Computers in your on prem AD directory