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

Get-DSAuthenticationModes

Sintesi

Ottiene le modalità di autenticazione consentite dal server.

Sintassi

__AllParameterSets

Get-DSAuthenticationModes [-AsLegacyResponse] [<CommonParameters>]

Descrizione

Ottiene le modalità di autenticazione consentite dal server. Le possibilità di autenticazione sono AzureAD, Otka, Custom (Devolutions Server), Domain e Windows Authentication

Parametri

-AsLegacyResponse

Nelle versioni precedenti alla 2024.2, molti cmdlet DS restituivano un oggetto ServerResponse. L'attivazione di questo switch di compatibilità con le versioni precedenti consente agli script sviluppati per le versioni precedenti di funzionare correttamente.

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: ''

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 Get-DSAuthenticationModes -detailed". Per informazioni tecniche, digiti "Get-Help Get-DSAuthenticationModes -full".

Ultimo aggiornamento

È stato utile?