Copy Azure Security Group Members

By | November 16, 2022

Duplicate all members of one security group into another (unless they already exist) I needed to do this for reasons and got very bored of instructing people how to do it through the GUI outputting the members of one group then bulk importing them to the next so scripted it. I actually prefer the export… Read More »

Loading

Application Registration for accessing SharePoint

By | September 28, 2022

With the death of Basic Auth a lot of “Admin Scripts” doing…stuff are dead or dying. In https://www.matts-stuff.co.uk/2022/08/18/application-registration-for-accessing-mailboxes/ I went through using an app registration and Exchange App Access Policy to allow an app to send and receive as a single mailbox. The other thing people seem to want to do is manage files and… Read More »

Loading

Scripting in authentication methods for MFA

By | April 9, 2021

It appears that the method for scripting in phone authentication methods using the AzureAD powershell module (as detailed at https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-sspr-authenticationdata#set-and-read-the-authentication-data-through-powershell) no longer functions – it adds the phone numbe in AAD but does not set it as an authentication method. There is a note on the article: which basically seems to indicate that going forward… Read More »

Loading