OfficeDev / O365-InvestigationTooling

MIT License
574 stars 360 forks source link

Set up all scripts to work from docker #56

Open 007 opened 5 years ago

007 commented 5 years ago

Since Microsoft publishes a docker image for powershell, all of these scripts should be set up to work that way.

This will allow you to support all platforms, and you can add things like MFA support without worrying about external dependencies. Trying to run something as simple as EnableMailboxAuditing from not-Windows gave me three different problems: 1) Need to install powershell 2) Need 5.x instead of 6.x because Out-Gridview is broken 3) Need to add an MFA plugin

Building and packaging these in docker would solve all of those.