Open krispayne opened 8 years ago
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)
git clone
xbuild
alias
When I try to initiate a connection to my Office365 instance in PowerShell, I get the following error:
It's entirely possible that I've done/doing something wrong, but I believe that I installed and built Pash correctly (
git clone
,xbuild
, makealias
, run)