exam questions

Exam 70-413 All Questions

View all questions & answers for the 70-413 exam

Exam 70-413 topic 1 question 238 discussion

Actual exam question from Microsoft's 70-413
Question #: 238
Topic #: 1
[All 70-413 Questions]

Which command sets the quota for members of the HelpDesk group to 100 objects?

  • A. dsadd quota -part dc=contoso,dc=com -qlimit 100 -acct cn=HelpDesk,ou=Users,dc=contoso,dc=com
  • B. dsget group cn=HelpDesk,ou=Users,dc=contoso,dc=com -part dc=contoso,dc=com ג€"qlimit ג€"qused
  • C. New-ADQuota -Part dc=contoso,dc=com -Quota 100 -Acct cn=HelpDesk,ou=Users,dc=contoso,dc=com
  • D. Set-ADQuota -Part dc=contoso,dc=com -Quota 100 -Acct cn=HelpDesk,ou=Users,dc=contoso,dc=com
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
The dsadd quota command is used to assign a quota to a security principal, either a user or a security group.
The dsget command can be used to determine the quota assigned to a security principal.
PowerShell cmdlets for managing Active Directory quotas are not yet available; dsadd quota should be used.
PowerShell cmdlets for managing Active Directory quotas are not yet available; dsadd quota should be used.

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
Currently there are no comments in this discussion, be the first to comment!
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 ...