This repository was archived by the owner on Feb 4, 2019. It is now read-only.

Description
When I try to initiate a connection to my Office365 instance in PowerShell, I get the following error:
PASH /Users/kris> $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Command 'New-PSSession' not found.
+CategoryInfo: ObjectNotFound: (:) [], ParentContainsErrorRecordException
+FullyQualifiedErrorId: CommandNotFoundException
It's entirely possible that I've done/doing something wrong, but I believe that I installed and built Pash correctly (git clone, xbuild, make alias, run)