exam questions

Exam MS-100 All Questions

View all questions & answers for the MS-100 exam

Exam MS-100 topic 3 question 49 discussion

Actual exam question from Microsoft's MS-100
Question #: 49
Topic #: 3
[All MS-100 Questions]

Your network contains an Active Directory domain named adatum.com that is synced to Microsoft Azure Active Directory (Azure AD).
The domain contains 100 user accounts.
The city attribute for all the users is set to the city where the user resides.
You need to modify the value of the city attribute to the three-letter airport code of each city.
What should you do?

  • A. From Active Directory Administrative Center, select the Active Directory users, and then modify the Properties settings.
  • B. From the Microsoft 365 admin center, select the users, and then use the Bulk actions option.
  • C. From Azure Cloud Shell, run the Get-MsolUser and Set-MSOluser cmdlets.
  • D. From Windows PowerShell on a domain controller, run the Get-AzureADUser and Set-AzureADUser cmdlets.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
AlfredHK
Highly Voted 5 years, 3 months ago
It is because the user was synced from on-premise domain, we need to modify the user attribute at on-premise domain.
upvoted 27 times
...
[Removed]
Highly Voted 4 years, 11 months ago
The user accounts are synced from the on-premise Active Directory to the Microsoft Azure Active Directory (Azure AD). Therefore, the city attribute must be changed in the on-premise Active Directory. You can modify certain attributes of multiple user accounts simultaneously by selecting them in Active Directory Administrative Center or Active Directory Users and Computers, right clicking then selecting Properties. The other three options all suggest modifying the city attribute of the users in the Azure Active Directory which is incorrect. Reference: https://blogs.technet.microsoft.com/canitpro/2015/11/25/step-by-step-managing-multiple-useraccounts- via-activ
upvoted 10 times
[Removed]
4 years, 10 months ago
Answer A
upvoted 7 times
donathon
4 years, 9 months ago
The user writeback preview feature was removed in the August 2015 update to Azure AD Connect. If you have enabled it, then you should disable this feature. https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-preview
upvoted 2 times
...
...
...
Amir1909
Most Recent 1 year, 4 months ago
A is correct
upvoted 1 times
...
Cebsiej_28
2 years, 10 months ago
There are several versions of this question in the exam. The question has two possible correct answers: 1. From Windows PowerShell on a domain controller, run the Get-ADUser and Set-ADUser cmdlets. 2. From Active Directory Administrative Center, select the Active Directory users, and then modify the Properties settings. Other incorrect answer options you may see on the exam include the following: 1. From the Azure portal, select all the Azure AD users, and then use the User settings blade. 2. From Windows PowerShell on a domain controller, run the Get-AzureADUser and Set-AzureADUser cmdlets. 3. From the Microsoft 365 admin center, select the users, and then use the Bulk actions option. 4. From Azure Cloud Shell, run the Get-ADUser and Set-ADUser cmdlets. Reference: https://docs.microsoft.com/en-us/powershell/module/addsadministration/set-aduser?view=win10-ps
upvoted 3 times
...
Cheekypoo
2 years, 10 months ago
Was in my exam today 05/08/22.
upvoted 1 times
...
Rudelke
2 years, 11 months ago
Selected Answer: A
While I vote A I'd rather use D. I get what they are asking for and why D is incorrect (azure commands from local domain) but there is nothing preventing you from using Azure PS module on domain controller.
upvoted 2 times
...
TechMinerUK
3 years ago
Selected Answer: A
A is correct as it is using Active Directory Administrative Center as whilst Powershell could also be used the commands specified in D are "Get-AzureADUser and Set-AzureADUser cmdlets" which will not work for administrating an on-prem AD
upvoted 1 times
...
charat
3 years ago
On Exam 05/22/22. Great qustion.
upvoted 2 times
...
jill44
3 years, 5 months ago
A&D both are correct, but for 100 users I go with D.
upvoted 1 times
Ibraheem
3 years, 2 months ago
I don't think D is correct, the command has GetAzureADuser which is a Cloud command and since the users are Synced users, the right command would have been GetADuser for on-premises.
upvoted 2 times
...
...
tf444
3 years, 6 months ago
A&C both are correct, however, for 100 users, C is more reasonable!
upvoted 1 times
...
JakeH
3 years, 7 months ago
In exam today
upvoted 3 times
...
lucidgreen
4 years, 3 months ago
B and C are targeting the wrong system. These are synced users (unless you use writeback). D uses the wrong command on a domain controller, unless you load the right module. A is the right console for the system. It will get the job done.
upvoted 9 times
Razuli
4 years, 2 months ago
always appreciate your comments lucidgreen
upvoted 3 times
...
...
lucidgreen
4 years, 4 months ago
It's A because the other answers are all Azure answers and they would get the job done for Azure users, but since they are synced, it's best to do it from the AD side, unless right-back is enabled. But still, one of these things is not like the others... That kind of helps to whittle it down.
upvoted 3 times
...
mkoprivnj
4 years, 6 months ago
A for sure!
upvoted 5 times
...
mikerss
5 years, 1 month ago
probably D would be a better option since the question specifies that 'all' 100 users need to have the change.
upvoted 5 times
pukke
5 years, 1 month ago
Not D. unless it says Get-ADuser and Set-ADuser rather than Get-AzureADUser & Set-AzureADuser. You need to modify on-premises AD accounts!
upvoted 10 times
...
...
Jokke71
5 years, 3 months ago
Is A correct ? Why is C not a correct answer ?
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 ...