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
-
- Enthusiast
- Posts: 25
- Liked: never
- Joined: Mar 23, 2023 1:14 pm
- Full Name: dopamind
- Contact:
-
- Product Manager
- Posts: 14610
- Liked: 2980 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: CyberArk Integration
Hello,
yes, it's technically possible. I found a skeleton script from one of our engineers that might be a good start
Best regards,
Hannes
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
Hannes
-
- Enthusiast
- Posts: 25
- Liked: never
- Joined: Mar 23, 2023 1:14 pm
- Full Name: dopamind
- Contact:
Re: CyberArk Integration
Thanks a lot @Hannesk , i will test it
-
- Novice
- Posts: 3
- Liked: never
- Joined: Aug 01, 2023 2:54 pm
- Full Name: Daniel Acuña
- Contact:
Re: CyberArk Integration
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
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
Who is online
Users browsing this forum: No registered users and 22 guests