Skip to content

Latest commit

 

History

History
130 lines (82 loc) · 3.46 KB

RELEASENOTES.md

File metadata and controls

130 lines (82 loc) · 3.46 KB

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 PSDeploy for Github and PSGallery release

v2.0.0

New Features

  • adding support for PSCore edition to support PowerShell 7
    • removing support for service MSOL, AAD, SPO
  • removed support for S4B (Skype4Business)

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

New Features

  • #24 added Skype for Business option

Changes

  • re-enabling code notary git signature check

Fixes

v1.1.0

New

Changes

  • Removed -MFA switch and Credential passing

Fixes

v1.0.0

New

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

Fix

  • 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

v0.0.6

New

  • #5 Adding support for Office365 Security & Compliance Center
  • #6 Adding support for Azure ActiveDirectory (AzureAD, AAD) v2

Fix

  • correction SCC function unit test to SCC script (calles wrong script for test)

v0.0.5

  • #2 Adding support for SharePoint Online service (SPO)
  • Adding generated psm1 docs to docs dir in src

v0.0.4

  • #3 Adding support for MS Teams service (Teams)
  • Adding additional docs for Installation and Usage

v0.0.3

  • #1 Adding support for MS Exchange Online service (EOL)

v0.0.2

  • Manifest tags compatible for powershellgallery.com upload by removing spaces
  • removing Umlauts

v0.0.1

  • Adding support for Microsoft Online service (MSOL) a.k.a. AzureAD v1
  • Installs MSOnline module if not available