- uriOrch: The URL of Orchestrator
- tenantName: The tenant name of Orchestrator. The default value is "default"
- adminName: On-premises Orchestrator admin user name who has appropriate Roles against all Folders.
- adminPasswd: The password of the corresponding Orchestrator admin user
- windowsAuth: Set $true if logging-in the on-premises Orchestrator with Windows Authentication
- userKey: User key for Cloud Orchestrator
- accountLogicalName: Account logical name for Cloud Orchestrator
- tenantLogicalName: Tenant logical name for Cloud Orchestrator
- clientId: Client ID for Cloud Orchestrator
- The administrator specified by adminName or userKey must have the following Roles against all Folders to export entities:
- Tenant Permissions: Machines View, Folders View, Users View
- Folder Permissions: Assets View, Processes View, Queues View, Robots View, Triggers View
# On-Premises Orchestrator
.\orchestrator-export-entities.ps1 -uriOrch "https://your-orchestrator-url" -adminName "export-admin" -adminPasswd "password"
.\orchestrator-export-entities.ps1 -uriOrch "https://cloud.uipath.com" -userKey "abcde_123456789012345678901234567890123456789" -accountLogicalName "MyAccount" -tenantLogicalName "MyTenant" -clientId "12345678901234567890123456789012"