Force password reset as set on AD to cloud access

Lesther Escobar 0 Reputation points
2024-11-18T19:03:05.6766667+00:00

How can we enforce password resets for domain users who primarily access cloud services and infrequently, if ever, log in to domain-joined devices? While we've implemented AD-based password expiration policies, we're encountering challenges in ensuring that users who primarily interact with cloud services are complying with these policies. Given our hybrid AD/AAD environment, what strategies can be employed to effectively mandate password resets for these users?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,684 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,314 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andy David - MVP 149.8K Reputation points MVP
    2024-11-18T19:06:25.65+00:00

  2. Thameur-BOURBITA 33,571 Reputation points
    2024-11-19T23:32:41.9433333+00:00

    Hi @Lesther Escobar

    If you sync the password from on-premise to Entra ID, You should set the same value on Maximum password age (password expiry duration) on active directory and Entra ID.

    In Entra by default it's 90 days if the tenant created before 2021 and you can adjust it by using the following command

    Update-MgDomain
    

    For more information please refer to the following link :

    Microsoft Entra password policies

    Property Requirements
    Password expiry duration (Maximum password age) Default value: 90 days. If the tenant was created after 2021, it has no default expiration value. You can check current policy with Get-MgDomain. The value is configurable by using the Update-MgDomain cmdlet from the Microsoft Graph module for PowerShell.
    Password expiry (Let passwords never expire) Default value: false (indicates that passwords have an expiration date). The value can be configured for individual user accounts by using the Update-MgUser cmdlet.

    Please don't forget to accept helpful answer


    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.