You are the Office 365 Administrator for your company. You manage SharePoint Online for an Office 365 tenant.
The site collection administrator receives an email message reporting that the resource usage reaches the warning level .
you need to increase the resource quota for the site collection .
which windows powershell cmdlet should you run?
A.
SET-SPOSITEGROUP
B.
SET-SPOTENANT
C.
SET-SPOSITE
D.
SET-SPOUSER
E.
NEW-SPOSITEGROUP
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -ResourceQuota 0 -StorageQuota 15000
Example 2 updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to 15000 megabytes and the resource quota is updated to 0 megabytes.
https://technet.microsoft.com/en-us/library/fp161394.aspx
Answer is
C.
SET-SPOSITE
Agree
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -ResourceQuota ### -StorageQuota ###
updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to ### megabytes and the resource quota is updated to ### megabytes.
https://technet.microsoft.com/en-us/library/fp161394.aspx
Just to let you know I passed the exam following these questions however there was a good 50% of the exam which was not mentioned in these questions. This site really helps with the exams but in the case of this exam there is alot of additional study required.