Seeking PowerShell Script for Automatically Uploading Assets to On-Premises Orchestrator

Hello everyone,

I’m currently working on a project where I need to automate the process of uploading assets into an on-premises UiPath Orchestrator. I was wondering if anyone here has experience with writing a PowerShell script for this purpose?

Specifically, I’m looking for guidance or examples of how to:

  1. Authenticate with the on-premises Orchestrator API using PowerShell.
  2. Create or update assets in the Orchestrator programmatically.
  3. Handle any potential errors or exceptions during the process.

Any code snippets, documentation, or tips would be greatly appreciated!

Thank you in advance for your help.

Best regards,
Simon.

@simo

To upload assets to an on-premises UiPath Orchestrator using a PowerShell script, you can use the UiPath Orchestrator API.
API Access: You need the API URL, tenant name, and user credentials for the Orchestrator.

1 Like

@simo

Any specific reason to use powershell?

As creating a set asset bot or using orchestrator manager would be the easiest options

Cheers

1 Like