SharePoint Site & File Archiving

Beyond version cleanup, a significant portion of SharePoint storage is consumed by inactive sites and large files (video, audio, CAD, backups) that could be archived to lower-cost tiers. SPO Version Management includes discovery and orchestration capabilities to identify, evaluate, and queue archive candidates — using official Microsoft APIs and Graph reports.

Orchestration model: Like all other operations, archiving workflows use official Microsoft APIs. The tool discovers candidates and orchestrates the archival process — it does not move or modify files directly. All operations go through the SharePoint platform’s native archiving mechanisms.


Why Archive?

Problem Impact
Inactive project sites consuming quota Direct cost: $0.20/GB/month for storage that delivers zero value
Large media files in document libraries Video/audio files with full version history consume disproportionate storage
Abandoned team sites from past initiatives Storage quota pressure forces unnecessary purchases
Files that haven’t been accessed in years Clutter for Microsoft Copilot — reduces AI result quality

Financial example: 500 GB of inactive content = $1,200/year in avoidable storage costs. That’s equivalent to ~3 Microsoft 365 Copilot licenses redirected to productivity.


Discovery Capabilities

1. Inactive Site Detection

SPO Version Management identifies archive candidates by analyzing:

# Import SAM inactive sites data for archive analysis
.\Import-SamInactiveSites.ps1

# Dashboard shows Archive Candidates tab with:
# - Sites sorted by last activity date
# - Storage consumed per inactive site
# - Potential savings from archival

2. Large File Discovery

The File Archive Search feature identifies storage-heavy files by extension group:

Category Extensions Typical Impact
Video .mp4, .avi, .mov, .wmv, .mkv Often 100MB–10GB per file, with version copies
Audio .wav, .mp3, .flac, .aac Recording archives consuming significant space
CAD/Engineering .dwg, .step, .stl, .rvt Large binary files with many versions
Archives .zip, .rar, .7z, .tar Backup archives that could move to cold storage
Disk Images .iso, .vhd, .vmdk Virtual machine files stored inappropriately
# Search for large files by extension across the tenant
.\Start-FileArchiveSearch.ps1

The GUI application provides an interactive search interface with:

3. SharePoint Advanced Management (SAM) Integration

If your organization has a SharePoint Advanced Management license (add-on to Microsoft 365), SPO Version Management can import the SAM Content Management Assessment report to enrich archive analysis with Microsoft’s own inactivity classification.

See the dedicated guide: SharePoint Advanced Management (SAM) Integration


Archive Workflow

Step 1: Discover Candidates

Run the archive analysis to build a prioritized list:

# Imports AllSites.json + optional SAM report → lightweight ArchiveAnalysis.json
.\Import-SamInactiveSites.ps1

Step 2: Evaluate in Dashboard

The Dashboard Archive tab provides:

Step 3: Queue for Archival

Select candidates and queue them for the archival process:

Step 4: Execute Archive

# Process the archive queue
.\Start-ArchiveWebsites.ps1

This orchestrates the native SharePoint archival operation for queued sites, with:


Microsoft Copilot Readiness

Archiving inactive content directly improves Microsoft Copilot results:


Financial Impact

Inactive Content Monthly Cost Annual Cost Action
200 GB $40 $480 Archive → $0 ongoing
1 TB $205 $2,460 Archive → $0 ongoing
5 TB $1,024 $12,288 Archive → reinvest in 34 Copilot licenses

SharePoint archived sites use Microsoft’s cold storage tier at significantly reduced or zero ongoing cost, depending on your licensing agreement.


Built on Official Microsoft APIs

All archiving operations use official, supported Microsoft mechanisms:

Operation API/Method Documentation
Site activity data Microsoft Graph getSharePointSiteUsageDetail Microsoft Learn
File search Microsoft Graph Search API Microsoft Learn
Site archiving SharePoint Online Management Shell Microsoft Learn
SAM reports SharePoint Admin Center export Microsoft Learn

Discover How Much Inactive Content Is Costing You

Run the archive analysis to identify inactive sites and large files consuming your storage budget. Non-destructive — discovery only. See results in the Dashboard with estimated savings in USD.

Download Free — Start Discovery