Create your first automation in just a few minutes.Try Studio Web →
by Madhurima M
0
Solution
<100
Summary
Summary
PowerShell script to upload NuGet package files (*.nupkg) generated by UiPath Studio to Orchestrator via API in bulk
Overview
Overview
PowerShell script to upload NuGet package files (*.nupkg) generated by UiPath Studio to Orchestrator via API in bulk.
Parameter
- uriOrch: The URL of Orchestrator
- tenantName: The tenant name of Orchestrator. The default value is "default"
- adminName: Orchestrator admin user name who has a Role of Create Package
- adminPasswd: The password of the corresponding Orchestrator admin user
- pkgDir: The directory of NuGet packages that is to be uploaded to Orchestrator. All sub-directories are also processed. The default value is "$Env:ProgramData\UiPath\Packages"
Example
.\orchestrator-upload-package -uriOrch "https://your-orchestrator-url" -adminName "pkg-admin" -adminPasswd "password" -pkgDir "C:\TEMP"
Features
Features
This PS script would help you with: Faster bulk upload of NuGet Packages Smooth migration from the legacy repository type to the latest (e.g., Amazon S3) https://docs.uipath.com/orchestrator/docs/webconfig#section-deployment
Additional Information
Additional Information
Dependencies
PowerShell 3.0 or later will be applicable for this component
Code Language
Visual Basic
License & Privacy
Apache
Privacy Terms
Technical
Version
1.0Updated
January 30, 2020Works with
UiPath Orchestrator v2018.4 or later and later one
Certification
Silver Certified
Tags
Collections
Support
UiPath Community Support