Skip to content

Commit

Permalink
V1.1.2 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoosen committed Mar 15, 2022
1 parent 9135dd7 commit ec53032
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Connect-365.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,7 +26,7 @@
.\Connect-365.ps1
#>
$ErrorActionPreference = "Stop"
$ScriptVersion = "1.1.1"
$ScriptVersion = "1.1.2"
#region XAML code
$XAML = @"
<Window
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Connect-365
## A GUI script that simplifies the process of connecting to Office 365 services using remote PowerShell.

> 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)
Expand Down

0 comments on commit ec53032

Please sign in to comment.