Forum Discussion
rraghvani
Champion Level 3
3 years agoIs it possible to create a PowerShell script file (script.ps1) with the command I provided, and then call
Powershell.exe -File C:\Temp\script.ps1from your yml file?
- praveenskg3 years agoContributorYes i am able to keep it in .ps1 file and run it from yaml. Thank you!!