Execute a command in power shell

hello community!
I need to execute a command in power shell, as I have never used this activity I don’t know how to configure it correctly, could you help me?
The command is in the print below

What I would do is to test the command in a powershell cli directly and once you guarantee it’s working properly, you will have two options. The first one is using the direct UiPath activity called “Invoke power shell” and enter the same command. the second one is saving on the project folder a file with the command, and using the “start process” activity with the file path you have created to execute it. you can check this video too https://www.youtube.com/watch?v=43rS9rr0Jr0

Hi @amanda.gondim

Please refer this blog , it is a bit older , but I guess it might guide you .
Hope it helps .