Tuesday, October 11, 2022

Double-Booking cmdlet and Scripting

You want to check for double-bookings and inform users on a regular basis without running scripts yourself?

Sure -- a really good tutorial is here: How to schedule PowerShell scripts

https://techgenix.com/how-to-schedule-powershell-scripts/

We're not re-inventing the wheel on this one, folks.

When you have the script and cmdlet working you can either:

  1. Invoke it manually whenever you want.
  2. Set up a timer to automate it (see above)
    1. Paranoid?  Run every four hours
    2. Less paranoid?  How about every day?
    3. Mellow?  Every week.

 


No comments: