blindzero / Connect-MS365

Powershell module to connect to all MS365 services and install required modules or packages.
MIT License
27 stars 8 forks source link
aad azure azure-active-directory azure-ad exchange-online microsoft-azure microsoft-office365 microsoft-online microsoft-teams msol office-365 office365 sharepoint-online skype-for-business skype-for-business-online skype4b spo teams

PowerShell Gallery Version (including pre-releases) PowerShell Gallery

Build and Compile Master

GitHub milestone GitHub pull requests GitHub issues GitHub closed issues

Connect-MS365

Powershell module to connect to all MS365 services and install required modules or packages.

Purpose

Did you ever the experience that it's complicated to deal with multiple of the different Microsoft cloud-based services and have to remember the specific modules to add, commands to use to connect? So did I and found myself always looking them up again and again, especially for those used more rarely.

That's all what this module is about: it delivers one central CmdLet function which can be executed to connect to one or many of Microsoft's services and you don't have to care about the single service connection commands. Additionally it checks and installs the right modules or packages if necessary.

It is inspired by Connect-Office365 by Bradley Wyatt which I found and used for a while. As it wasn't published it was something I had to keep and distribute again and again. Additionally I wanted to add some advanced functions like installing and updating the dependant Microsoft modules.

Limitations

Unfortunately, adding PowerShell Core support (a.k.a. PowerShell 7) brought some limitations for supported Microsoft 365 services as the required modules do not support PowerShell Core. Following Microsoft 365 services are NOT supported when using PowerShell 7 / PowerShell core:

Documentation

See the docs directory for full documentation.

License

Connect-MS365 is licensed under terms of GNU Lesser General Publice License (LGPL) v3.0. For further information see LICENSE file.

Contribute

As this is my pretty first public PS module project I share, please feel free to comment, feedback and contribute to this.

Environment

I use the following toolstake to develop and distribute this module:

For further details please see 03-CONTRIBUTE

Maintainer