From ec530321b58f1d62d5d1a8da417bbcd30b66926e Mon Sep 17 00:00:00 2001 From: cgoosen Date: Tue, 15 Mar 2022 23:25:24 +0000 Subject: [PATCH] V1.1.2 Updates --- Connect-365.ps1 | 6 +++--- README.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Connect-365.ps1 b/Connect-365.ps1 index f09e7b2..758ef04 100644 --- a/Connect-365.ps1 +++ b/Connect-365.ps1 @@ -12,9 +12,9 @@ None .NOTES - Version: 1.1.1 + Version: 1.1.2 Author: Chris Goosen (Twitter: @chrisgoosen) - Creation Date: 03/06/2019 + Creation Date: 15 March 2022 Credits: ExchangeMFAModule handling by Michel de Rooij - eightwone.com, @mderooij Bugfinder extraordinaire Greig Sheridan - greiginsydney.com, @greiginsydney Various bugfixes: Andy Helsby - github.com/Absoblogginlutely @@ -26,7 +26,7 @@ .\Connect-365.ps1 #> $ErrorActionPreference = "Stop" -$ScriptVersion = "1.1.1" +$ScriptVersion = "1.1.2" #region XAML code $XAML = @" looking for the code-signed download? [Click here](https://github.com/cgoosen/Connect-365/releases) + I’m excited to announce the release of Connect-365! Back in 2012, I put together a basic script with a GUI to simplify connecting to Exchange Online via remote PowerShell. I had never intended to make the script publicly available and it was just something I used myself. After a couple years I realized that it had been shared with so many colleagues and clients that I decided to clean it up and publish it on the TechNet gallery. Connect-EXO was born! Here’s a screenshot of the original first version: ![alt text](https://www.cgoosen.com/wp-content/uploads/2017/03/Capture1-300x281.png)