Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
velahuer authored Sep 18, 2024
1 parent af61b59 commit 2703b69
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ This PowerShell script analyzes the configuration of Microsoft Defender for Stor
The script outputs a detailed CSV file of the Defender for Storage configuration for each storage account in the specified resource group. The report includes information on:

- Storage account name
- Defender for Storage status
- Recommendations for improving security
- Defender for Storage effective plan
- Sensitive Data Threat Detection feature (enabled/not enabled)
- On Upload Malware Scanning feature (enabled/not enabled)
- On Upload Malware Scanning cap

### Output Sample
| SubscriptionName | SubscriptionId | ResourceGroupName | StorageAccountName | SubscriptionPlan | EffectivePlanOnResource | SensitiveDataThreatDetection | OnUploadMalwareScanning | OnUploadMalwareScanningCap |
Expand All @@ -51,4 +53,4 @@ The script outputs a detailed CSV file of the Defender for Storage configuration
- The results will be exported to the specified CSV file.

## Support
This script is provided as-is, without any official support. If you encounter any issues, please open an issue in the repository, and the community will try to assist you.
This script is provided as-is, without any official support. If you encounter any issues, please open an issue in the repository, and the community will try to assist you.

0 comments on commit 2703b69

Please sign in to comment.