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

Get-RDMLicense

Sintassi

__AllParameterSets

Get-RDMLicense [[-Serial] <string>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]

Parametri

-ForcePromptAnswer

Switch da usare con cautela. Risponde automaticamente ai prompt che pongono domande sì/no, sì/no/annulla oppure ok/annulla. In caso di prompt multipli, è possibile passare più valori a questo parametro. Ecco i valori accettati:

  • Yes: accetta il prompt. Copre il valore OK e Automatic.

  • No: rifiuta il prompt sì/no/annulla. "Cancel" è l'opzione di riserva se non è presente l'opzione "No".

  • Cancel: annulla il prompt sì/no/annulla. "No" è l'opzione di riserva se non è presente l'opzione "Cancel".

Type: System.Windows.Forms.DialogResult[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Serial

Numero di serie della licenza

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.

Input

System.String

Numero di serie della licenza

Note

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

Ultimo aggiornamento

È stato utile?