Skip to main content

Missing GUI.

  • March 31, 2026
  • 2 replies
  • 69 views

Forum|alt.badge.img+4

Hi All.

I have identified two functions that are still missing in PM Cloud, and the available APIs force you into workarounds to accomplish some of these tasks.

  1. Moving a list of computer hostnames into a specific group.

Overcoming two API hurdles: partial name matching, and the requirement to fetch computer IDs before using the CSV import option—since it does not support hostnames directly. 😖
When you need to move computers between groups, doing it manually becomes a tedious process.

  1. In the classic Policy Editor MMC Snap-in, we had the advantage of browsing for a file and automatically pulling in its metadata. This capability has not yet been added to PM Cloud either.

How have you resolved these options and are there any functions that you see missing in addition?

I addressed these gaps, by creating a WebApp that handles both challenges, plus an application scanner for bulk rule uploads.

Move Computers to Group allows me to upload a CSV file containing a hostname column with hostnames listed below it. The app handles everything else automatically.

My App Scanner lets me scan a software repository, local folders, and similar sources to collect all the criteria needed to secure your applications. It generates a CSV file that I can then inject into a policy and assign to a specific application group using my new WebApp.

The App Scanner is also useful for other EPM vendors, as it seems like a generic issue with one file at a time for Cy@#$%@# and De#@^% also.

 

2 replies

  • BeyondTrust Employee
  • June 8, 2026

Hello ​@Jens Hansen 

Please submit a feature enhancement request to our Product Managers Ideas site. 

https://beyondtrustcorp.service-now.com/csm?id=kb_article_view&sysparm_article=KB0023618

 

 

 


Forum|alt.badge.img+4
  • Author
  • Guru
  • June 8, 2026

Hello ​@Jens Hansen 

Please submit a feature enhancement request to our Product Managers Ideas site. 

https://beyondtrustcorp.service-now.com/csm?id=kb_article_view&sysparm_article=KB0023618

 

 

 

Well Browse a file and pickup file attribute is a parity still missing from the MMC. CyberArk has it….

The API functions works great for what i need to accomplish, it was just me giving people an idea of what can be done from the API side if they are missing functionality.