Mailbox Calendars Permissions For All Users

Following power shell commands can be used to get a list of all Exchange user's mailbox calendar permissions. Output will list all users along with the users that have permission to their calendars and also permission level. $Mailboxes = (get-mailbox -database dbname) $Mailboxes | ForEach {Get-MailboxFolderPermission -Identity “$($_.alias):\Calendar” | Select User, Identity, AccessRights} You can... Continue Reading →

Adding Phone Number To Teams

Recently, we have had issues where we were setting up Apple enrolments on Microsoft Intunes which requires an Apple ID which requires an email address and phone number to verify the identity. Engineers were using their personal phone numbers and when the cert expires after a year, we run into an issue if that Engineer... Continue Reading →

Create a website or blog at WordPress.com

Up ↑