exam questions

Exam MS-200 All Questions

View all questions & answers for the MS-200 exam

Exam MS-200 topic 1 question 36 discussion

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

You have a Microsoft Exchange Server 2019 organization that contains multiple servers. The Exchange organization contains a server named EX01. EX01 contains a mailbox database that uses 200 GB of disk space.
You run the following commands on EX01.

You need to reclaim the available disk space on EX01.

  • A. From Exchange Management Shell, run the Remove-MigrationBatch cmdlet and specify the Force parameter.
  • B. From a command prompt, run the eseutil.exe /R EX01 command.
  • C. From Exchange Management Shell, run the Remove-Item cmdlet and specify the Path parameter.
  • D. From Exchange Management Shell, run the Remove-StoreMailbox cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/mailbox-databases-and-servers/remove-storemailbox?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
ajkbond
4 years, 9 months ago
C is answer, you cannot purge from database its already deleted. The Remove-MailboxDatabase cmdlet removes only the database object from Active Directory. It doesn't remove the physical database files. You must remove the database files manually after you run the Remove-MailboxDatabase cmdlet.
upvoted 1 times
...
xtsouk
4 years, 12 months ago
Database DB01 is already removed from AD, so the only thing you have to do, to reclaim disk space, is to delete the files (remove-item). I believe the correct answer is A.
upvoted 1 times
...
ly01
5 years, 1 month ago
The correct answer is C. The question asks to reclaim disk space, not to purge the mailboxes from DB
upvoted 3 times
empperador
5 years ago
D is the correct answer, when you move the mailboxes from DB01 to DB02, they go into soft deleted state in DB01, then when Remove-StoreMailbox is run DB01 is purged and reclaims available space.
upvoted 4 times
...
hitmk5
4 years, 11 months ago
C is correct, database is already deleted so all other options don't make any sense.
upvoted 2 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 ...