O365 Security and Compliance – PowerShell Connect

Using Power Shell  – connecting to O365 Security and Compliance No installation for a specific Steps : Open powershell Run the following command to create the PS session for Security and Compliance  : –  $pssession = New-PSSession -ConfigurationName microsoft.exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection Now import the session to PS :- Import-PSSession $pssession  Run…