- download the .psm1
- open powershell and run import-module /path/to/module
- command is add-csvtogroup -path "/path/to/csv" -group "name of group" -key "api key"
- needs a RW okta api key
- expects column with header "email" in csv. Can change line 21 to $email = $user.whatevercolumn is
- only for weedmaps okta. can change "https://weedmaps.okta.com...." to whatever okta instance.