Powershell container with Office 365 modules preinstalled primarily to manage Microsoft Teams
615
A PowerShell Module, that includes a collection of scripts to expand on Managing Microsoft Teams with PowerShell.
Using docker is the simplist and easiest method to use teams as the only prerequisite is to install docker engine. By using TeamsTools within a docker image everything comes pre-install, built from the latest official images, and latest modules from PowerShell Gallery.
docker pull shanehoey/teamstools
docker run -it shanehoey/teamstools
The Teams tools module can also be installed in your local PowerShell via PowerShell Gallery.
If you choose this method of installation, you will also require to install the prequisite powwershell modules including :
install-module -name TeamsTools
Content type
Image
Digest
Size
281.6 MB
Last updated
over 5 years ago
docker pull shanehoey/teamstools