pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
286 stars 90 forks source link

CyberArk 12.6.3 exceeds the maximum supported version of 12.3 #461

Closed mlhmi closed 1 year ago

mlhmi commented 1 year ago

Describe the issue A concise summary of the issue

[ERROR] Permission not applied on Safe [GIO_SECURITY_CSOC_AM] for Security Group [EPV_AdminPass-ADM] Profil [ADMIN]! (catched exception: CyberArk 12.6.3 exceeds the maximum supported version of 12.3 for Add-PASSafeMember (using ParameterSet: Gen1))


[ERROR] Permission not applied on Safe [GIO_SECURITY_CSOC_AM] for Security Group [EPV_AdminPass-ADM] Profil [ADMIN]! (catched exception: CyberArk 12.6.3 exceeds the maximum supported version of 12.3 for Add-PASSafeMember (using ParameterSet: Gen1))

Your Environment Include relevant details about your environment

Additional context Add any other context about the problem here.

pspete commented 1 year ago

Gen1 API is depreciated for this type of action from version 12.3 Update your command to use the Gen 2 API Syntax - refer to the command documentation here: https://pspas.pspete.dev/commands/Add-PASSafeMember

mlhmi commented 1 year ago

Hi,

Thanks for your answer. Kind regards.

Envoyé par myMail pour iOS

jeudi 9 mars 2023 à 18:20 +0100 de @. @.>:

Gen1 API is depreciated from version 12.3 Update your command to use the Gen 2 API Syntax - refer to the command documentation here: https://pspas.pspete.dev/commands/Add-PASSafeMember

— Reply to this email directly, view it on GitHub (https://github.com/pspete/psPAS/issues/461#issuecomment-1462451497), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AI6OZJXI3S6JQ4XCP3X5N3DW3IGODANCNFSM6AAAAAAVVLIGTQ). You are receiving this because you authored the thread.Message ID: @.***>

pspete commented 1 year ago

Pas de Problème :-)

Closing as not an issue with the module's code based on the information provided. Feel free to comment if further detail is needed.