Remove-Resource
Description
The Remove-Resource
cmdlet deletes an object or objects from the FIM Service. The ResourceObjects
parameter can be used to pass in an array of resource objects to delete, which will be performed as a single composite request. Note, that if using the pipeline to perform the operation, PowerShell will pass the objects to the cmdlet one at a time, and a composite operation will not be performed.
Syntax
Parameters
ID
The ID of the object to delete
ResourceObjects
One or more ResourceObjects returned from Get-Resource or Search-Resources to delete
Examples
Last updated