Forum Discussion
Dean_Gross
Nov 08, 2022Silver Contributor
Documenting portal configuration settings
Does anyone have any suggestions about how to document the MDC portal configuration settings, i.e, create a report that show which subscriptions, plans and other configuration settings are enabled. ...
- Nov 08, 2022It's quite old now but I had a Workbook (it still has the "old name) that did some of this: https://github.com/CliveWatsonQC/KQLpublic/tree/master/KQL/Workbooks/Defender%20for%20Cloud
You may be able to adjust the queries or even add some new API calls from here, using the examples I have in the Workbook: https://learn.microsoft.com/en-us/rest/api/defenderforcloud/
Clive_Watson
Nov 08, 2022Bronze Contributor
It's quite old now but I had a Workbook (it still has the "old name) that did some of this: https://github.com/CliveWatsonQC/KQLpublic/tree/master/KQL/Workbooks/Defender%20for%20Cloud
You may be able to adjust the queries or even add some new API calls from here, using the examples I have in the Workbook: https://learn.microsoft.com/en-us/rest/api/defenderforcloud/
You may be able to adjust the queries or even add some new API calls from here, using the examples I have in the Workbook: https://learn.microsoft.com/en-us/rest/api/defenderforcloud/
- Dean_GrossNov 08, 2022Silver Contributor
Thanks, looks like a good start