├── ASC-Secure-Score ├── ASC-SecureScore-to-LA-Expanded.ps1 ├── asc-securescore-to-la.ps1 └── readme.md ├── ASC ├── asc-secure-score-wordbook.json ├── readme.md └── regulatory-compliance-workbook.json ├── Alert Dashboard Solution ├── Alerts Workbook.json ├── azuredeploy.json ├── readme.md └── workbook-code.png ├── AzMon-AMAMigrationHelper ├── azmon-vm-migrationtracker.ps1 └── readme.md ├── AzMon-WorkspaceAudit ├── readme.md └── whichworkspace.ps1 ├── Azure Storage Logs Ingestion ├── Storage Account Workbook.json ├── readme.md └── storagelogs.ps1 ├── Azure Subscription Limits ├── AzureSubscriptionLimits-Workbook.json ├── azurequota-updated.ps1 └── readme.md ├── AzureArcServers └── modified-deployment-script-withsp.ps1 ├── README.md ├── Security Assessment Report └── securityassessment.json ├── Sentinel - Alert with Account information ├── azuredeploy.json └── readme.md ├── Sentinel - Extract rules ├── sentinel-get-enabled-rules.ps1 ├── sentinel-get-rule-templates.ps1 ├── sentinel-get-rule-templatesv2.ps1 └── sentinel-getallrules.ps1 ├── Sentinel - Send Email ├── azuredeploy.json └── readme.md ├── Sentinel-Bulk-delete-TI └── sentinel-bulk-delete-ti.ps ├── Sentinel-Incident-Report ├── Sentinel-Incident-Workbook.json ├── Sentinel-Send-Incident-Report-Email.json ├── readme.md └── workbook-code.png ├── Sentinel-UpdateWatchlistFromQuery ├── Screenshot 2022-07-06 152715.png ├── Screenshot 2022-07-06 153133.png ├── Screenshot 2022-07-06 153215.png ├── Screenshot 2022-07-07 113246.png ├── Screenshot 2022-07-07 113433.png ├── Screenshot 2022-07-07 113638.png ├── azuredeploy.json └── readme.md ├── Tags to Log Analytics ├── readme.md └── tags-to-la.ps1 ├── Testing ├── azuredeploy.json ├── readme.md └── resource-centric-log-testing-workbook.json ├── UpdateManagement ├── azuredeploy.json ├── readme.md ├── updatemanagementworkbook.json └── workbook-code.png ├── Windows Virtual Desktop └── readme.md ├── Workbooks ├── ActiveDirectoryReport.json ├── AppService Workbooks │ ├── app-performance-insights.json │ ├── app-service-http-errors.json │ ├── app-service-key-metrics.json │ └── readme.md ├── AzureMonitor-CostAnalysis.json ├── deploy.json ├── readme.md ├── vmperformance-fixed.json ├── which_workspace.json ├── workbook-code.png └── workbookstartertemplate.json └── automation ├── Azure-Storage-Logs-to-LA-v2.ps1 └── readme.md /ASC-Secure-Score/ASC-SecureScore-to-LA-Expanded.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/ASC-Secure-Score/ASC-SecureScore-to-LA-Expanded.ps1 -------------------------------------------------------------------------------- /ASC-Secure-Score/asc-securescore-to-la.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/ASC-Secure-Score/asc-securescore-to-la.ps1 -------------------------------------------------------------------------------- /ASC-Secure-Score/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/ASC-Secure-Score/readme.md -------------------------------------------------------------------------------- /ASC/asc-secure-score-wordbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/ASC/asc-secure-score-wordbook.json -------------------------------------------------------------------------------- /ASC/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/ASC/readme.md -------------------------------------------------------------------------------- /ASC/regulatory-compliance-workbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/ASC/regulatory-compliance-workbook.json -------------------------------------------------------------------------------- /Alert Dashboard Solution/Alerts Workbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Alert Dashboard Solution/Alerts Workbook.json -------------------------------------------------------------------------------- /Alert Dashboard Solution/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Alert Dashboard Solution/azuredeploy.json -------------------------------------------------------------------------------- /Alert Dashboard Solution/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Alert Dashboard Solution/readme.md -------------------------------------------------------------------------------- /Alert Dashboard Solution/workbook-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Alert Dashboard Solution/workbook-code.png -------------------------------------------------------------------------------- /AzMon-AMAMigrationHelper/azmon-vm-migrationtracker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/AzMon-AMAMigrationHelper/azmon-vm-migrationtracker.ps1 -------------------------------------------------------------------------------- /AzMon-AMAMigrationHelper/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/AzMon-AMAMigrationHelper/readme.md -------------------------------------------------------------------------------- /AzMon-WorkspaceAudit/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/AzMon-WorkspaceAudit/readme.md -------------------------------------------------------------------------------- /AzMon-WorkspaceAudit/whichworkspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/AzMon-WorkspaceAudit/whichworkspace.ps1 -------------------------------------------------------------------------------- /Azure Storage Logs Ingestion/Storage Account Workbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Azure Storage Logs Ingestion/Storage Account Workbook.json -------------------------------------------------------------------------------- /Azure Storage Logs Ingestion/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Azure Storage Logs Ingestion/readme.md -------------------------------------------------------------------------------- /Azure Storage Logs Ingestion/storagelogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Azure Storage Logs Ingestion/storagelogs.ps1 -------------------------------------------------------------------------------- /Azure Subscription Limits/AzureSubscriptionLimits-Workbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Azure Subscription Limits/AzureSubscriptionLimits-Workbook.json -------------------------------------------------------------------------------- /Azure Subscription Limits/azurequota-updated.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Azure Subscription Limits/azurequota-updated.ps1 -------------------------------------------------------------------------------- /Azure Subscription Limits/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Azure Subscription Limits/readme.md -------------------------------------------------------------------------------- /AzureArcServers/modified-deployment-script-withsp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/AzureArcServers/modified-deployment-script-withsp.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/README.md -------------------------------------------------------------------------------- /Security Assessment Report/securityassessment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Security Assessment Report/securityassessment.json -------------------------------------------------------------------------------- /Sentinel - Alert with Account information/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Alert with Account information/azuredeploy.json -------------------------------------------------------------------------------- /Sentinel - Alert with Account information/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Alert with Account information/readme.md -------------------------------------------------------------------------------- /Sentinel - Extract rules/sentinel-get-enabled-rules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Extract rules/sentinel-get-enabled-rules.ps1 -------------------------------------------------------------------------------- /Sentinel - Extract rules/sentinel-get-rule-templates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Extract rules/sentinel-get-rule-templates.ps1 -------------------------------------------------------------------------------- /Sentinel - Extract rules/sentinel-get-rule-templatesv2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Extract rules/sentinel-get-rule-templatesv2.ps1 -------------------------------------------------------------------------------- /Sentinel - Extract rules/sentinel-getallrules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Extract rules/sentinel-getallrules.ps1 -------------------------------------------------------------------------------- /Sentinel - Send Email/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Send Email/azuredeploy.json -------------------------------------------------------------------------------- /Sentinel - Send Email/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel - Send Email/readme.md -------------------------------------------------------------------------------- /Sentinel-Bulk-delete-TI/sentinel-bulk-delete-ti.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-Bulk-delete-TI/sentinel-bulk-delete-ti.ps -------------------------------------------------------------------------------- /Sentinel-Incident-Report/Sentinel-Incident-Workbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-Incident-Report/Sentinel-Incident-Workbook.json -------------------------------------------------------------------------------- /Sentinel-Incident-Report/Sentinel-Send-Incident-Report-Email.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-Incident-Report/Sentinel-Send-Incident-Report-Email.json -------------------------------------------------------------------------------- /Sentinel-Incident-Report/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-Incident-Report/readme.md -------------------------------------------------------------------------------- /Sentinel-Incident-Report/workbook-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-Incident-Report/workbook-code.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-06 152715.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-06 152715.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-06 153133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-06 153133.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-06 153215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-06 153215.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-07 113246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-07 113246.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-07 113433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-07 113433.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-07 113638.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/Screenshot 2022-07-07 113638.png -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/azuredeploy.json -------------------------------------------------------------------------------- /Sentinel-UpdateWatchlistFromQuery/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Sentinel-UpdateWatchlistFromQuery/readme.md -------------------------------------------------------------------------------- /Tags to Log Analytics/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Tags to Log Analytics/readme.md -------------------------------------------------------------------------------- /Tags to Log Analytics/tags-to-la.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Tags to Log Analytics/tags-to-la.ps1 -------------------------------------------------------------------------------- /Testing/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Testing/azuredeploy.json -------------------------------------------------------------------------------- /Testing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Testing/readme.md -------------------------------------------------------------------------------- /Testing/resource-centric-log-testing-workbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Testing/resource-centric-log-testing-workbook.json -------------------------------------------------------------------------------- /UpdateManagement/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/UpdateManagement/azuredeploy.json -------------------------------------------------------------------------------- /UpdateManagement/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/UpdateManagement/readme.md -------------------------------------------------------------------------------- /UpdateManagement/updatemanagementworkbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/UpdateManagement/updatemanagementworkbook.json -------------------------------------------------------------------------------- /UpdateManagement/workbook-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/UpdateManagement/workbook-code.png -------------------------------------------------------------------------------- /Windows Virtual Desktop/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Windows Virtual Desktop/readme.md -------------------------------------------------------------------------------- /Workbooks/ActiveDirectoryReport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/ActiveDirectoryReport.json -------------------------------------------------------------------------------- /Workbooks/AppService Workbooks/app-performance-insights.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/AppService Workbooks/app-performance-insights.json -------------------------------------------------------------------------------- /Workbooks/AppService Workbooks/app-service-http-errors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/AppService Workbooks/app-service-http-errors.json -------------------------------------------------------------------------------- /Workbooks/AppService Workbooks/app-service-key-metrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/AppService Workbooks/app-service-key-metrics.json -------------------------------------------------------------------------------- /Workbooks/AppService Workbooks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/AppService Workbooks/readme.md -------------------------------------------------------------------------------- /Workbooks/AzureMonitor-CostAnalysis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/AzureMonitor-CostAnalysis.json -------------------------------------------------------------------------------- /Workbooks/deploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/deploy.json -------------------------------------------------------------------------------- /Workbooks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/readme.md -------------------------------------------------------------------------------- /Workbooks/vmperformance-fixed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/vmperformance-fixed.json -------------------------------------------------------------------------------- /Workbooks/which_workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/which_workspace.json -------------------------------------------------------------------------------- /Workbooks/workbook-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/workbook-code.png -------------------------------------------------------------------------------- /Workbooks/workbookstartertemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/Workbooks/workbookstartertemplate.json -------------------------------------------------------------------------------- /automation/Azure-Storage-Logs-to-LA-v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanessabruwer/scripties/HEAD/automation/Azure-Storage-Logs-to-LA-v2.ps1 -------------------------------------------------------------------------------- /automation/readme.md: -------------------------------------------------------------------------------- 1 | ## Automation files 2 | --------------------------------------------------------------------------------