I need to do the following in our existing SharePoint 2013 server:
"Create a timed job that reviews rows in a list
- Send an email notification to a user based on logic
- Update the list
- Add/remove the users to an AD group "
As per this article it looks like "Server object model" is the way to go for this: https://msdn.microsoft.com/EN-US/library/office/jj164060.aspx#ServerOM
However currently I do not have a SharePoint installation on my development machine (Windows 7 Professional, 32 bit, 4 GB RAM).
I think it is possible to use SharePoint Client object model to achieve what is needed.
Anything I need to look out for here?