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.ps1
from your yml file?
praveenskg
3 years agoContributor
Yes i am able to keep it in .ps1 file and run it from yaml. Thank you!!