
Answer-first summary for fast verification
Answer: Configure the default password policy in Azure AD to enforce strong passwords and regular password changes for all users.
Option C is the correct answer. Configuring the default password policy in Azure AD allows for the enforcement of strong passwords and regular password changes for all users in a consistent manner. This approach is more efficient and scalable than manually enforcing the policy or using custom scripts. While third-party password management solutions can also be used, they may require additional configuration and may not provide the same level of integration and enforcement as the default password policy in Azure AD.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your organization has a requirement to implement a password policy that enforces strong passwords and regular password changes for all users in Azure AD. You need to ensure that the password policy is consistent and enforced across all users. What approach should you take to achieve this?
A
Manually enforce the password policy for each user through the Azure portal.
B
Create a custom script using the AzureAD module in PowerShell to enforce the password policy for all users.
C
Configure the default password policy in Azure AD to enforce strong passwords and regular password changes for all users.
D
Use a third-party password management solution to enforce the password policy for all users.