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

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -