Get-PSULicense
SYNOPSIS
Restituisce informazioni sulla licenza installata.
SYNTAX
Get-PSULicense [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
Restituisce informazioni sulla licenza installata.
EXAMPLES
Esempio 1
PS C:\> Get-UALicenseRestituisce le informazioni sulla licenza.
PARAMETERS
-AppToken
Un token dell'app per accedere all'API PSU.
-ComputerName
L'indirizzo HTTP del server API REST PSU.
-Integrated
Esegue il comando internamente anziché utilizzare la Management API. Funziona solo quando lo script viene eseguito all'interno di PowerShell Universal.
-UseDefaultCredentials
Utilizzi le credenziali predefinite per la connessione alla management API
-Credential
Credenziali per accedere alla PowerShell Universal Management API.
-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, consulti about_CommonParameters.
INPUTS
Nessuno
OUTPUTS
System.Object
NOTES
RELATED LINKS
Ultimo aggiornamento
È stato utile?