Bulk Enable Teams Only Mode

Sharing this PowerShell Spell that will assist you in bulk migrating the users to Teams Only mode. Below are the requirements from our customer: Script should read userprincipalname from text file. Enable these users to Teams Only Mode. Option to Disable as well so that they can be changed back to ISlands mode if required. Report…

Parsing Emails thru flow (Reading Emails thru flow)

Ending February with Microsoft PowerAutomate(flow) Spell. One of our team reached us as they have a legacy vbscript that runs on a server (from many years) but now giving them issues. VB script is calling outlook and processing emails based on what it reads from message body. I suggested them that if they can share…

Export direct reports Attributes from List of Managers

New day, new PowerShell Magic…. One of the customer manger has contacted us  with the below requirement: Export particular attributes for Direct reports from multiple managers. Input will be provided via samacountnames of managers thru text file. Attribute List: Manager,FirstName, LastName, EmailAddress,Department, Location, Employeeid We have used PowerShell Active Directory Module to achieve this as…