The A-Z Guide to Being an Architect is a very good article. I think every developer who has vision to become an Architect should read this article. Read the article from below link.
Error : Task Scheduler - This task requires that the user account specified has Log on as batch job rights
In one of the production environment, we were running with low disk space problem because of the logs. To cleanup the old logs created a task within the scheduler and have specified "Run whether use is logged on or not". The user account we used was the system logged on user. The task was running fine, after few months as a security policy the password expired. Since the old password expired we had to apply the new password for the task also, but this time we decided to create a new account specifically for the task scheduler with password never expire option. While setting up the new user account and password, run into the below issue: "The task required that the user account specified has log on as batch job rights" To fix the issue follow below steps: From Run type "secpol.msc /s" and enter, the local security policy snap in will open. Select "Local Policies" in MSC snap in Select "User Rights Assignment" Righ...