Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Brent,
No, there is no need to load another module. I did a test on my side with no issue. I suggest you change another administrator account and try again. Please don’t forget to add this user to Compliance Management and Organization Management admin role group.
1.$UserCredential = Get-Credential
2.$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri outlook.office365.com/.../ -Credential $UserCredential -Authentication Basic –AllowRedirection
3.Import-PSSession $Session
4.Set-IRMConfiguration -JournalReportDecryptionEnabled $true
Please let me know the result at your convenience.
Best Regards,
Toby