For instance to execute a powershell script that enable MFA for all member in that group?
Hello Samuel,
Yes, it is possible. For example, you can use a scheduled task like the following:
We're delegating admin rights to our various IT departments, only giving them access over their stuff under their OUs. They're missing the option to see the group membership ... on user's management history, is there another approach that I'm not aware of?
I am wanting to export a list of users including the properties of a specific custom attribute. Ideally, I would be able to run a get-admuser and filter on a custom attribute, but even an excel report with the custom attributes would work. Is this possible?
I find it's a good idea to have backups of a user's group membership when they depart so I'd like to be able to do this.
Hi All, I am looking for a script i can use in adaxes, that removes all delegates for an exchange O365 mailbox, and reset their MFA tokens as well. I ... ($mailbox.Identity)" } } } # Disconnect from Exchange Online Disconnect-ExchangeOnline -Confirm:$false
We get Sharepoint Online requests for access to sites/folder/content. Is there a way to automate this task?