group password change

Cornelius Ausborn 0 Reputation points
2023-01-30T17:36:08.9733333+00:00

we need to be able to initiate a group in azure to have all its users change their password on next login. additionally we need to make sure that the password has a strong password complexity. we cannot use M365 standard 8 character number letter policy.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,173 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bjoern Peters 8,901 Reputation points
    2023-01-30T17:52:38.5933333+00:00

    Hi Cornelius,

    My first thought would be to create a regular group, add all relevant users to that group and write a PowerShell Script which loops through all those users in that group and reset their passwords. ;-)

    Something like this:

    https://morgantechspace.com/2022/09/bulk-password-reset-of-microsoft-365-users-using-powershell.html

    I hope my answer is helpful to you,

    Your

    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!

    0 comments No comments

  2. Bjoern Peters 8,901 Reputation points
    2023-01-30T17:55:30.1066667+00:00

    Hi Cornelius,

    my first thought would be to create a regular group in the AAD, add all relevant users to it and write a PowerShell Script to loop through this group and reset every passwort.

    like this example

    https://morgantechspace.com/2022/09/bulk-password-reset-of-microsoft-365-users-using-powershell.html

    I hope my answer is helpful to you,

    Your

    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!

    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.