Topic 4: Misc. Questions

Your network contains an on-premises an Active Directory Domain Services (AD DS) domain. The domain syncs with a Microsoft 365 subscription by using Microsoft Entra Connect Sync.

You plan to create 300 new users. The details of the user accounts are saved in a Microsoft Excel spreadsheet

You need to automate the creation of the users. The solution meet the following requirements

: • The users must be able to access the resources in the Microsoft 365 subscription.

• The users must be able to access the resources on the on-premises network.

• Administrative effort must be minimized.

Which PowerShell cmdlets should you include in the solution?

A. New-MgUser and Get-Content

B. Set-HgUser and Import-CSV

C. Set-ADUser and Get-Content

D. New-ADUser and Import-CSV

D.   New-ADUser and Import-CSV

Explanation:
The scenario requires creating 300 new users who need access to both on-premises resources and Microsoft 365 resources. Since the environment syncs with Microsoft Entra Connect Sync, the users must first be created in on-premises Active Directory. The solution must automate the creation process from a CSV file (saved from Excel) with minimal administrative effort. The New-ADUser cmdlet creates users in on-premises AD, and Import-CSV reads the user details from the CSV file, which is the standard approach for bulk user creation.

Correct Option:

D. New-ADUser and Import-CSV

New-ADUser is the Active Directory module cmdlet used to create new user objects in on-premises AD DS. This is the correct cmdlet to create users that will later sync to Microsoft 365 via Microsoft Entra Connect.

Import-CSV is used to read the user details from the CSV file (exported from Excel), allowing the script to loop through each row and create users in bulk. Because the domain syncs with Microsoft Entra Connect, the users created in on-premises AD will automatically be synced to the cloud, providing access to both on-premises and Microsoft 365 resources.

Incorrect Option:

A. New-MgUser and Get-Content
New-MgUser is a Microsoft Graph PowerShell cmdlet used to create users directly in Microsoft Entra ID (cloud). This would create cloud-only users that do not exist in on-premises AD.

These users would not be able to access on-premises network resources because they are not in the local AD DS. This does not meet the requirement.

Get-Content is used to read raw text from a file, but it would not parse CSV structure efficiently. Import-CSV is the preferred cmdlet for reading structured data like CSV files.

Incorrect Option:

B. Set-HgUser and Import-CSV

Set-HgUser is not a valid PowerShell cmdlet for user management. This appears to be a typo or incorrect command. The correct cmdlets for user creation are New-ADUser (on-premises) or New-MgUser (cloud).

Import-CSV is correct for reading CSV data, but the use of an invalid cmdlet makes this option incorrect.

Incorrect Option:

C. Set-ADUser and Get-Content
Set-ADUser is used to modify existing AD users, not to create new ones. It cannot create new user accounts from scratch.

Get-Content is less efficient than Import-CSV for reading structured CSV data, as it would require manual parsing. The creation of users requires New-ADUser, not Set-ADUser.

Reference:

Microsoft Learn: New-ADUser (ActiveDirectory module)

Microsoft Learn: Import-CSV (PowerShell)

Microsoft Learn: Bulk create users in Active Directory

Microsoft Learn: Microsoft Entra Connect Sync overview

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have a Microsoft 365 tenant.

You have 100 IT administrators who are organized into 10 departments.

You create the access review shown in the exhibit. (Click theExhibittab.)



You discover that all access review requests are received by Megan Bowen.

You need to ensure that the manager of each department receives the access reviews of their respective department.

Solution: You set Reviewers toMember (self).

Does this meet the goal?

A. Yes

B. No

B.   No

Explanation:
The requirement is to ensure that the manager of each department receives and reviews the access of their respective department members. Currently, all review requests are going to Megan Bowen because the fallback reviewer is being used (likely because the managers are not set or the manager attribute is missing). Setting the reviewers to "Member (self)" would cause each IT administrator to review their own access, which does not involve department managers at all. This solution does not meet the goal.

Correct Option:

B. No

Setting reviewers to Member (self) would require each IT administrator to review their own role membership, not their manager. This does not address the requirement that department managers receive the reviews.

The goal requires department managers to review their direct reports. The "Manager" reviewer setting is the correct approach, but it is failing because the manager attribute is likely not populated or the fallback reviewer (Megan Bowen) is receiving all requests.

