Skip to content
This repository was archived by the owner on Jun 14, 2021. It is now read-only.

chris-neely/okta-admin-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

okta-admin-scripts

A growing collection of PowerShell scripts for Okta admins.

get-oktaGroupMembers.ps1

Description: PowerShell script to export Okta group membership to a CSV file
Example: .\get-oktaGroupMembers.ps1 -org "tenant.okta.com" -gid "0000" -api_token "0000" -path "c:\scripts\file.csv"

put-oktaGroupMembers.ps1

Description: PowerShell script for adding a CSV file of user email addresses to an Okta group
Example: .\put-oktaGroupMembers.ps1 -org "tenant.okta.com" -gid "0000" -api_token"0000" -path "c:\scripts\file.csv"

About

A growing collection of PowerShell scripts for Okta admins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •