Jump to main content

Archivierung | Office 365 Revisionssichere

Automatically move aged document revisions (>180 days) from active content database to an immutable, encrypted, compliance-ready archive without breaking version history links.

# Connect to PnP PowerShell Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/archive" $file = Get-PnPFile -Url "/sites/archive/Shared Documents/contract.pdf" -IncludeVersions $oldVersions = $file.Versions | Where-Object $_.Created -lt (Get-Date).AddDays(-365) office 365 revisionssichere archivierung

I understand you're asking about creating a feature for related to Office 365 revisions (likely version history/document revisions). Automatically move aged document revisions (&gt