Get-SCTags

Gets existing tags.

Description

The Get-SCTags cmdlet gets all existing user-defined tags. 

For more information about Get-SCTags, type: "Get-Help Get-SCTags -online".

Parameters

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Retrieve all tags on a specified VMM management server.
PS C:\> Get-SCTags -VMMServer "VMMServer01"
This command gets all tags on VMMServer01.

See Also