Powershell module to connect to all MS365 services and install required packages.
(c) by Matthias Fleschuetz https://github.com/blindzero/Connect-MS365
- #19 Azure CLI
- #9 Proxy Support
- #21 CSP connections support
- #23 user config files
- adding PSDeploy for Github and PSGallery release
- adding support for PSCore edition to support PowerShell 7
- removing support for service MSOL, AAD, SPO
- removed support for S4B (Skype4Business)
- config file in $env:LOCALAPPDATA\Connect-MS365\Connect-MS365.Config.psd1 for deffault user settings
- initializes automatically if not existing
- switch to re-initialize config if existing
Connect-MS365 -ReInitConfig
- config
DefaultUserPrinicipalName
to avoid UPN input, used by- EOL
- S4B
- SCC
- implementing Azure Pipelines
- splitting build tasks in separate files
- psakeFile depending on BHBuildEnvironment
- adding azure-pipelines.yml
- scope of installed powershell modules changed to 'CurrentUser'
- Fix AAD module installer
- #24 added Skype for Business option
- re-enabling code notary git signature check
- #15 Module Updater Comparing installed and available module version and prompt to update.
- #7 Support MS Azure Uses Az module and Connect-AzAccount
- Removed -MFA switch and Credential passing
All features from pre-release versions:
- #5 Adding support for Office365 Security & Compliance Center
- #6 Adding support for Azure ActiveDirectory (AzureAD, AAD) v2
- #2 Adding support for SharePoint Online service (SPO)
- Adding generated psm1 docs to docs dir in src
- #1 Adding support for MS Exchange Online service (EOL)
- Adding support for Microsoft Online service (MSOL) a.k.a. AzureAD v1
- Installs MSOnline module if not available
- correction SCC function unit test to SCC script (calles wrong script for test)
- Manifest tags compatible for powershellgallery.com upload by removing spaces
- removing Umlauts
- #5 Adding support for Office365 Security & Compliance Center
- #6 Adding support for Azure ActiveDirectory (AzureAD, AAD) v2
- correction SCC function unit test to SCC script (calles wrong script for test)
- #2 Adding support for SharePoint Online service (SPO)
- Adding generated psm1 docs to docs dir in src
- #3 Adding support for MS Teams service (Teams)
- Adding additional docs for Installation and Usage
- #1 Adding support for MS Exchange Online service (EOL)
- Manifest tags compatible for powershellgallery.com upload by removing spaces
- removing Umlauts
- Adding support for Microsoft Online service (MSOL) a.k.a. AzureAD v1
- Installs MSOnline module if not available