Remove-TagAssignment
This cmdlet removes the specified tag assignment. The cmdlet removes the assignment of the tag in TagAssignment.Tag from the entity in TagAssignment.Entity.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
TagAssignment | TagAssignment[] | named |
|
Specifies the assigned tags to be removed. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
$myVM = Get-VM myvm $myTagAssignment = Get-TagAssignment $myVM Remove-TagAssignment $myTagAssignment
Removes all connections to tags from the specified virtual machine entity.
Related Commands
Tag
This cmdlet retrieves the tags available on a vCenter Server system.
This cmdlet creates a new tag in the specified tag category with the specified parameters.
This cmdlet removes the specified tags from the server.
This cmdlet modifies the specified tags.
TagAssignment
This cmdlet retrieves the tag assignments of objects.
This cmdlet assigns the specified tag(s) to the specified entity(s).
This cmdlet removes the specified tag assignment.
TagCategory
This cmdlet retrieves the tag categories available on a vCenter Server system and filters them using the specified cmdlet parameters.
This cmdlet creates a new tag category on the specified vCenter Server systems with the specified parameters.
This cmdlet removes the specified tag categories from the server.
This cmdlet modifies the specified tag categories.