How to Enable the Defualt alerts in SharePoint 2013 using PowerShell

Note: SharePoint 2010 and 2013 following jobs ar the responsible for email alerts.
 
Job-immediate-alerts
Job-daily-alerts
Job-weekly-alerts
  • Start your windows PowerShell on your computer.
  • Right click and select Run as administrator option.
  • Paste the below script on the PowerShell window and click the enter button.
  • Check your SharePoint site Feature will activated successfully.
Enable the Immmediate alerts in SharePoint ,
  1. stsadm -o setproperty -propertyname job-immediate-alerts -propertyvalue "every 5 minutes" -url  "http://gauti.sharepoint.com/sites"  
Enable the daily alerts in SharePoint ,
  1. stsadm -o setproperty -propertyname job-daily-alerts -propertyvalue "every 5 minutes" -url  "http://gauti.sharepoint.com/sites"  
Enable the weekly alerts in SharePoint ,
  1. stsadm -o setproperty -propertyname job-weekly-alerts -propertyvalue "every 5 minutes" -url  "http://gauti.sharepoint.com/sites"  
Run the script with the required administrator privilege. To verify that, Check the output window. Thanks for reading my blog.Hope you have enjoyed this..
Ebook Download
View all
Learn
View all