Office 365 Revisionssichere Archivierung ((full)) -
I understand you're asking about creating a feature for related to Office 365 revisions (likely version history/document revisions).
# Upload to Azure Blob with immutable policy $blobName = "contract_v$($version.VersionLabel)_$($version.Created.ToString('yyyyMMdd')).pdf" az storage blob upload --account-name securearchive --container-name revisions ` --name $blobName --content "$content" ` --immutable-policy-period 10y Here’s a product requirement summary : office 365 revisionssichere archivierung
# 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) I understand you're asking about creating a feature
Comments
Review of Hey Warrior Kids!: Put On Your Armor! — No Comments
HTML tags allowed in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>