Tagged Questions
1
vote
1answer
74 views
Can not turn of notifications (SP 2010)
I'm about to update 300 items in a list that I know lots of users are subscribing to (notification by email on every item update event). I've tried turn this off by using STSADM:
stsadm -o ...
1
vote
2answers
428 views
How can I get the job-immediate-alerts stsadm property setting to work?
Despite my running the following command:
stsadm -o setproperty -pn job-immediate-alerts -pv "Every 1 minutes between 0 and 59"
the immediate alerts timer job runs every five minutes.
What do I ...