Set-PSUTag
SINOSSI
Imposta le proprietà di un tag.
SINTASSI
Id
Set-PSUTag [-Id] <Int64> [-Name <String>] [-Color <String>] [-Description <String>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [<CommonParameters>]Tag
Set-PSUTag [-Tag] <Tag> [-Name <String>] [-Color <String>] [-Description <String>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [<CommonParameters>]DESCRIZIONE
Imposta le proprietà di un tag.
ESEMPI
Esempio 1
Imposta il colore del tag di rilascio.
PARAMETRI
-AppToken
Un token dell'app per accedere all'API PSU.
-Color
Il colore del tag.
-ComputerName
L'indirizzo HTTP del server dell'API REST PSU.
-Description
La descrizione del tag.
-Id
L'ID del tag da impostare.
-Integrated
Esegue il comando internamente anziché utilizzare l'API di gestione. Funziona solo quando lo script viene eseguito all'interno di PowerShell Universal.
-Name
Il nome del tag.
-Tag
Il tag da impostare. Utilizzi Get-UATag per recuperare un oggetto Tag.
-UseDefaultCredentials
Utilizzi le credenziali predefinite durante la connessione all'API di gestione
-Credential
Credenziali per accedere all'API di gestione di PowerShell Universal.
-TrustCertificate
Indica se il cmdlet deve ignorare i problemi relativi ai certificati.
-Cookies
Riutilizza e mantiene i cookie di autenticazione per la sessione PowerShell corrente.
CommonParameters
Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable e -ProgressAction. Per maggiori informazioni, veda about_CommonParameters.
INPUT
UniversalAutomation.Tag
OUTPUT
System.Object
NOTE
COLLEGAMENTI CORRELATI
Ultimo aggiornamento
È stato utile?