Get-DSOktaUser

Synopsis

Get okta users

Syntax

__AllParameterSets

Get-DSOktaUser [<CommonParameters>]

Description

Get okta users. It requires the right to edit user. It will returns all okta users, even existing ones.

Examples

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

Import all missing okta users

Parameters

CommonParameters

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.

Notes

For more information, type "Get-Help Get-DSOktaUser -detailed". For technical information, type "Get-Help Get-DSOktaUser -full".

Devolutions Forum logo Give us Feedback