Forum Discussion
JeremyTBradshaw
Jul 02, 2021Steel Contributor
MS Graph (or alternative) for M365/O365 Retention Policy management
Wondering if anyone is aware of whether we can get API access to the Security and Compliance Center. I'm not even sure what to call it, but I'm in need to manage retention policies that today are ma...
- Jan 25, 2022
Good news guys!
Our request just got updated!
Check it out: https://m365log.com/apps-365/certificate-based-authentication-for-security-and-compliance-center-powershell/
Jhosefer
Aug 24, 2022Copper Contributor
**bleep** it!
How is something like this not documented anywhere?
Anyway, thank you very much! I will update our scripts today.
How is something like this not documented anywhere?
Anyway, thank you very much! I will update our scripts today.
JeremyTBradshaw
Aug 24, 2022Steel Contributor
Jhosefer I think the main reason it's not documented is that it's still up in the air as to what will be the path forward (i.e., this solution I've shared, vs keeping/updating Connect-IPPSSession alive as its own cmdlet vs demoting it to be just an alias of the Connect-ExchangeOnline cmdlet). I'm definitely speculating here and do not have the internal answers but from my poking and prodding here and over on GitHub, it's my best guess.
In another GitHub issue, Chris also pointed out this same trick, while it works with the preview 2.0.6*** versions, since those versions default to non-RPS, we have to supply the -UseRPSSession switch. So again, not quite ready to be documented while things are in between current GA and final target state.