exam questions

Exam MS-200 All Questions

View all questions & answers for the MS-200 exam

Exam MS-200 topic 3 question 9 discussion

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

You manage a Microsoft Exchange Server 2019 organization that has 3,000 users. Each user has a company-provided mobile device that uses Exchange
ActiveSync.
You discover that devices running a specific operating system version contain a bug that causes the excessive consumption of resources on the Exchange servers.
You need to prevent the devices from accessing email until the devices are updated.
Which cmdlet should you run?

  • A. Set-ActiveSyncDeviceAutoblockThreshold
  • B. Set-MobileDeviceMailboxPolicy
  • C. New-ActiveSyncDeviceAccessRule
  • D. Set-CasMailbox
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
References:
https://docs.microsoft.com/en-us/powershell/module/exchange/devices/new-activesyncdeviceaccessrule?view=exchange-ps

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
Sim_James_27
4 years, 8 months ago
New-ActiveSyncDeviceAccessRule -Characteristic DeviceOS -QueryString "iOS 6.1 10B145" -AccessLevel Block This example creates device access rules that blocks access for iPhones that are running iOS version 6.1.1. https://docs.microsoft.com/en-us/powershell/module/exchange/devices/new-activesyncdeviceaccessrule?view=exchange-ps
upvoted 1 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 ...