powershell
powershell copied to clipboard
Additional tenant settings from api/SPOInternalUseOnly.TenantAdminSettings
Before creating a pull request, make sure that you have read the contribution file located at
There are additional settings available from https://contoso-admin.sharepoint.com/_api/SPOInternalUseOnly.TenantAdminSettings. Adding those to Get-PnPTenant will make it easier to retrieve these properties for governance or inventory purposes.
Original idea was from Tobias Maestrini and I helped implement the retrieval of these properties.
Type
- [ ] New Feature
What is in this Pull Request ?
Additional tenant properties available from /_api/SPOInternalUseOnly.TenantAdminSettings
Hey @reshmee011, thank you very much for your support! :) See my PN in X chat regarding this. 💪
Sorry accidentally closed while trying to fix the build issues and refactoring the code to be a separate cmdlet instead
@reshmee011 - can you change to singular InternalSetting ? PS doesn't allow plurals in cmdlet names.
@gautamdsheth : I have update it to be singular internalsetting. Thanks for the review.
@gautamdsheth : I have updated to use "System.Text.Json;". Thanks very much for the review.
Merged it , thank you!!