I'm setting the following ConfigurationSet in Virtual Machine Deployment
<ConfigurationSet xsi:type="WindowsProvisioningConfigurationSet">
<ConfigurationSetType>WindowsProvisioningConfiguration</ConfigurationSetType>
<ComputerName>ROLE173D</ComputerName>
<AdminUsername>myname</AdminUsername>
<AdminPassword>mypassword</AdminPassword>
<WinRm>
<Listeners>
<Listener>
<Protocol>Http</Protocol>
</Listener>
<Listener>
<Protocol>Https</Protocol>
</Listener>
</Listeners>
</WinRm>
<DisableSshPasswordAuthentication>false</DisableSshPasswordAuthentication>
</ConfigurationSet>
Although the Window VM created (and the endpoint is set) it seems like it doesn't start the winrm service.
Edit
It seems like the winrm does run on port 5985 and the Endpoint is set to allow 5985, but the Windows VM firewall is blocking the access, is there away to open the firewall on the deployment?