UiPath | Invoke Power Shell Code | How to invoke Power Shell Script in UiPath with Input Parameters

preview_player
Показать описание
#rpa #uipath #powershell
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about how to run a power shell code in UiPath. It is explained how one can also define and use input parameters.

👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, wie man einen Power Shell Code in UiPath ausführen kann. Es wird erklärt, wie man auch Input Parameters definieren und nutzen kann.

📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Write your Power Shell Code in a text file
➋ Copy the path of the text file
➌ Add activity: Read Text File
➍ Add the path of the text file to this activity
➎ Add output variable: psCommand from type string
➏ Add activity: Invoke Power Shell
➐ Set ContinueOnError to True
➑ Check IsScript
➒ Add your Input Parameter after you have created the input variable in UiPath (MyName)
➓ Run the code to see the result

✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ Invoke Power Shell Code
→ Invoke Power Shell Script
→ Power Shell
→ UiPath und Power Shell
→ Power Shell with input parameters
→ Read Text File
→ Invoke Power Shell
→ UiPath Code

Рекомендации по теме
Комментарии
Автор

Dear Mahmoud, wish you could create more content regarding uipath and powershell, some advanced applications.

TheOriginalbeat
Автор

Salem Mahmoud nice video
I need to run the following : Get-ADUser $env:USERNAME do you know how to achieve it in UiPath?

Ayyjob