Skip to content

Commit 3fb1485

Browse files
committed
Learn Editor: Update New-SPOContainerType.md
1 parent c372ff3 commit 3fb1485

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOContainerType.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ In Example 4, the cmdlet creates a standard container type, ContosoLegal that ha
6666

6767
### Example 5
6868

69-
7069
```powershell
7170
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -IsArchiveEnabled $true
7271
```
7372

74-
In Example 5, the cmdlet creates a standard container type, ContosoLegal that support archive and reactivate actions on its containers.
73+
In Example 5, the cmdlet creates a standard container type, ContosoLegal that supports archive and reactivate actions on its containers.
7574

7675
## PARAMETERS
7776

@@ -115,8 +114,7 @@ Accept wildcard characters: False
115114
116115
> Applicable: SharePoint Online
117116
118-
Using -IsArchiveEnabled flag, you can start supporting archival and reactivation actions on containers. Archival moves the data in cold tier and offers cost saving benefit. While archived, the content becomes inaccessible and needs to be reactivated first. Reactivation is instantaneous within first 7 days of archival and may take up to 24 hours after that. When not passed, the value of this parameter is set to False and all the calls to archive and unarchive API will fail.
119-
117+
Use the `-IsArchiveEnabled` flag to enable archival and reactivation for containers. Archival moves data to the cold tier, reducing storage costs. While archived, content is inaccessible until reactivated. Reactivation is immediate within the first seven days and can take up to 24 hours afterward. If you don’t include this flag, the value defaults to `False`, and all archive and unarchive API calls fail. After you update the flag, allow up to 24 hours for the change to take effect in the consuming tenant.
120118

121119
```yaml
122120
Type: System.Boolean

0 commit comments

Comments
 (0)