Execute Command in Powershell

Dear Team,

I have to execute below command in Powershell and get the output.

systeminfo | find “Physical Memory”

Please let me know.

Thanks,
Amol

Hi Amol_Golhar,
In the following link you can find the answer.

Hope it helps you!

Hi Amol,

just noticed there’s this activity package that can perform this possibly:


For more details you can click here.

Cheers!

Dear Team,

My point is how to execute commands with double quotes in powershell or cmd.

Thanks,
Amol

Hey @Amol_Golhar
Just like that:
"systeminfo | Select-String 'Physical Memory'"


image

in StudioX it’s also working fine:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.