Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Set up all scripts to work from docker #56

Open
007 opened this issue Apr 25, 2019 · 1 comment
Open

Set up all scripts to work from docker #56

007 opened this issue Apr 25, 2019 · 1 comment

Comments

@007
Copy link
Contributor

007 commented Apr 25, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@007 and others