david_a_thompson
My feedback
3 results found
-
73 votes19 comments · ShareGate migration tool Suggestions » 09- Tasks, Migration reports & Scheduled tasks · Admin →
Jean-Philippe Beaulieu responded
Hi everyone,
Since ShareGate Desktop now allow us to automatically export migration reports (and other reports) when a task is done to a SharePoint library, you may easily setup a Microsoft Flow or workflow to notify you when a task is over. If you need some inspiration, I wrote a blog post on how users can leverage Microsoft Flow to share reports by email: https://sharegate.com/blog/use-microsoft-flow-automatically-send-sharegate-desktop-reports
It’s not a native way to get notified, but a nice workaround you could use until we add official email notifications (if we do at some point).
Cheers,
An error occurred while saving the comment -
275 votes
This is not currently in our plan to allow our users to compare two environments.
We might do it in the future, possibly starting with permission as it seems like it would be the most useful part on security level.
david_a_thompson supported this idea ·
-
64 votes
Our stance still stand on this feature and we still wish to provide it to you guys eventually.
At this point this is more a question of priority and once we feel like our features to move to the cloud and other environnements are on point, we will get to this.
I was able to achieve this via powershell, using the same script they supply on site, import-document via csv. Send-MailMessage -From $From -to $To -Subject $Subject -Body $Body -SmtpServer $SMTPServer -port $SMTPPort –DeliveryNotificationOption OnSuccess}#>