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

Get-DSOktaUser

Sinossi

Ottiene gli utenti Okta

Sintassi

__AllParameterSets

Get-DSOktaUser [<CommonParameters>]

Descrizione

Ottiene gli utenti Okta. Richiede il diritto di modificare gli utenti. Restituisce tutti gli utenti Okta, anche quelli esistenti.

Esempi

PS C:\> Get-DSOktaUser | Where-Object -Property AlreadyExists -ne -Value $true | Import-DSOktaUser -ReadOnly

Importa tutti gli utenti Okta mancanti

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

Ultimo aggiornamento

È stato utile?