Office 365 Revisionssichere Archivierung Today

Meet strangers that prefer chatting with other strangers online.


Stranger chat with over 500K monthly active users from around the planet to chat with. Thousands of possible matches.

Join Chat

Office 365 Revisionssichere Archivierung Today

# 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)

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

Secure Revision Archiving for Office 365 office 365 revisionssichere archivierung

foreach ($version in $oldVersions) # Download binary content $content = $version.OpenBinaryStream() office 365 revisionssichere archivierung