Windows Azure Powershell Copying file to VM

前端 未结 6 1905
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 08:25

I am trying to use Windows Azure PowerShell to copy a zip file into VM. I have managed to connect to VM following the documentation.

But, I cannot find any tutorial

6条回答
  •  萌比男神i
    2021-01-02 09:27

    I am able to copy binary on destination server but unable to install, I am using below syntax in deploy.ps1 at the bottom

    powershell.exe Start-Process -Wait  -PassThru msiexec -ArgumentList '/qn /i "c:\MyTempFolder\ddagent.msi" APIKEY="8532473174"'
    

提交回复
热议问题