To resolve the issue, the managers' attributes must be correctly set in Microsoft Entra ID so that each department manager receives the reviews for their respective team members.

Reference:

Microsoft Learn: Create an access review of groups or applications

Microsoft Learn: Reviewers in access reviews

Microsoft Learn: Self-review of access in access reviews

Microsoft Learn: Manage access reviews in Microsoft Entra ID

You have a Microsoft 365 tenant.

The Azure Active Directory (Azure AD) tenant syncs to an on-premises Active Directorydomain. The domain contains the servers shown in the following table.



The domain controllers are prevented from communicating to the internet.

You implement Azure AD Password Protection on Server1 and Server2.

You deploy a new server named Server4 that runs Windows Server 2019.

You need to ensure that Azure AD Password Protection will continue to work if a single server fails.

What should you implement on Server4?

A. Azure AD Connect

B. Azure AD Application Proxy

C. Password Change Notification Service (PCNS)

D. the Azure AD Password Protection proxy service

D.   the Azure AD Password Protection proxy service

Explanation:
Azure AD Password Protection requires both the DC agent (installed on domain controllers) and the proxy service to function. The proxy service is responsible for communicating with Azure AD to download password policies and provide the global banned password list. To ensure high availability if a single server fails, you need to deploy the proxy service on a separate server (Server4) that has internet access, as domain controllers are prevented from communicating directly to the internet.

Correct Option:

D. the Azure AD Password Protection proxy service

The Azure AD Password Protection proxy service acts as the intermediary between on-premises domain controllers and Azure AD. It is responsible for downloading the global banned password list and communicating password validation requests to Azure AD.

Since the domain controllers (Server1 and Server2) are prevented from communicating directly to the internet, the proxy service must be installed on a server that has outbound internet access (Server4).

To ensure high availability and resilience against a single server failure, you should install the proxy service on Server4. This creates redundancy in the proxy service, ensuring that if one proxy server fails, the other can continue to handle requests.

Incorrect Option:

A. Azure AD Connect

Azure AD Connect is used for synchronizing identities from on-premises AD DS to Azure AD. While it may be installed on Server3, it is not responsible for password protection policy enforcement or proxy functionality.

Installing Azure AD Connect on Server4 would not help with Azure AD Password Protection high availability. It serves a different purpose.

Incorrect Option:

B. Azure AD Application Proxy
Azure AD Application Proxy provides secure remote access to on-premises web applications. It is not related to Azure AD Password Protection or password policy enforcement.

This service would not help ensure password protection continues to work if a server fails.

Incorrect Option:

C. Password Change Notification Service (PCNS)

PCNS is used to notify Azure AD about password changes for Active Directory Federation Services (AD FS) or Pass-through Authentication, allowing password writeback. It is not related to Azure AD Password Protection.

PCNS does not provide the proxy functionality required to download the banned password list or enforce password policies.

Reference:

Microsoft Learn: Azure AD Password Protection for on-premises

Microsoft Learn: Deploy Azure AD Password Protection

Microsoft Learn: Azure AD Password Protection proxy service

Microsoft Learn: High availability for Azure AD Password Protection

You have a Microsoft Entra tenant that contains three users named User1. User2, and User3.

You need to configure just-in-time (JIT) access to admin roles by using Privileged Identity Management (PIM). The solution must meet the following requirements:

• Ensure that User1 can use the User Administrator role without approval.

• Ensure that User2 can use the User Administrator role once User3 has approved the role request of User2.

What should you create first?

A. Conditional Access policies

B. security groups

C. administrative units

D. role assignments

D.   role assignments

Explanation:
Privileged Identity Management (PIM) requires role assignments to be configured before any just-in-time (JIT) access can be activated. To set up different activation requirements (such as requiring approval for User2 but not for User1), you must first create eligible assignments for both users to the User Administrator role. After the assignments are created, you can configure the specific activation settings (approval, MFA, etc.) for each assignment.

Correct Option:

D. role assignments

In PIM, the first step to enable JIT access is to create an eligible assignment for each user to the target role (User Administrator). This designates the user as eligible to activate the role.

Once the eligible assignments are created, you can configure the activation settings for each user—for example, enabling the approval requirement for User2's activation while leaving User1's activation approval-free.

Without the role assignments, you cannot configure any activation policies or approval workflows for the users.

