vb.net - Process.start in vb can't load modules -
i need start script ps1 (azure) vb, tried :
process.start("powershell.exe", "-noprofile -executionpolicy unrestricted -noexit 'c:\test.ps1' ")
but powershell have 1 module loaded, can't load azure module , can't import-module azure
if have ideas great ! thx
Comments
Post a Comment