Room Mailboxes Calendar Permissions Report

Hi All, Recently we have a requirement to get the report on permissions for all Room mailboxes calendar. We want to know who has the permissions to book the rooms directly. This script is also a good example of switch case 🙂 You can also modify the code line below at the beginning of the…

Import to SQL Table from CSV

Hi All, Sharing a Powershell method to import CSV to sql table, I am attaching the example CSV as well. First step is to create the Header in SQL table same as in CSV that needs to be Imported. I am sharing the example that I have followed for demonstration of this script: Download the Script…