Forum Discussion
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 eligible, the policy was automatically changed within 15 minutes of their request.
Could someone at Microsoft share more details on the Form, like what questions were asked?
1 Reply
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