UiPathOrch
0.9.12.1
PowerShell providers for managing UiPath Orchestrator entities via cmdlets.
Minimum PowerShell version
7.4.2
Installation Options
Owners
Copyright
(c) UiPath All rights reserved.
Package Details
Author(s)
- Yoshifumi Tsuda
Cmdlets
Get-OrchLibrary Get-OrchLibraryVersion Remove-OrchLibrary Import-OrchLibrary Export-OrchLibrary Copy-OrchLibrary Get-OrchPackage Copy-OrchPackage Get-OrchPackageVersion Remove-OrchPackage Import-OrchPackage Export-OrchPackage Get-OrchJob Start-OrchJob Stop-OrchJob Open-OrchJob Get-OrchLog Get-OrchAuditLog Get-OrchJobMedia Export-OrchJobMedia Remove-OrchJobMedia Get-OrchProcess New-OrchProcess Update-OrchProcess Copy-OrchProcess Remove-OrchProcess Edit-OrchProcess Update-OrchProcessVersion Reset-OrchProcessVersion Get-OrchRobot Get-OrchUser Get-OrchUserPrivilege Add-OrchUser Update-OrchUser Copy-OrchUser Remove-OrchUser Remove-OrchRoleFromUser Get-OrchCurrentUser Update-OrchCurrentUserURPassword Get-OrchLicenseNamedUser Get-OrchLicenseRuntime Enable-OrchLicenseRuntime Disable-OrchLicenseRuntime Get-PmAuditLog Get-PmLicensedUser Get-PmLicensedGroup Remove-PmLicensedGroup Add-PmLicenseToPmLicensedGroup Remove-PmAllocationFromPmLicensedGroup Remove-PmLicenseFromPmLicensedGroup Get-OrchClassicRobot Get-OrchClassicEnvironment Get-OrchUserSession Get-OrchMachineSession Get-OrchUnattendedSession Enable-OrchMaintenanceMode Disable-OrchMaintenanceMode Get-OrchJobStats Get-OrchLicenseStats Get-OrchRole Set-OrchRole Remove-OrchRole Copy-OrchRole Get-OrchCalendar Remove-OrchCalendar Copy-OrchCalendar Add-OrchCalendarDate Remove-OrchCalendarDate Get-OrchPersonalWorkspace Remove-OrchPersonalWorkspace Get-OrchFolderUsage Get-OrchFolderUser Add-OrchFolderUser Copy-OrchFolderUser Move-OrchFolderUser Remove-OrchFolderUser Add-OrchRoleToFolderUser Remove-OrchRoleFromFolderUser Get-OrchMachine Update-OrchMachine New-OrchMachine Remove-OrchMachine Copy-OrchMachine Get-OrchMachineClientSecretId Add-OrchMachineClientSecret Remove-OrchMachineClientSecret Get-OrchFolderMachine Add-OrchFolderMachine Copy-OrchFolderMachine Remove-OrchFolderMachine Enable-OrchFolderMachineInherit Disable-OrchFolderMachineInherit Get-OrchFolderMachineAccountMapping Enable-OrchFolderMachineAccountMapping Disable-OrchFolderMachineAccountMapping Get-OrchAsset Set-OrchAsset Copy-OrchAsset Remove-OrchAsset Set-OrchCredentialAsset Get-OrchCredentialStore Copy-OrchCredentialStore Remove-OrchCredentialStore Get-OrchAssetLink Add-OrchAssetLink Get-OrchTrigger New-OrchTrigger Update-OrchTrigger Remove-OrchTrigger Copy-OrchTrigger Enable-OrchTrigger Disable-OrchTrigger Get-OrchApiTrigger Remove-OrchApiTrigger Copy-OrchApiTrigger Enable-OrchApiTrigger Disable-OrchApiTrigger Get-OrchQueue New-OrchQueue Update-OrchQueue Copy-OrchQueue Remove-OrchQueue Get-OrchQueueItem Import-OrchQueueItem Redo-OrchQueueItem Get-OrchTestSet Copy-OrchTestSet Remove-OrchTestSet Start-OrchTestSet Get-OrchTestCase Get-OrchTestCaseExecution Remove-OrchTestCase Get-OrchTestSetExecution Stop-OrchTestSetExecution Get-OrchTestSetSchedule Copy-OrchTestSetSchedule Remove-OrchTestSetSchedule Enable-OrchTestSetSchedule Disable-OrchTestSetSchedule Get-OrchTestDataQueue Copy-OrchTestDataQueue Remove-OrchTestDataQueue Get-OrchTestDataQueueItem Reset-OrchTestDataQueueItem Get-OrchAlert Get-OrchBucket New-OrchBucket Copy-OrchBucket Remove-OrchBucket Get-OrchBucketItem Get-OrchWebhook Copy-OrchWebhook Remove-OrchWebhook Enable-OrchWebhook Disable-OrchWebhook Get-OrchSetting Get-OrchExecutionSetting Get-OrchWebSetting Get-OrchAuthenticationSetting Get-OrchActivitySetting Get-OrchConnectionString Get-OrchLicense Get-OrchUpdateSetting Get-OrchActionCatalog Copy-OrchActionCatalog Remove-OrchActionCatalog Search-OrchDirectory Search-PmDirectory Resolve-PmDirectoryNameBulk Get-PmUser Update-PmUser Remove-PmUser New-PmUser Copy-PmUser Get-PmRobotAccount Set-PmRobotAccount Copy-PmRobotAccount Remove-PmRobotAccount Get-PmGroup New-PmGroup Copy-PmGroup Remove-PmGroup Get-PmGroupMember Add-PmGroupMember Move-PmGroupMember Remove-PmGroupMember Get-PmExternalApiResource Get-PmExternalApplication Copy-PmExternalApplication Remove-PmExternalApplication Get-DuRole Get-DuDocumentType Get-DuClassifier Get-DuExtractor Get-DuUser Add-DuUser Remove-DuRoleFromDuUser Get-TmConfiguration Get-TmProjectSetting Get-TmProjectPermission Get-TmServerInfo Get-TmRequirement Remove-TmRequirement Get-TmTestCase Remove-TmTestCase Get-TmTestSet Remove-TmTestSet Clear-OrchCache Edit-OrchConfig Get-OrchPSDrive Set-OrchLocation Open-OrchLogLocation
Functions
Get-OrchTestDataQueueItemTable Enable-OrchUserAttended Disable-OrchUserAttended Enable-OrchPersonalWorkspace Disable-OrchPersonalWorkspace Find-OrchFolderNoUserAssigned Get-OrchJobVideo
Dependencies
This module has no dependencies.
Release Notes
- Added Copy-PmGroup and Copy-PmExternalApplication cmdlets.
- The following cmdlets are now available for copying organization entities. When all of these cmdlets are executed, the final set of entities created in the destination will be the same, regardless of the order in which the cmdlets are run:
- Copy-PmUser
- Copy-PmRobotAccount
- Copy-PmExternalApplication
- Copy-PmGroup
- All of these cmdlets share the same usage pattern. For example, the following command copies all local users from Orch1: to Orch2:
PS Orch1:\> Copy-PmUser * Orch2: -WhatIf
- If the output looks correct, remove the -WhatIf switch and run the command again.
- Note: If Orch1: and Orch2: belong to the same organization, no action will be taken.
- Copy-PmUser, Copy-PmRobotAccount, and Copy-PmExternalApplication automatically add copied entities to groups with the same name in the destination. If no such group exists, one is automatically created.
- Copy-PmGroup automatically adds local users, robot accounts, external applications, directory users, and directory groups with the same name to the copied group. However, if such entities with the same names do not exist in the destination, they will not be created automatically.
- Added Remove-PmExternalApplication cmdlet.
- Note: External applications currently in use for the UiPathOrch connection cannot be deleted unless the -Force switch is specified.
- Updated Remove-PmUser to prevent deletion of users currently used for connecting via non-confidential apps in UiPathOrch.
- Fixed an issue where New-OrchProcess did not work in environments using API versions earlier than 19. This issue was introduced in version 0.9.10.9.
- Note: You can check the Web API version of the target Orchestrator using the Get-OrchPSDrive cmdlet.
- Triggers copied with Copy-OrchTrigger or Copy-Item are now always created as disabled, even if the source trigger is enabled.
- When using the Orch-UpdateUser cmdlet with parameters that modify ExecutionSettings (such as -ES_TracingLevel or -ES_StudioNotifyServer), the settings were previously applied only to the user's UnattendedRobot property. Now, the cmdlet also applies the same values to the user's RobotProvision property. Additionally, these property updates are no longer applied to users whose Type is DirectoryExternalApplication.
FileList
- UiPathOrch.nuspec
- UiPathOrch.psm1
- Docs\UiPathOrch Manual.pdf
- en-US\UiPath.PowerShell.OrchProvider.dll-Help.xml
- Examples\Add-TenantUser.ps1
- Examples\Get-FolderMachinesFromAllOrchDrives.ps1
- Examples\Get-JobsFromAllOrchDrives.ps1
- Examples\Get-RobotVersions.ps1
- Examples\Remove-TenantUsersFromCsv.ps1
- Examples\Send-SuspendedJobAlerts.ps1
- Functions\Disable-OrchPersonalWorkspace.ps1
- Functions\Enable-OrchPersonalWorkspace.ps1
- Functions\Find-OrchFolderNoUserAssigned.ps1
- Functions\Get-OrchTestDataQueueItemTable.ps1
- ja-JP\UiPath.PowerShell.OrchProvider.dll-Help.xml
- OrchProvider.Format.ps1xml
- UiPathOrch.psd1
- Docs\UiPathOrch Manual - JA.pdf
- en-US\about_UiPathOrch.help.txt
- en-US\UiPathOrch-help.xml
- Examples\Download-AllActivePackages.ps1
- Examples\Get-FolderUsersFromAllOrchDrives.ps1
- Examples\Get-ProcessesFromAllOrchDrives.ps1
- Examples\Get-UsersFromAllOrchDrives.ps1
- Examples\Send-PendingJobAlerts.ps1
- Examples\StartJob-WhenJobFailed.ps1
- Functions\Disable-OrchUserAttended.ps1
- Functions\Enable-OrchUserAttended.ps1
- Functions\Get-OrchJobVideo.ps1
- ja-JP\about_UiPathOrch.help.txt
- ja-JP\UiPathOrch-help.xml
- UiPath.PowerShell.OrchProvider.dll
Version History
Version | Downloads | Last updated |
---|---|---|
0.9.12.2 | 15 | 5/2/2025 |
0.9.12.1 (current version) | 13 | 4/25/2025 |
0.9.12.0 | 24 | 4/14/2025 |
0.9.11.4 | 5 | 4/12/2025 |
0.9.11.3 | 9 | 4/11/2025 |
0.9.11.2 | 12 | 4/5/2025 |
0.9.11.1 | 9 | 4/1/2025 |
0.9.11.0 | 7 | 3/31/2025 |
0.9.10.9 | 10 | 3/27/2025 |
0.9.10.8 | 6 | 3/26/2025 |
0.9.10.7 | 21 | 3/18/2025 |
0.9.10.6 | 6 | 3/14/2025 |
0.9.10.5 | 9 | 3/12/2025 |
0.9.10.4 | 13 | 3/8/2025 |
0.9.10.3 | 37 | 2/26/2025 |
0.9.10.2 | 7 | 2/25/2025 |
0.9.10.1 | 16 | 2/15/2025 |
0.9.10.0 | 7 | 2/14/2025 |
0.9.9.7 | 9 | 2/12/2025 |
0.9.9.6 | 6 | 2/11/2025 |
0.9.9.5 | 10 | 2/7/2025 |
0.9.9.4 | 18 | 2/1/2025 |
0.9.9.3 | 14 | 1/31/2025 |
0.9.9.2 | 11 | 1/27/2025 |
0.9.9.1 | 18 | 1/15/2025 |
0.9.9.0 | 13 | 1/13/2025 |
0.9.8.24 | 5 | 1/13/2025 |
0.9.8.23 | 13 | 1/3/2025 |
0.9.8.22 | 15 | 12/16/2024 |
0.9.8.21 | 12 | 12/12/2024 |
0.9.8.20 | 40 | 12/4/2024 |
0.9.8.19 | 13 | 11/30/2024 |
0.9.8.18 | 18 | 11/27/2024 |
0.9.8.17 | 13 | 11/26/2024 |
0.9.8.16 | 8 | 11/25/2024 |
0.9.8.15 | 6 | 11/22/2024 |
0.9.8.14 | 6 | 11/21/2024 |
0.9.8.13 | 9 | 11/20/2024 |
0.9.8.12 | 10 | 11/18/2024 |
0.9.8.11 | 15 | 11/12/2024 |
0.9.8.10 | 19 | 11/7/2024 |
0.9.8.9 | 13 | 11/6/2024 |
0.9.8.8 | 8 | 11/5/2024 |
0.9.8.7 | 8 | 11/4/2024 |
0.9.8.6 | 10 | 11/3/2024 |
0.9.8.5 | 7 | 11/1/2024 |
0.9.8.4 | 16 | 10/30/2024 |
0.9.8.3 | 10 | 10/28/2024 |
0.9.8.2 | 17 | 10/27/2024 |
0.9.8.1 | 6 | 10/25/2024 |
0.9.8.0 | 4 | 10/25/2024 |
0.9.7.18 | 6 | 10/25/2024 |
0.9.7.17 | 9 | 10/23/2024 |
0.9.7.16 | 26 | 10/21/2024 |
0.9.7.15 | 16 | 10/21/2024 |
0.9.7.14 | 7 | 10/17/2024 |
0.9.7.13 | 12 | 10/15/2024 |
0.9.7.12 | 6 | 10/15/2024 |
0.9.7.11 | 7 | 10/11/2024 |
0.9.7.10 | 13 | 10/10/2024 |
0.9.7.9 | 9 | 10/7/2024 |
0.9.7.8 | 14 | 9/30/2024 |
0.9.7.7 | 9 | 9/29/2024 |
0.9.7.6 | 5 | 9/28/2024 |
0.9.7.5 | 7 | 9/27/2024 |
0.9.7.4 | 16 | 9/24/2024 |
0.9.7.3 | 10 | 9/21/2024 |
0.9.7.2 | 10 | 9/18/2024 |
0.9.7.1 | 9 | 9/17/2024 |
0.9.7.0 | 9 | 9/16/2024 |
0.9.6.23 | 12 | 9/11/2024 |
0.9.6.22 | 9 | 9/9/2024 |
0.9.6.21 | 46 | 9/8/2024 |
0.9.6.20 | 10 | 9/7/2024 |
0.9.6.19 | 8 | 9/6/2024 |
0.9.6.18 | 7 | 9/6/2024 |
0.9.6.17 | 15 | 9/4/2024 |
0.9.6.16 | 15 | 9/4/2024 |
0.9.6.15 | 12 | 9/3/2024 |
0.9.6.14 | 22 | 9/2/2024 |
0.9.6.13 | 12 | 9/1/2024 |
0.9.6.12 | 10 | 8/30/2024 |
0.9.6.11 | 8 | 8/27/2024 |
0.9.6.10 | 17 | 8/25/2024 |
0.9.6.9 | 4 | 8/25/2024 |
0.9.6.8 | 68 | 8/21/2024 |
0.9.6.7 | 52 | 8/19/2024 |
0.9.6.6 | 30 | 8/18/2024 |
0.9.6.5 | 42 | 8/17/2024 |
0.9.6.4 | 18 | 8/16/2024 |
0.9.6.3 | 7 | 8/16/2024 |
0.9.6.2 | 30 | 8/13/2024 |
0.9.6.1 | 133 | 8/8/2024 |
0.9.6.0 | 31 | 8/7/2024 |
0.9.5.16 | 7 | 8/6/2024 |
0.9.5.15 | 4 | 8/6/2024 |
0.9.5.14 | 5 | 8/5/2024 |
0.9.5.13 | 4 | 8/4/2024 |
0.9.5.12 | 6 | 8/1/2024 |
0.9.5.11 | 6 | 7/31/2024 |
0.9.5.10 | 14 | 7/26/2024 |
0.9.5.9 | 8 | 7/25/2024 |
0.9.5.8 | 5 | 7/25/2024 |
0.9.5.7 | 6 | 7/25/2024 |
0.9.5.6 | 8 | 7/21/2024 |
0.9.5.5 | 4 | 7/18/2024 |
0.9.5.4 | 7 | 7/17/2024 |
0.9.5.3 | 15 | 7/11/2024 |
0.9.5.2 | 8 | 7/10/2024 |
0.9.5.1 | 7 | 7/9/2024 |
0.9.5.0 | 15 | 7/6/2024 |
0.9.4.0 | 21 | 6/30/2024 |
0.9.3.1 | 5 | 6/28/2024 |
0.9.3.0 | 7 | 6/26/2024 |
0.9.2.2 | 9 | 6/24/2024 |
0.9.2.1 | 6 | 6/23/2024 |
0.9.2.0 | 7 | 6/20/2024 |
0.9.1.1 | 4 | 6/19/2024 |
0.9.1.0 | 6 | 6/16/2024 |
0.9.0.1 | 4 | 6/13/2024 |
0.9.0.0 | 10 | 6/4/2024 |
0.8.11.1 | 10 | 5/27/2024 |
0.8.11.0 | 5 | 5/26/2024 |
0.8.10.13 | 4 | 5/24/2024 |
0.8.10.12 | 5 | 5/23/2024 |
0.8.10.11 | 6 | 5/21/2024 |
0.8.10.10 | 7 | 5/19/2024 |
0.8.10.9 | 22 | 5/13/2024 |
0.8.10.8 | 6 | 5/10/2024 |
0.8.10.7 | 6 | 5/9/2024 |
0.8.10.6 | 7 | 5/7/2024 |
0.8.10.5 | 6 | 5/6/2024 |
0.8.10.4 | 5 | 5/6/2024 |
0.8.10.3 | 4 | 5/5/2024 |
0.8.10.2 | 5 | 5/3/2024 |
0.8.10.1 | 4 | 5/2/2024 |
0.8.10.0 | 4 | 4/30/2024 |
0.8.9.8 | 6 | 4/19/2024 |
0.8.9.7 | 6 | 4/18/2024 |
0.8.9.6 | 5 | 4/16/2024 |
0.8.9.5 | 5 | 4/15/2024 |
0.8.9.4 | 4 | 4/15/2024 |
0.8.9.3 | 5 | 4/13/2024 |
0.8.9.2 | 6 | 4/12/2024 |
0.8.9.1 | 8 | 4/9/2024 |
0.8.9.0 | 5 | 4/7/2024 |
0.8.8.3 | 5 | 4/2/2024 |
0.8.8.2 | 4 | 4/2/2024 |
0.8.8.1 | 5 | 4/2/2024 |
0.8.8.0 | 5 | 3/29/2024 |
0.8.7.5 | 4 | 3/28/2024 |
0.8.7.4 | 5 | 3/27/2024 |
0.8.7.3 | 7 | 3/24/2024 |
0.8.7.2 | 4 | 3/23/2024 |
0.8.7.1 | 7 | 3/20/2024 |
0.8.7.0 | 11 | 3/18/2024 |
0.8.6.8 | 6 | 3/15/2024 |
0.8.6.7 | 8 | 3/13/2024 |
0.8.6.6 | 7 | 3/12/2024 |
0.8.6.5 | 6 | 3/12/2024 |
0.8.6.4 | 7 | 3/11/2024 |
0.8.6.3 | 6 | 3/10/2024 |
0.8.6.2 | 6 | 3/8/2024 |
0.8.6.1 | 6 | 3/8/2024 |
0.8.6.0 | 7 | 3/4/2024 |
0.8.5.5 | 6 | 3/1/2024 |
0.8.5.4 | 7 | 2/27/2024 |
0.8.5.3 | 6 | 2/27/2024 |
0.8.5.2 | 8 | 2/27/2024 |
0.8.5.1 | 8 | 2/26/2024 |
0.8.5.0 | 9 | 2/25/2024 |
0.8.4.0 | 8 | 2/23/2024 |
0.8.3.7 | 9 | 2/19/2024 |
0.8.3.6 | 7 | 2/18/2024 |
0.8.3.5 | 7 | 2/16/2024 |
0.8.3.4 | 11 | 2/16/2024 |
0.8.3.3 | 10 | 2/15/2024 |
0.8.3.2 | 11 | 2/12/2024 |
0.8.3.1 | 7 | 2/12/2024 |
0.8.3.0 | 7 | 2/11/2024 |
0.8.2.0 | 10 | 2/3/2024 |
0.8.1.5 | 9 | 1/31/2024 |
0.8.1.4 | 7 | 1/31/2024 |
0.8.1.3 | 10 | 1/26/2024 |
0.8.1.2 | 12 | 1/24/2024 |
0.8.1.1 | 12 | 1/17/2024 |
0.8.1.0 | 9 | 1/15/2024 |
0.8.0.10 | 16 | 12/19/2023 |
0.8.0.9 | 33 | 11/16/2023 |
0.8.0.8 | 8 | 11/13/2023 |
0.8.0.7 | 10 | 11/12/2023 |
0.8.0.6 | 7 | 11/6/2023 |
0.8.0.5 | 12 | 11/6/2023 |
0.8.0.4 | 6 | 11/6/2023 |
0.8.0.3 | 7 | 11/5/2023 |
0.8.0.2 | 7 | 11/3/2023 |
0.8.0.1 | 9 | 11/3/2023 |
0.8.0.0 | 8 | 11/3/2023 |