I have been trying to deploy Microsoft Dynamics NAV on Windows Azure. Microsoft has gives few scripts which helps us deploy. While running the script I get the error :
"Get-WSManInstance : <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859046"Machine="MyCompName"><f:Message>WinRM cannot complete the operation. Verify that the specified computer name is valid,
that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this
computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet.
</f:Message></f:WSManFault>"
WinRM Service is running and WinRM is also setup for Remote Management using the Enable-PSRemoting -force.
It would be helpful if anyone can suggest a solution.