12 lines
544 B
XML
12 lines
544 B
XML
<FirstLogonCommands>
|
|
<SynchronousCommand>
|
|
<CommandLine>cmd /c "copy C:\AzureData\CustomData.bin C:\winrm.ps1"</CommandLine>
|
|
<Description>Move the CustomData file to the working directory</Description>
|
|
<Order>12</Order>
|
|
</SynchronousCommand>
|
|
<SynchronousCommand>
|
|
<CommandLine>powershell.exe -sta -ExecutionPolicy Unrestricted -file C:\winrm.ps1</CommandLine>
|
|
<Description>Execute the WinRM enabling script</Description>
|
|
<Order>13</Order>
|
|
</SynchronousCommand>
|
|
</FirstLogonCommands> |