diff --git a/Powershell scripts/Analyze Defender For Storage Configuration/readme.md b/Powershell scripts/Analyze Defender For Storage Configuration/readme.md index b8a0ffccd..aa02488c6 100644 --- a/Powershell scripts/Analyze Defender For Storage Configuration/readme.md +++ b/Powershell scripts/Analyze Defender For Storage Configuration/readme.md @@ -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 | @@ -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. \ No newline at end of file +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.