The Get-AzNetAppFilesRansomwareReport cmdlet returns details of Advanced Ransomware Protection (ARP) reports for an ANF volume. ARP reports are created with a list of suspected files when it detects any combination of high data entropy, abnormal volume activity with data encryption, and unusual file extensions. If no Name is specified, all reports for the volume are returned.
ResourceGroupName : MyRG
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume/ransomwareReports/current
Name : MyAnfAccount/MyAnfPool/MyAnfVolume/current
Type : Microsoft.NetApp/netAppAccounts/capacityPools/volumes/ransomwareReports
EventTime : 2025-01-15T10:30:00Z
State : Active
Severity : High
ClearedCount : 0
ReportedCount : 5
ProvisioningState : Succeeded
This command gets the ARP report named "current" from the volume "MyAnfVolume".
Example 3: Get ARP reports using a volume object from the pipeline
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.