Incorrect Option:

A. Conditional Access policies

Conditional Access policies enforce access controls like MFA, device compliance, or location restrictions during authentication. While they can be used in conjunction with PIM to enforce additional security, they are not required to configure JIT access or approval workflows.

Conditional Access policies are applied globally or to specific applications, not to individual PIM role activation settings.

Incorrect Option:

B. security groups

Security groups are used to manage group-based access and licensing, but they do not directly impact PIM role activation. While you can assign PIM roles to groups (using PIM for groups), this requires separate configuration and does not replace the need for role assignments.

In the context of this question, creating a security group would not enable JIT access or approval workflows for the User Administrator role.

Incorrect Option:

C. administrative units

Administrative units are used to scope role assignments to specific organizational units or departments. They restrict the permissions of a role to a subset of users or objects.

While administrative units can be used with PIM, they are not required to configure JIT access or approval requirements. The core requirement is to create role assignments first.

Reference:

Microsoft Learn: Assign eligible role permissions in PIM

Microsoft Learn: Configure role activation settings in PIM

Microsoft Learn: Approve or deny role activation requests in PIM

Microsoft Learn: What is Privileged Identity Management?

You have an Azure subscription that contains the resources shown in the following table.



The subscription contains the virtual machines shown in the following table.

Which identities can be assigned the Owner role for RG1, and to which virtual machines can you assign Managed2? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.




Explanation:
Azure RBAC roles (like Owner) can be assigned to any security principal, including managed identities, user accounts, groups, and service principals. In this scenario, both Managed1 and Managed2 are managed identities that can be assigned the Owner role at the RG1 resource group scope. Additionally, a system-assigned managed identity created on a virtual machine can also be assigned Azure RBAC roles, as it exists as a service principal in the tenant. For assigning Managed2 to virtual machines, a user-assigned managed identity can be assigned to any Azure VM regardless of its location or existing identity configuration, provided the VM supports managed identities.

Correct Option (Identities with Owner role):

Managed1, Managed2, VM1, and VM2 only

Managed1 is a user-assigned managed identity resource. It can be assigned the Owner role for RG1 because it is a security principal. Managed2 is also a user-assigned managed identity and can be assigned the Owner role for RG1.

VM1 has a system-assigned managed identity enabled. This system-assigned identity exists as a service principal in the tenant and can be assigned Azure RBAC roles directly.

VM2 also has a system-assigned managed identity enabled, so its identity can be assigned the Owner role.

VM3 is assigned Managed1 (a user-assigned managed identity). However, the question asks which identities can be assigned the Owner role, not which VMs. The identity assigned to VM3 is Managed1, which is already included. The VM3 itself (as a resource) does not have a separate identity beyond Managed1. Therefore, VM3 is not listed as an assignable identity because it uses Managed1, not its own separate system-assigned identity.

The Owner role is assigned to the identity (service principal), not to the virtual machine resource itself.

Correct Option (Virtual machines assigned to Managed2):

VM4 only

Managed2 is a user-assigned managed identity. To assign Managed2 to a virtual machine, the VM must support managed identities. Any Azure VM can be assigned a user-assigned managed identity, but it must be configured to do so.

VM4 currently has "None" for its identity, meaning it is not assigned any managed identity. You can assign Managed2 to VM4 because it has no identity yet.

VM1 has a system-assigned managed identity. While you could technically add a user-assigned identity alongside a system-assigned identity on the same VM, the question likely expects that the VM must have the capability to accept the assignment. However, VMs can have both system-assigned and user-assigned identities simultaneously. But based on the provided data, VM4 is the only one that currently has no identity, making it the only one you can assign Managed2 to without modifying existing configurations. If the question implies "assign Managed2 to" as in "the VM is currently assigned Managed2" or "can be assigned Managed2," then VM4 is the only logical choice because:

VM1 has system-assigned only.

VM2 has system-assigned only.

VM3 already has Managed1 assigned.

VM4 has none, so Managed2 can be assigned to it.

Reference:

Microsoft Learn: Managed identities for Azure resources overview

Microsoft Learn: Assign a managed identity access to a resource

Microsoft Learn: Manage user-assigned managed identities

Microsoft Learn: Azure built-in roles - Owner

You have an Azure subscription that contains two virtual machines named VM1 and VM2 and an Azure SQL managed instance named SQL1.

