Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.systoolsgroup.com #
 
PREVIOUS NEXT
Tagged: #exchange #online #missing #cmdlet
ADD COMMENT
Topic
Name
3+5 =