Skip to content

Commit 83dd090

Browse files
authored
revise how to re-enable web parts
1 parent 15d5bef commit 83dd090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ To disable a specific web part you need to enter its GUID as the parameter: Amaz
619619
620620
You can enter in multiple GUIDs by using a comma to separate them. To view a list of disabled web parts, use Get-SPOTenant to get DisabledWebPartIds.
621621
622-
To reenable disabled web parts, use the Set-SPOTenant with the -DisabledWebPartIds parameter and corresponding GUIDs. To reenable all disabled web parts, use Set-SPOTenant -DisabledWebPartIds @().
622+
To re-enable some disabled web parts, use the Set-SPOTenant with the -DisabledWebPartIds parameter and corresponding GUIDs that you still want to keep disabling. To re-enable all disabled web parts, use Set-SPOTenant -DisabledWebPartIds @().
623623
624624
```yaml
625625
Type: Guid[]

0 commit comments

Comments
 (0)