You need to ensure that VM1 and VM2 can retrieve data from SQL1. The solution must minimize administrative effort.

What should you create first?

A. a certificate

B. a shared access signature (SAS) token

C. a Microsoft Entra user account

D. a managed identity

D.   a managed identity

Explanation:
The scenario requires that two Azure virtual machines (VM1 and VM2) can retrieve data from an Azure SQL Managed Instance (SQL1) with minimal administrative effort. Managed identities provide an automatically managed identity in Microsoft Entra ID for Azure resources. By creating a managed identity and assigning it to the VMs, you can grant them access to SQL1 without managing credentials, certificates, or user accounts, significantly reducing administrative overhead.

Correct Option:

D. a managed identity

A managed identity in Azure provides an automatically managed service principal in Microsoft Entra ID for the Azure resources (in this case, VM1 and VM2). This identity can be used to authenticate to any service that supports Microsoft Entra authentication, including Azure SQL Managed Instance.

By creating a managed identity (system-assigned or user-assigned), you can grant the identity permissions to access SQL1 via role assignments. The VMs can then use this identity to retrieve data without storing any credentials (like usernames, passwords, or connection strings) in the code or configuration.

This approach minimizes administrative effort because the identity is managed by Azure, and you do not need to rotate or manage secrets, certificates, or user accounts.

Incorrect Option:

A. a certificate

A certificate can be used for authentication, but it requires manual creation, management, and periodic renewal. The certificate must be installed on both VMs and configured in SQL1. This introduces significant administrative overhead.

Additionally, certificates are not automatically managed by Azure and would require additional effort to handle expiration and rotation.

Incorrect Option:

B. a shared access signature (SAS) token

SAS tokens are used to grant access to Azure Storage resources (like blobs, queues, or tables), not to Azure SQL Managed Instance. SQL1 is a managed database service, not a storage account.

SAS tokens are also time-limited and require regeneration, which adds administrative effort. This option is not applicable to the scenario.

Incorrect Option:

C. a Microsoft Entra user account

A Microsoft Entra user account could be used to authenticate to SQL1, but this would require creating a dedicated user account and managing its credentials. The VMs would need to store the username and password or use a credential manager, which adds complexity.

Additionally, a user account is not tied to the lifecycle of the VMs and would need manual management, unlike a managed identity which is automatically managed.

Reference:

Microsoft Learn: What are managed identities for Azure resources?

Microsoft Learn: Use a managed identity to connect to Azure SQL

Microsoft Learn: Azure SQL Managed Instance with Microsoft Entra ID

Microsoft Learn: Manage identities for Azure resources

You have an Azure Active Directory (Azure AD) tenant that contains the users shown in the following table.



You plan to implement Azure AD Identity Protection.

Which users can configure the user risk policy, and which users can view the risky users report? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.




Explanation:
Azure AD Identity Protection requires specific administrative roles to manage risk policies and view risk reports. Configuring user risk policies requires elevated permissions typically held by Global Administrators, Security Administrators, and Conditional Access Administrators. Viewing the risky users report requires less privilege and is available to Security Administrators, Security Operators, and Global Administrators, among others.

Correct Option (Configure the user risk policy):

User1, User2, and User3 only

User1 has the Conditional Access Administrator role. This role can create and manage Conditional Access policies, including those that use Identity Protection signals (like user risk). Therefore, User1 can configure the user risk policy.

User2 has the Authentication Administrator role. This role has permissions to manage authentication methods and can also configure Identity Protection policies that are associated with authentication methods, including user risk policies.

User3 has the Security Administrator role. This role has full permissions to manage all security-related settings, including Identity Protection policies (both user risk and sign-in risk policies).

User4 has the Security Operator role. This role can view security reports and alerts but cannot configure policies. Therefore, User4 cannot configure the user risk policy.

Incorrect Option (View the risky users report):

User3 and User4 only

User3 (Security Administrator) can view the risky users report, as this role has read access to security reports.

User4 (Security Operator) can also view the risky users report, as this role is specifically designed for monitoring security, including viewing risk reports.

User1 (Conditional Access Administrator) can also view the risky users report because this role has read access to Identity Protection data. The report is available to Conditional Access Administrators as well.

User2 (Authentication Administrator) can also view the risky users report, as this role includes read access to Identity Protection reports.

Therefore, the correct set of users who can view the risky users report is User1, User2, User3, and User4 (all four users), not just User3 and User4.

Reference:

Microsoft Learn: What is Identity Protection?

Microsoft Learn: User risk policy in Identity Protection

Microsoft Learn: Sign-in risk policy in Identity Protection

Microsoft Learn: Administrator roles for Identity Protection

Microsoft Learn: Azure AD built-in roles - Conditional Access Administrator

Microsoft Learn: Azure AD built-in roles - Authentication Administrator

Microsoft Learn: Azure AD built-in roles - Security Administrator

Microsoft Learn: Azure AD built-in roles - Security Operator

You have a Microsoft Entra tenant named contoso.com that contains a group named Groupl. Groupl contains 50 users in your company's IT department and 50 users in your company's accounts department

You have a partner company that has a Microsoft Entra tenant named fabrikam.com.

You configure cross-tenant synchronization between contoso.com and fabrikam.com.

You need to sync the members of Group1 to fabrikam.com. The solution must meet the following requirements:

• Ensure that only the IT department users sync with fabrikam.com

• Minimize administrative effort.

What should you do in the Cross-tenant synchronization settings? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.




Explanation:
Cross-tenant synchronization allows you to automate provisioning of users from one Microsoft Entra tenant to another. To sync only specific members of Group1 (IT department users) while excluding others (accounts department), you need to apply a scoping filter. This filter evaluates user attributes (such as department) to determine which users are included in the synchronization scope. This approach minimizes administrative effort by automatically filtering users without needing to create separate groups.

Correct Option (For the configuration object):

Add a scoping filter.

A scoping filter is used to define which users from the source group (Group1) should be provisioned to the target tenant. By adding a scoping filter, you can specify that only users with a certain attribute value (e.g., department equals "IT") are synchronized.

This meets the requirement to sync only IT department users while excluding accounts department users.

Scoping filters are configured in the Cross-tenant synchronization settings under the attribute mapping section. This is the correct action to achieve the requirement with minimal administrative effort.

Incorrect Option:

From Expression builder, build an expression.

While expression builder is used to create custom expressions for attribute mapping, it is not the primary method for filtering users based on department. Scoping filters are specifically designed for this purpose.

Building an expression might be used to transform attribute values, but filtering users is better achieved through scoping filters.

Incorrect Option:

From Provision on demand, add Group1.

Provision on demand is used to test or manually trigger provisioning for specific users, but it does not configure the filtering logic. Adding Group1 to provision on demand would not apply a department-based filter.

This option does not meet the requirement for automatic filtering.

Incorrect Option:

From Users and Groups, and Group1.
While you specify the source group (Group1) in the configuration, this alone does not filter users by department. The "Users and Groups" selection simply defines the scope object. Without a scoping filter, all members of Group1 would be synced, including accounts department users.

Incorrect Option:

Add new attribute mappings.
Adding new attribute mappings defines how attributes are mapped from source to target, but does not filter which users are synchronized. This is used for transforming attribute values, not for scoping. Filtering requires a scoping filter, not a mapping.

Incorrect Option:

Modify the attribute mappings.
Modifying attribute mappings changes how specific attributes (like displayName or mail) are synchronized. This does not filter users by department. The requirement is to exclude a subset of users, which requires a scoping filter, not attribute mapping changes.

Reference:

Microsoft Learn: Configure cross-tenant synchronization

Microsoft Learn: Scoping filters for cross-tenant synchronization

Microsoft Learn: Attribute mapping for cross-tenant synchronization

Microsoft Learn: What is cross-tenant synchronization in Microsoft Entra ID?

You have a Microsoft Entra tenant that contains the users shown in the following table.



The tenant contains the identities shown in the following table.



Which users can create custom security attributes, and to which identities can the attributes be assigned? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.




Explanation:
Custom security attributes in Microsoft Entra ID are key-value pairs that can be used to store additional information about objects. To create these attributes, a user must have the appropriate role. The Attribute Definition Administrator role is specifically designed for this purpose, and Global Administrator also has full permissions. These attributes can be assigned to supported objects: users, service principals, managed identities, and security groups (as well as applications).

Correct Option (Can create custom security attributes):

User1 and User2 only

User1 has the Global Administrator role. Global Administrators have full permissions across the tenant, including the ability to create, edit, and delete custom security attributes.

