Repair-SPOSite
Checks and repairs the site collection and its contents.
Syntax
Repair-SPOSite
[-Confirm]
-Identity <SpoSitePipeBind>
[-RuleId <Guid>]
[-RunAlways]
[-WhatIf]
[<CommonParameters>]
Description
The Repair-SPOSite
cmdlet runs one or all site collection health checks on the site collection and its contents.
This cmdlet will make changes if issues are found and automatically repairable.
The cmdlet reports the health check rules with a summary of the results.
The rules might not support automatic repair.
Tests without repair mode can be initiated by running the Test-SPOSite
cmdlet.
You must be at least a SharePoint administrator to run the cmdlet.
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at Intro to SharePoint Online Management Shell.
Examples
-----------------------EXAMPLE 1-----------------------------
Repair-SPOSite https://contoso.sharepoint.com/sites/marketing
This example runs all the site collection health checks in repair mode on the https://contoso.sharepoint.com/sites/marketing site collection.
-----------------------EXAMPLE 2-----------------------------
Repair-SPOSite https://contoso.sharepoint.com/sites/marketing -RuleID "ee967197-ccbe-4c00-88e4-e6fab81145e1"
This example runs the Missing Galleries Check rule in repair mode on the https://contoso.sharepoint.com/sites/marketing site collection.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Identity
Specifies the SharePoint Online site collection on which to run the repairs.
Type: | SpoSitePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-RuleId
Specifies a health check rule to run.
For example:
- "ee967197-ccbe-4c00-88e4-e6fab81145e1" for Missing Galeries.
- "befe203b-a8c0-48c2-b5f0-27c10f9e1622" for Conflicting Content Types.
- "a9a6769f-7289-4b9f-ae7f-5db4b997d284" for Missing Parent Content Types.
- "5258ccf5-e7d6-4df7-b8ae-12fcc0513ebd" for Missing Site Templates.
- "99c946f7-5751-417c-89d3-b9c8bb2d1f66" for Unsupported Language Pack References.
- "6da06aab-c539-4e0d-b111-b1da4408859a" for Unsupported MUI References.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-RunAlways
Displays a message that explains the effect of the command instead of executing the command.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |