Check out the free virtual workshops on how to take your SaaS app to the next level in the enterprise-ready identity journey!

Articles tagged powershell

How to Use Okta's PowerShell Module to Manage Your Okta Org

How to Use Okta's PowerShell Module to Manage Your Okta Org

PowerShell is a powerful command-line interface for automating tasks, scripting, and managing systems. Okta offers an official PowerShell module, an extremely powerful tool for administering your Okta org. In this blog post, we’ll explore how to utilize this. You’ll need a PowerShell terminal for your OS and the Okta PowerShell module. Install it through the PS Gallery, Chocolatey Package Manager, or the GitHub repository. Follow the instructions in the GitHub repository’s ReadMe to install the...

Read more

Introducing Okta's Official PowerShell Module

Introducing Okta's Official PowerShell Module

The Okta Workforce Identity Developer Podcast returns with an exploration of our latest new developer tool, the Okta PowerShell Module! Watch on the OktaDev YouTube channel You can find the source of the Okta PowerShell Module, and documentation in the README, on GitHub. Below is the example code discussed in the podcast episode. Example: Interactively create Okta groups and group rules with PowerShell Install PowerShell module via PSGallery Install-Module -Name Okta.PowerShell Set up the OAuth...

Read more