User2 has the Attribute Definition Administrator role. This role is specifically designed to manage the definition of custom security attributes (create, update, delete).

User3 has the Security Administrator role. This role manages security-related configurations (such as Conditional Access, identity protection, and security policies) but does not have permissions to create custom security attributes.

Therefore, only User1 and User2 can create custom security attributes.

Correct Option (Custom security attributes can be assigned to):

Group1, Service1, and MI1

Group1 is a Security group. Custom security attributes can be assigned to security groups.

Service1 is a Service principal. Custom security attributes can be assigned to service principals.

MI1 is a Managed identity. Custom security attributes can be assigned to managed identities.

All three identity types support custom security attributes assignment, so the attributes can be assigned to Group1, Service1, and MI1.

Reference:

Microsoft Learn: Manage custom security attributes in Microsoft Entra ID

Microsoft Learn: Assign custom security attributes to objects

Microsoft Learn: Azure AD built-in roles - Attribute Definition Administrator

Microsoft Learn: Azure AD built-in roles - Global Administrator

Your network contains an on-premises Active Directory Domain Services (AD DS) domain that syncs user accounts with a Microsoft 365 E5 subscription. You need to ensure that on- premises account lockout policies are applied to Microsoft Entra sign-ins. What should you configure?

A. password hash synchronization

B. pass-through authentication

C. Microsoft Entra Cloud Sync

D. Microsoft Entra Seamless Single Sign-on (Microsoft Entra Seamless SSO)

B.   pass-through authentication

Explanation:
The requirement is to ensure that on-premises Active Directory account lockout policies are applied to Microsoft Entra sign-ins. This means when a user attempts to sign in to Microsoft Entra (cloud), the authentication attempt must validate credentials directly against the on-premises AD DS, where the lockout policies are enforced. Pass-through Authentication (PTA) validates user credentials directly against on-premises AD DS, ensuring that on-premises account lockout policies are applied to cloud sign-ins.

Correct Option:

B. pass-through authentication

Pass-through Authentication (PTA) validates user credentials directly against on-premises Active Directory domain controllers. When a user signs in to Microsoft Entra, the PTA agent passes the username and password to the on-premises AD DS for verification.

Because authentication occurs on-premises, all on-premises account policies—including account lockout policies (such as bad password count and lockout duration)—are enforced during cloud sign-ins.

This ensures that if an incorrect password is entered multiple times, the on-premises lockout policy will lock the account, affecting both on-premises and cloud access.

Incorrect Option:

A. password hash synchronization

Password Hash Synchronization (PHS) synchronizes a hash of the on-premises password to Microsoft Entra ID. Authentication is performed in the cloud against the synchronized hash, not directly against on-premises AD DS.

Because authentication occurs in the cloud, on-premises account lockout policies are not enforced. Cloud sign-ins use the cloud lockout policy (which is separate) and do not trigger on-premises lockouts.

Therefore, PHS does not meet the requirement.

Incorrect Option:

C. Microsoft Entra Cloud Sync

Microsoft Entra Cloud Sync is a lightweight synchronization agent that synchronizes users and groups from on-premises AD DS to Microsoft Entra ID. It is an alternative to Azure AD Connect for synchronization.

Cloud Sync does not handle authentication; it only handles synchronization. Authentication methods like PTA or PHS are separate configurations. Cloud Sync alone does not enforce on-premises lockout policies during cloud sign-ins.

Incorrect Option:

D. Microsoft Entra Seamless Single Sign-on (Microsoft Entra Seamless SSO)

Microsoft Entra Seamless SSO provides automatic sign-in for users on domain-joined devices. It works in conjunction with either PTA or PHS to provide a seamless experience.

Seamless SSO itself does not handle credential validation; it relies on the underlying authentication method (PTA or PHS). If configured with PHS, on-premises lockout policies are not enforced. Therefore, Seamless SSO alone does not meet the requirement.

Reference:

Microsoft Learn: Pass-through Authentication with Azure AD

Microsoft Learn: Account lockout with Pass-through Authentication

Microsoft Learn: Password hash synchronization with Azure AD

Microsoft Learn: Microsoft Entra Cloud Sync overview

Microsoft Learn: Microsoft Entra Seamless SSO

Page 3 out of 41 Pages