Hi Team,
When I am using below commands in powershell, we are able to connect with UiPath On-Prem server, But not with the cloud instance.
- $ProcessData = Get-UiPathProcess -AuthToken $AuthToken -Name $ProcessName
→ here $AuthToken and $ProcessName having valid values, however $ProcessData become null
Similarly,
2. $GetProcessData= Get-UiPathProcessSchedule -AuthToken $AuthToken -Name $ScheduleName
→ here $AuthToken and $ScheduleName having valid values, however $GetProcessData become null
Can you anyone suggest right commands to use in powershell for reading details from UiPath Cloud
