exam questions

Exam MS-500 All Questions

View all questions & answers for the MS-500 exam

Exam MS-500 topic 1 question 75 discussion

Actual exam question from Microsoft's MS-500
Question #: 75
Topic #: 1
[All MS-500 Questions]

HOTSPOT -
Your company has a Microsoft 365 E5 subscription and a hybrid Azure Active Directory named contoso.com.
Contoso.com includes the following users:

You configure Password protection for Contoso.com as shown in the following exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Yes -
Note: The following considerations and limitations apply to the custom banned password list:
The custom banned password list can contain up to 1000 terms.
The custom banned password list is case-insensitive.
The custom banned password list considers common character substitution, such as "o" and "0", or "a" and "@".
The minimum string length is four characters, and the maximum is 16 characters.

Box 2: Yes -
The $ character is OK when it used instead of an S.

Box 3: No -
Reference:
https://docs.microsoft.com/en-us/azure/active-directory/authentication/tutorial-configure-custom-password-protection

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dakasa
Highly Voted 2 years, 10 months ago
Here, the answer will be N, Y, Y Audit mode is the default initial setting, where passwords can continue to be set. Passwords that would be blocked are recorded in the event log. After you deploy the proxy servers and DC agents in audit mode, monitor the impact that the password policy will have on users when the policy is enforced. https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-password-ban-bad-on-premises-deploy
upvoted 42 times
MaartenC
2 years, 10 months ago
there's two enforce statements in this config: one for custom banned passwords and one for Windows Server Active Directory. I think it's Y,Y,N since the mode on Windows Server AD is set to audit.
upvoted 1 times
MaartenC
2 years, 10 months ago
If you disable "enable password protection on Windows Server AD", the "mode" option is greyed out.. To me that linked the "mode" option specifically to windows server ad
upvoted 2 times
...
...
EzeQ
2 years, 9 months ago
Voted for Best reply
upvoted 2 times
...
Just2a
2 years, 8 months ago
Agreed to N,Y,Y First NO: Password protection only applies when the user changes his password, so in this case the user will not be prompted to change the password.
upvoted 1 times
...
msysadmin
2 years, 4 months ago
Agree, N,Y,Y. It is audit mode not yet enforced.
upvoted 2 times
...
...
Broesweelies
Highly Voted 2 years, 9 months ago
Pretty sure it is N N Y Let me explain: First NO: Password protection only applies when the user changes his password, so in this case the user will not be prompted to change the password. Second NO: The banned word can not be used and Password protection will change the dollar symbol to an S. For people saying the policy is in audit mode: Audit mode only applies when you enable on prem password protection. When you click 'no' for on prem password, this audit mode will be greyed out. For Azure AD this policy will be applied. Third YES: Password protection for on prem is in audit mode, so password can be changed to whatever.
upvoted 33 times
EM1234
2 years, 4 months ago
Do you have any documentation for you conclusion on user 2? I added a custom banned word in audit mode to my lab tenant which is AAD only and it allowed me to reset a fake user with that word. you say: Audit mode only applies when you enable on prem password protection. audit mode is the default for this policy and I add words and save it is not enforced. Please add a citation for your analysis.
upvoted 2 times
EM1234
2 years, 4 months ago
I tested it again with an 8 letter banned custom word and only added !1 at the end which should only be three points if being evaluated. The password saved successfully.
upvoted 1 times
...
...
...
RomanV
Most Recent 2 years ago
Why is Azure AD still rejecting weak passwords even though I've configured the policy to be in Audit mode? Audit mode is only supported in the on-premises Active Directory environment. Azure AD is implicitly always in "enforce" mode when it evaluates passwords. Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-password-ban-bad-on-premises-faq
upvoted 1 times
...
TrivediVivek78
2 years, 3 months ago
Correct Answer should be 1. No : as given policy applies when changing password not authenticating 2. No : tested in Lab environment and it fails to update the given password with this message ("Unfortunately, your password contains a word, phrase, or pattern that is banned by your organization. Please try again with a different password") 3. Yes : as the on-prem servers are not enforced
upvoted 1 times
...
lcaothu92
2 years, 3 months ago
The correct answer here should be N, Y, Y The key point here Audit mode "Audit mode Audit mode is intended as a way to run the software in a "what if" mode. Each Azure AD Password Protection DC agent service evaluates an incoming password according to the currently active policy. If the current policy is configured to be in audit mode, "bad" passwords result in event log messages but are processed and updated. This behavior is the only difference between audit and enforce mode. All other operations run the same." - First NO: Password protection only applies when the user changes his password, so in this case the user will not be prompted to change the password.
upvoted 1 times
...
JoeP1
2 years, 4 months ago
Audit mode only applies to On Premises AD. The documentation is here (under the question "Why is Azure AD still rejecting weak passwords even though I've configured the policy to be in Audit mode?"): https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-password-ban-bad-on-premises-faq
upvoted 2 times
...
yeti2390
2 years, 4 months ago
Shouldn't it be N, Y, Y? It is set to audit mode, i.e it's not actually enabled so the settings aren't enforced?
upvoted 1 times
...
rick001
2 years, 5 months ago
its quite simple.. 1 - only happens when he actually changes it.. not when authenticates. 2 - user2 is azure AD so policy is in effect but he changes it to C0NT0$0 - not contoso no effect there. So he can change it. 3 - User is on prem and the policy is in audit so he can do whatever. TL;DR 1 - N 2 - Y 3 - Y
upvoted 1 times
...
zerrowall
2 years, 6 months ago
N,N,Y Regarding User2, it's not possible to use the suggested password, because the following: 1. The sign "$" will be substituted to "s" during the normalization step of password evaluation. See here https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-password-ban-bad#step-1-normalization 2. In the normalized password "contosocontoso" there are two banned substrings "contoso", thus on the Score Calculation step the score will be 2. But for accepting a new password we need a score 5. So, User2 will not be able to change the password to suggested one. See here about scoring: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-password-ban-bad#score-calculation
upvoted 7 times
...
skycrap
2 years, 6 months ago
I go for NNY. See explanation of Broesweelies
upvoted 3 times
...
Wedge34
2 years, 8 months ago
Answer is N, N, Y
upvoted 7 times
...
Acbrownit
2 years, 8 months ago
N, y, y due to audit mode. Regarding the statement in the posted answer on limitations, there is no limit to password length in custom banned password list, so answer 3 is fine regardless of whether audit mode is enabled or not.
upvoted 2 times
...
MrDribble
2 years, 9 months ago
I believe it's N/Y/Y The key thing is (Audit) which will only monitor the passwords and thus will not use the banned password list. While there is password protection on Windows Server Active Directory - it's will require an agent to run on the server, which has its own requirements. You can't assume that this has been completed.
upvoted 7 times
Tanasi
2 years, 4 months ago
literally the only person that noticed that the policy is on audit mode only
upvoted 1 times
...
...
xyz213
2 years, 9 months ago
N/Y/Y This is a helpful link. The banned list doesn't just ban passwords 1:1. https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-password-ban-bad#how-are-passwords-evaluated
upvoted 3 times
xyz213
2 years, 9 months ago
Actually that makes it N/N/Y. C0NT0$0C0NT0$0 would get normalized to contosocontoso and only get 2 points out of 5.
upvoted 3 times
xyz213
2 years, 9 months ago
Unfortunatly I can't edit my comments.. After going over it again i think it is Y/N/Y But that assumes that "Password" is in the global banned password list. CoNtOsO.Password would be normalized to contoso.password -> 3/5 required points.
upvoted 2 times
ashkins
2 years, 9 months ago
You are in audit mode not enforced mode- https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-password-ban-bad-on-premises-operations#modes-of-operation
upvoted 1 times
...
...
...
...
Trainee2244
2 years, 10 months ago
N,Y,Y is right. why should User1 change the Password next time he signs in ? is the Password in the List ? No it isnt and the other users CAN change the desired Password if they want to.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...