I need a solution
Needs: I would like to create a task/job which basically grants admin right for a day(24HR) and removes it automatically after day(24Hr)
What we have currently: We have two seperate task one is to grant admin right and second one is to revoke admin rights, so what we are doing currenlty is first we run task to grant admin right and next day we run second task to revoke admin rights
Looking for ideas on how to just run one task/job which takes cares of both granting admin rights and removing admin rights with delay of 24hr period?