epv-api-scripts
epv-api-scripts copied to clipboard
Account Onboard Utility - Safe Does not Exist
Summary
When attempting to onboard new accounts using the "Accounts_Onboard_Utility.ps1", the output states "Safe does not exist", even when the actual Safe does exist on the CyberArk. The Safe is named as "TESTSAFE". I'm using the tenant admin to login as well.
Steps to Reproduce
- Fill in CSV with the necessary information of the new accounts
- Open powershell and run as administrator
- Key in command ".\Accounts_Onboard_Utility.ps1 -PVWAURL "https://FQDN/PasswordVault" -CsvPath .\onboardaccounts.csv -Create -NoSafeCreation -ConcurrentSession"
- Enter username and password when prompted
Expected Results
New Accounts within the CSV file will be onboarded successfully.
Actual Results
New Accounts not onboarded as the output shows "Safe does not exist".
Reproducible
- [x] Always
- [ ] Sometimes
- [ ] Non-Reproducible
Version/Tag number
N/A
Environment setup
CyberArk Privilege Cloud 12.5.0
Additional Information
New Accounts are successfully adding into CyberArk when I specify the "-BypassSafeSearch" switch.