Power Automate Desktop || How to work with "Run Powershell Script" Action
Posted
by
Ameer
14
00:00 How to work with "Run Powershell Script" Action
00:24 Run Powershell Script Action : Parameters
01:14 What is Powershell???
03:25 Powershell Script Example
<#Display services that are currently active#>
Get-Service
Get-Service | Where-Object {$_.Status -eq "Running"}
07:09 Flow Explanation
09:45 Flow Execution
11:15 Summary
*This post is locked for comments