# wget http://sourceforge.net/projects/winexe/files/winexe-1.00.tar.gz/download -O winexe-1.00.tar.gz
# tar xf winexe-1.00.tar.gz
# cd winexe-1.00/source4
# ./autogen.sh
# ./configure
# make
winexe 1.00 ¿¡¼ powershell
./winexe -U "Administrator%${password}" //192.168.xxx.xxx 'powershell.exe C:\VM_TEST.ps1'
Modules import
./winexe -U "Administrator%${password}" //192.168.xxx.xxx 'powershell.exe -ImportSystemModules "C:\VM_TEST.ps1"'