New-PSUTag
Creates a new tag in PSU.
SYNOPSIS
SYNTAX
New-PSUTag -Name <String> [-Color <String>] [-FontColor <String>] [-Description <String>] [-DisplayInPortal]
[-Role <String[]>] [-Icon <String>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUTag -Name 'Release Pipeline' -Color 'red'PARAMETERS
-AppToken
-Color
-ComputerName
-Description
-Name
-UseDefaultCredentials
-Integrated
-Credential
-DisplayInPortal
-FontColor
-Role
-TrustCertificate
-Icon
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?