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

Register-DSLicense

Sinossi

Registrare una nuova licenza

Sintassi

__AllParameterSets

Register-DSLicense -Serial <string> [-AutoAssign] [-AsLegacyResponse] [<CommonParameters>]

Descrizione

Registrare una nuova licenza. Per la licenza del server, utilizzi il cmdlet Register-DSServerLicense. Il parametro AutoAssign verrà ignorato per i moduli, ad eccezione del modulo Gateway. Alcuni esempi di moduli: CyberArk Integration, Delinea Integration e Gestione degli accessi privilegiati (PAM).

Esempi

PS C:\> Register-DSLicense -Serial XXXXX-XXXXX-XXXXX-XXXXX-XXXXX -AutoAssign

Aggiungere una nuova licenza con AutoAssign impostato

Parametri

-AsLegacyResponse

Nelle versioni precedenti alla 2024.2, molti cmdlet DS restituivano un oggetto ServerResponse. L'attivazione di questo switch di retrocompatibilità consente il corretto funzionamento degli script sviluppati per le versioni precedenti.

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

-AutoAssign

Assegna automaticamente i nuovi utenti. Ignorato per i moduli, come il modulo PAM.

-Serial

Numero di serie da aggiungere all'istanza DVLS

CommonParameters

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

Note

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

Ultimo aggiornamento

È stato utile?