psPAS icon indicating copy to clipboard operation
psPAS copied to clipboard

PowerShell module for CyberArk Privileged Access Security REST API

Results 10 psPAS issues
Sort by recently updated
recently updated
newest added

In Set-PASUser, the parameter unAuthorizedInterfaces do not include "GUI" in ValidateSet. **To Reproduce** Steps to reproduce the behavior: 1. Get-PASUser -id | Set-PASUser **Screenshots & Console Output** ![image](https://user-images.githubusercontent.com/32736377/183889034-6cd9f1c7-e65f-4f1b-a49b-190aa447c674.png) ```powershell PS...

feature request: planned

Hi, I'm new to psPAS and need to add accounts to CyberArk via API. After running Add-PASAccount cmdlet, I receive the following error: ErrorRecord) [Invoke-PASRestMethod], Exception + FullyQualifiedErrorId : 400,Invoke-PASRestMethod...

issue template ignored

**Is your feature request related to a problem? Please describe.** We make use of YubiKey authentication and would like to use that through our scripts that use psPAS. **Describe the...

**Is your feature request related to a problem? Please describe.** CyberArk have just released a new platform which changes the way users are managed in Privilege Cloud. It's not possible...

feature request

Any work or through of converting this great utility into a formal Terraform provider (https://registry.terraform.io). This would allow for a more direct and efficient way to interface with CyberArk PAS....

feature request

**Describe the issue** The documentation of set-pasuser already indicates "**Appears to require all properties set on a user to be passed with the request.**" it would be nice if the...

feature request: planned

Set-PASUser in psPAS 6.4.80 using CyberArk PAM 12.6 on accounts without expiryDate shows the following error: "ConvertTo-UnixTime : The input object cannot be bound to any parameters for the command...

I am having an issue with logging into Cyberark via psPAS. We first have to sign into the CyberArk Identity User Portal via our MS Azure login and preform a...

Getting account details using following snippet: $testAccDetails=Get-PASAccountDetail -id $Acc.id $Acc is actual account object. Problem is, each run of this code takes between 1 and 6 minutes, even though similar...

**Describe the issue** When running the Set-PASUser using the commands below, I get this error message. Command: Set-PASUser -id 1234 -UserName guest -NewPassword $securePWD -ChangePassOnNextLogon $true or Set-PASUser -id 1234...