I managed to install the powershell module but I can’t connect with Get-UiPathAuthToken even though my orchestrator url is good (https://platform.uipath.com) and my credentials are good too. Is someone already tried to call orchestrator API with powershell could help me to connect and add a queue item ?
Hi,
Thx for reply.
1/ I can authenticate
2/ I can set folder "Set-UiPathCurrentFolder -FolderPath “folder”
3/ I can see the queue "Get-UiPathQueueDefinition -Name “queue” | Format-Table
4/ But I can not add itne to the queue "Add-UiPathQueueItem -QueueName “queue” -Reference “1111” -Priority “Normal” "
The error is:
Add-UiPathQueueItem : Value cannot be null.
Parameter name: source
At \testdrive\testdrive.ps1:32 char:1