标签: vb.net powershell azure
我需要从vb启动脚本ps1(azure),我试着:
Process.Start("powershell.exe", "-NoProfile -ExecutionPolicy unrestricted -noexit 'C:\test.ps1' ")
但我的powershell只加载了1个模块,它无法加载我的azure模块,我无法导入模块azure
如果您有任何想法会很棒! thx