Dear Team,
I have to execute below command in Powershell and get the output.
systeminfo | find “Physical Memory”
Please let me know.
Thanks,
Amol
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:
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'"
in StudioX it’s also working fine:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.