Create Office 365 Safe Attachments Policy and Safe attachment Rule using PowerShell
Create Office 365 Safe Attachments Policy and Safe attachment Rule using PowerShell To get started with creating the Safe attachment policy and safe attachment rule a connection to Exchange Online Protection needs to be established. To establish a connection to Exchange Online Protection (EOP), follow the below. $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange…
