Answers for "get-distributiongroupmember exchange online missing cmdlet"

0

get-distributiongroupmember exchange online missing cmdlet

1. $365Logon = Get-Credential


2. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 
https://outlook.office365.com/powershell-liveid/ -Credential $365Logon 
-Authentication Basic -AllowRedirection


3. Import-PSSession $Session
Posted by: Guest on March-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language