Forum Discussion
escupham
Apr 21, 2020Iron Contributor
Allowing users to opt-in
In this Microsoft article, it was mentioned Microsoft created a form that allowed users who had not yet been upgraded to onboard earlier to the Teams-only policy. As long as those users were eligibl...
LinusCansby
Apr 21, 2020MVP
Not from Microsoft but this is how you can do it (done it for customers before):
Create a form in Microsoft Forms or use Sharepoint to get the input from the user that they want to opt-in. The question is probably something like "Do you want to switch to Teams now?". Or "When do you want us to schedule your migration to Teams?".
Then create a Flow in Power Automate that is triggered by this input, in Flow you take the data from the user input and start a script in Azure Automation. This script is a PowerShell script that do exactly what you want to do.
Read more about it here