Import okta users
Import-DSOktaUser [-InputObject] <PSOktaDomainUserInfoExists[]> [-ReadOnly] [<CommonParameters>]
Import okta users. It requires the right to edit user.
PS C:\> Get-DSOktaUser | Where-Object -Property AlreadyExists -ne -Value $true | Import-DSOktaUser -ReadOnly
Import all missing okta users
The users to import.
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: ''
Import the user with only read rights
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: ''
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
For more information, type "Get-Help Import-DSOktaUser -detailed". For technical information, type "Get-Help Import-DSOktaUser -full".