There are a lot of commands that every administrator uses in their day-to-day tasks.
What if Uipath has to perform a few tasks using a script and later use it somewhere else?
let’s see how to do that…!!!
Mandatory: UiPath.Core.Activities package
Example
Implementation using UiPath :
Let us implement a workflow to find the top “N” processes that are consuming the most memory.
(Please ignore the PowerShell script if you don’t understand it, because our goal here is to learn the integration rather than the code)
PowerShell Script(File has been attached in the source code)
Step 1:
Drag “Input Dialogue” activity into the designer panel to ask the user for his choice and save the user-provided input into a variable.
Step 2:
Drag “Invoke Power Shell” activity into the designer panel and supply the required fields as shown below along with the input arguments. i.e ProcessCount here
Input Parameters:
Step 3:
Finally, execute the processes 🙂
You should be able to see the results!!!
(You can find the below file at your output file location, provided by you in the PowerShell script)
Click here to download the Source Code…
Hope it has helped you…
Good to see these kinda useful posts…
Keep up the good work bro.. 🙂
Glad to hear that
Thanks bro😉ðŸ™ðŸ»