Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 673 Bytes

Deletion of orphoned Active Directory synced accounts inside the Okta Cloud

OktaAPI PSM

This script uses the OktaAPI Powershell wrapper. Please download and install prior of using this script https://github.com/gabrielsroka/OktaAPI.psm1

Install-Module OktaAPI

https://www.powershellgallery.com/packages/OktaAPI

Installation

This script requires PowerShell 5 or newer This script uses variables. Please replace

$OktaAPIKey = "CHANGE-API-KEY"
$OktaInstance = "https://MYOKTAINSTANCE.okta.com"

inside oktadeavtiveduserdeletion.ps1 with your Okta API Key and your Okta Instance URL.

Issues

If you find any bugs feel free to file an issue