Skip to content

Commit 23cc80a

Browse files
Merge pull request #31207 from trent-green/docs-editor/archive-manage-1774470492
Update archive-manage.md
2 parents 65f2993 + c46c479 commit 23cc80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-365/archive/archive-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To control which sites can use file-level archive, admins have three PowerShell
8888
Set-SPOTenant -AllowFileArchiveOnNewSitesByDefault $true
8989
```
9090
91-
Admins can also utilize PowerShell to view usage of file-level archive. [SharePoint Administrators](/entra/identity/role-based-access-control/permissions- reference#sharepoint-administrator) or [Global Administrators](/entra/identity/role-based-access-control/permissions-reference#global-administrator) can see how much total storage is consumed by file-level archiving for a given site. The '*ArchivedFileDiskUsed*' property of the ***Get-SPOSite*** cmdlet indicates the storage consumed by all archived files on that site in bytes.
91+
Admins can also utilize PowerShell to view usage of file-level archive. [SharePoint Administrators](/entra/identity/role-based-access-control/permissions-reference#sharepoint-administrator) or [Global Administrators](/entra/identity/role-based-access-control/permissions-reference#global-administrator) can see how much total storage is consumed by file-level archiving for a given site. The '*ArchivedFileDiskUsed*' property of the ***Get-SPOSite*** cmdlet indicates the storage consumed by all archived files on that site in bytes.
9292
9393
```PowerShell
9494
Get-SPOSite -Identity <site_url>

0 commit comments

Comments
 (0)