We are migrating user’s mailbox to cloud and we have script for that. We want to create a page on sharepoint and delegate access to the users that they can accept the terms and when they submit the request workflow trigger the script to move their mailboxes on cloud.
Is there any way through which we can trigger the powershell script through workflow?
Is this a good idea? Imagine loads of users simultaneously hitting ‘Agree’.Â
Instead you could update a flag in another management list (a sort of queue) and run a separate process that takes x items off the queue and migrates… Â This way you’re in control!
