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.