Remove-DPMObject
Removes a DPM object.
Parameter Set: Default
Remove-DPMObject [-DPMObject] <IDisposable> [ <CommonParameters>]
The Remove-DPMObject cmdlet removes or clears a System Center 2012 – Data Protection Manager (DPM) object.
Specifies a DPM object.
Aliases |
none |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
true (ByValue) |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command removes the DPM object in the variable named $PGroup.
PS C:\> Remove-DPMObject -DPMObject $PGroup