So just at the moment I’m developing some custom policy resources for an Information Management retention/expiration solution for a client, and in the midst of testing I discover that some content items aren’t expiring as they should. Why I Loved Powershell Today #1 I needed to check the values of some columns on content items … Continue reading SharePoint: This is Why I Loved Powershell Today
SharePoint: Changing Alerts and Information Management Policy Schedules
I keep forgetting these 2 very handy STSADM commands; To change the schedule which SharePoint uses to send Email Alerts; stsadm -o setproperty -propertyname job-immediate-alerts -url http://{server url} -propertyvalue “every 1 minutes between 0 and 59” To change the SharePoint Information Management Policy schedule; stsadm -o setpolicyschedule -schedule “every 1 minutes between 0 and 59
Attaching an Information Management Policy to a Content Type using Feature Activation
An MSDN article demonstrating how to attach an Information Management Policy to a content type using a feature receiver.