Microsoft
70-332 · Question #75
70-332 Question #75: Real Exam Question with Answer & Explanation
Sign in or unlock 70-332 to reveal the answer and full explanation for question #75. The question stem and answer options stay visible for context.
Maintain a SharePoint environment
Question
You need to upgrade the appropriate site collections. Which two sets of Windows PowerShell cmdlets should you run? (Each correct answer presents part of the solution. Choose two.)
Options
- A$wa = Get-SPWebApplication https://teams.proseware.com and $wa.SiteUpgradeThrottleSettings. AppPoolConcurrentUpgradeSessionLimit = 10
- B$db = Get-SPContentDatabase "sp_content_teams_productdev" and $db.ConcurrentSiteUpgradeSession Limit = 40
- C$wa = Get-SPWebApplication https://teams.proseware.com/productdev and $wa.SiteUpgradeThrottleSettings. AppPoolConcurrentUpgradeSessionLimit = 10
- D$wa = Get-SPWebApplication https://teams.proseware.com and $wa.SiteUpgradeThrottleSettings = 10
- E$db = Get-SPContentDatabase "sp_content_teams_productdev" and $db.ConcurrentSiteUpgradeSessionLimit = 20
- F$db = Get-SPContentDatabase "sp_content_teams_productdev" and $db.SiteUpgradeThrottleSettings. AppPoolConcurrentUpgradeSessionLimit = 20
Unlock 70-332 to see the answer
You've previewed enough free 70-332 questions. Unlock 70-332 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#site collection upgrade#throttle settings#PowerShell#upgrade management