PowerShell script exchange
Post Reply
dopamind
Influencer
Posts: 24
Liked: never
Joined: Mar 23, 2023 1:14 pm
Full Name: dopamind
Contact:

CyberArk Integration

Post by dopamind »

Hi everyone,
I'm looking for docs about PAM integration especially CyberArk
I know that is possible via Powershell or Rest API but i would like more details if possible.
( no Gmsa in my case )
thanks a lot for advance
seb
HannesK
Product Manager
Posts: 14322
Liked: 2890 times
Joined: Sep 01, 2014 11:46 am
Full Name: Hannes Kasparick
Location: Austria
Contact:

Re: CyberArk Integration

Post by HannesK » 1 person likes this post

Hello,
yes, it's technically possible. I found a skeleton script from one of our engineers that might be a good start

Code: Select all

#get API to CyberArk

$resultpass = Invoke-WebRequest -Method "Get" -Uri "https://vault.domain.com/AIMWebService/api/Accounts?AppID=VeaamPOC&Safe=VeaamPOC&Folder=Root&Object=OperatingSystem-WindowsDomainAccount-30Days-Domain.com-VeeamUser" -Headers @{ "ContentType" = "application/json" } | ConvertFrom-Json

#set pass content to $VBRpass
$VBRpass = $resultpass.content 

#connect to veeam backup server
Connect-VBRServer -Server "veeampoc01"

#get credentails SVC , Set password for Credentails
Get-VBRCredentials -Name "Domain\Veeam User" | Set-VBRCredentials -Password $VBRpass
Best regards,
Hannes
dopamind
Influencer
Posts: 24
Liked: never
Joined: Mar 23, 2023 1:14 pm
Full Name: dopamind
Contact:

Re: CyberArk Integration

Post by dopamind »

Thanks a lot @Hannesk :D , i will test it
dacuna
Novice
Posts: 3
Liked: never
Joined: Aug 01, 2023 2:54 pm
Full Name: Daniel Acuña
Contact:

Re: CyberArk Integration

Post by dacuna »

Hello,

I'm intrigued about your results with CyberArk integration. I've been task to find a way to use CyberArk managed AD accounts on Veeam backup jobs using application-aware and for our Microsoft servers under backup infrastructure.

Were you successful at integrating CyberArk with this? Did you think about using password to update the passwords on backup jobs?

Please let me know
Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests