-
Notifications
You must be signed in to change notification settings - Fork 388
Description
Hello team
I am actually working on my easyGovernance project. In this context I'm often facing the fact that common M365 tenant settings cannot be retrieved via PnP.Powershell.
As I have implemented an "M365 admin center" connector in order to get:
- common M365 tenant settings
- common M365 security and privacy settings
- common M365 org profile settings
- common M365 licensing settings
(see https://github.com/tmaestrini/easyGovernance/blob/56-new-baseline-microsoft-teams/src/utilities/M365AdminCenter.psm1 for insights).
PnP.Powershell "only" provides access to SPO tenant settings, there's no way to make use of it for common M365 administration tasks (most probably because there's no officially documented API).
My question is related to the common M365 settings: would you be interested to bring these M365 related capabilities into PnP.Powershell? I would bring them into the project.
Thanks for your feedback and best regards,
Toby