For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-DSServerLicense

Sintesi

Ottenere le informazioni sulla licenza del server

Sintassi

__AllParameterSets

Get-DSServerLicense [<CommonParameters>]

Descrizione

Ottenere le informazioni sulla licenza del server. L'utente deve avere il diritto di gestire la licenza per usare il cmdlet.

Esempi

PS C:\> $license = Get-DSServerLicence
PS C:\> $license.Serial

Ottenere il numero di serie della licenza del server

Parametri

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, veda about_CommonParameters.

Note

Per maggiori informazioni, digiti "Get-Help Get-DSServerLicense -detailed". Per informazioni tecniche, digiti "Get-Help Get-DSServerLicense -full".

Ultimo aggiornamento

È stato utile?