Get okta users
Get-DSOktaUser [<CommonParameters>]
Get okta users. It requires the right to edit user. It will returns all okta users, even existing ones.
PS C:\> Get-DSOktaUser | Where-Object -Property AlreadyExists -ne -Value $true | Import-DSOktaUser -ReadOnly
Import all missing okta users
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 Get-DSOktaUser -detailed". For technical information, type "Get-Help Get-DSOktaUser -full".