Remove-WBBareMetalRecovery
Remove-WBBareMetalRecovery
Removes the request to include all items needed for a bare metal recovery from the current backup policy (WBPolicy object).
Syntax
Remove-WBBareMetalRecovery [-Policy] <WBPolicy> [<CommonParameters>]
Detailed Description
The Remove-WBBareMetalRecovery cmdlet removes the request to include all items needed for a bare metal recovery from current backup policy (WBPolicy object). Depending on what is included in the WBFileSpec object, some of the items that would be needed to perform a bare metal recovery may still be backed up, but you may not be able to use the backup to perform a bare metal recovery.
Parameters
-Policy <WBPolicy>
Specifies the backup policy (WBPolicy object) to update.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
true (ByValue) |
Position? |
1 |
-CommonParameter
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.
Input and Return Types
The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.
Notes
The WBPolicy object must be in edit mode. To put the WBPolicy object in edit mode for a policy that has been set as the scheduled backup policy, use the Get-WBPolicy cmdlet with the -Editable parameter. The New-WBPolicy cmdlet creates a new WBPolicy object already in edit mode.
To use Windows Server Backup cmdlets, you must be a member of the Administrators group or Backup Operators group.
Examples
EXAMPLE 1
C:\PS>Remove-WBBareMetalRecovery -Policy $policy
None
Description
-----------
Removes the setting to include bare metal recovery from the WBPolicy object $policy. The backups from this policy cannot be used for bare metal recovery unless all the volumes containing critical system data were added by the user to the backup policy.