Forum Discussion
jamesbchz3
Aug 05, 2019Copper Contributor
Creating alert policies in Security and Compliance for all tenants
So recently Office365 stopped using the settings in EAC for outbound spam quarantine notifications and moved that to its own alert policy in the Security and Compliance portal. For some reason, the s...
- Aug 06, 2019
Officially, connecting to ExO/SCC PowerShell via this method is not supported. Use the Connect-IPPSSession cmdlet instead, with the -DelegatedOrganization switch. If it doesn't work there either, you most likely have a permission issue.
VasilMichev
Aug 06, 2019MVP
Officially, connecting to ExO/SCC PowerShell via this method is not supported. Use the Connect-IPPSSession cmdlet instead, with the -DelegatedOrganization switch. If it doesn't work there either, you most likely have a permission issue.
jamesbchz3
Aug 06, 2019Copper Contributor
VasilMichev Thank you so much. I had seen that parameter but didn't know what kind of string it wanted.
Now using:
Connect-IPPSession -UserPrincipalName my@email.com -DelegatedOrganization mytenant.onmicrosoft.com
I can successfully connect to my tenants - hopefully I can get this script working now!