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

Import-DSOktaUser

Sinossi

Importa gli utenti okta

Sintassi

__AllParameterSets

Import-DSOktaUser [-InputObject] <PSOktaDomainUserInfoExists[]> [-ReadOnly] [<CommonParameters>]

Descrizione

Importa gli utenti okta. Richiede il diritto di modificare gli utenti.

Esempi

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

Importa tutti gli utenti okta mancanti

Parametri

-InputObject

Gli utenti da importare.

Type: RemoteDesktopManager.PowerShellModule.PSOutputObject.PSStruct.PSOktaDomainUserInfoExists[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: true
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-ReadOnly

Importa l'utente con soli diritti di lettura

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

Ultimo aggiornamento

È stato utile?