get-childitem -Path "D:\Backup\SiteCollection" |
where-object {$_.LastWriteTime -lt (get-date).AddDays(-5)} |
remove-item -Force -Recurse
where-object {$_.LastWriteTime -lt (get-date).AddDays(-5)} |
remove-item -Force -Recurse
The main objective of this post is to provide detailed configuration steps on how to set up SAML Authentication for SharePoint 2013/2016 w...
No comments:
Post a Comment