Connect MS365 Versions Save

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

v1.3.9

3 years ago

ReleaseNotes Connect-MS365

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

(c) by Matthias Fleschuetz https://github.com/blindzero/Connect-MS365

ToDos / Wishlist

  • #19 Azure CLI
  • #9 Proxy Support
  • #21 CSP connections support
  • #23 user config files
  • adding PSDeply for Github and PSGallery release

v1.3.0

New Features

  • 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

Changes

  • 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'

Fixes

  • Fix AAD module installer

v1.2.0

4 years ago

Connect-MS365 v1.2.0

👋 Hi there, the first feature update release is out! Please share your Feedback, create Issues or raise your your Questions at our GitHub Issues.

New Features

  • #24 added Skype for Business option (credits to RasmusAaen)

Changes

  • re-enabling code notary git signature check

Fixes

Documentation

v1.1.0

4 years ago

Connect-MS365 v1.1.0

👋 Hi there, the first feature update release is out! Please share your Feedback, create Issues or raise your your Questions at our GitHub Issues.

New Features

  • #15 Module Updater Comparing installed and available module version and prompt to update.
  • #7 Support MS Azure Uses Az module and Connect-AzAccount

Changes

  • Removed -MFA switch and Credential passing.

Fixes

  • #18 Service parameter not accepting multiple services

Documentation

v1.0.0

4 years ago

Connect-MS365 v1.0.0

👋 Hi there, the first release version is out there. Please share your Feedback, create Issues or raise your your Questions at our GitHub Issues.

New Features

  • #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)
  • #12 Adding generated psm1 docs to docs dir in src
  • #4 -Service parameter values can be list of multiple values given
  • #1 Adding support for MS Exchange Online service (EOL)
  • #3 Adding support for Microsoft Online service (MSOL) a.k.a. AzureAD v1
  • Installs MSOnline module if not available

Fixes

  • 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

Documentation