Use this script for Migrations and on-premises Active Directory maintenance. Check a user account, as read from a list of accounts, for several attribute properties. These attributes are usually checked during a migration to a cloud provider, but they can be...
Modify the O365 Mailbox Calendar sharing for a single individual or the entire organization. Very handy to allow everyone to see a single calendar or everyone’s calendar. Technical Details The provided script performs the following tasks: Retrieves a list of user...
Use this script to check user group and move user to new group. The typical use case is: when you want to assign licensing based on group without assigning it dynamically. Technical Details This PowerShell script performs the following actions: It retrieves the...
The script is designed to check an Exchange Server for different types of system or non-primary mailboxes and display their details on the console. It also exports the results to a CSV file named “DisabledList.csv” in the directory. Let’s break down...
I use this script to figure out what account have expired and or last password change/login date. This helps determine if account are abandoned or not. Great for large migration planning. In summary, the script collects information about AD users, including their...