Test-MtVaultSoftDelete
SYNOPSIS
Checks if all Recovery Services Vaults have Soft Delete enabled
SYNTAX
Test-MtVaultSoftDelete [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test ensures that all Recovery Services Vaults have Soft Delete enabled
by evaluating the enhancedSecurityState
property.
Soft Delete protects backup
data from accidental or malicious deletion and is a recommended security control.
EXAMPLES
EXAMPLE 1
Test-MtVaultSoftDelete
Returns true if all vaults have Soft Delete enabled.
PARAMETERS
-ProgressAction
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.