Use PowerShell to get the MFA enabled or disabled status of Office 365 and Azure users and type of MFA used

Problem:

I wanted to use PowerShell to get the MFA enabled or disabled status of Office 365 and Azure users and type of MFA used, then output the results to a .csv file.

Continue reading “Use PowerShell to get the MFA enabled or disabled status of Office 365 and Azure users and type of MFA used”

Change files and folders to Title Case or start with a Capital Letter for each word using PowerShell

Problem:

I needed to change all files and folders within a directory to use title case so that words all started with capital letters using PowerShell

Continue reading “Change files and folders to Title Case or start with a Capital Letter for each word using PowerShell”