pspete / psPAS

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

Get-PASPlatform does not return the ID field #522

Closed begunrom closed 4 months ago

begunrom commented 4 months ago

Get-PASPlatform -Search "test" does not return the ID field, it returns only the PlatformID. This PlatformID cannot be used in the Copy-Platform function.

The ID field is needed as a source to the Copy-Platform function. Copy-PASPlatform -ID 'Test' -name "Test2 "

pspete commented 4 months ago

Thanks @begunrom - fix will be included in next release

pspete commented 4 months ago

You can see ID is now returned in the screenshot: image