keroppurple.blogg.se

Windows server 2016 internet explorer not working
Windows server 2016 internet explorer not working









windows server 2016 internet explorer not working

When I RDP to $ADVMName and try to access it is not successful, clicking Fix connection problems says The DNS Server isn't responding. (although the IP addresses of the new VM's are not sequential)

windows server 2016 internet explorer not working

New-AzureVM -ServiceName $CloudServiceName -VMs $ADVM,$SQLVM,$APPVM -AffinityGroup $AffinityGroup -VNetName $VirtualNetworkNameĪll the VM's and cloud service get created as expected. $APPVM = New-AzureVMConfig -Name $APPVMName -InstanceSize Large -ImageName $AppImageName.ImageName | $SQLVM = New-AzureVMConfig -Name $SQLVMName -InstanceSize Medium -ImageName $SQLImageName.ImageName |Īdd-AzureDataDisk -CreateNew -DiskSizeInGB 50 -DiskLabel 'datadisk2' -LUN 0 | $ADVM = New-AzureVMConfig -Name $ADVMName -InstanceSize Small -ImageName $ADVMImageName.ImageName |Īdd-AzureProvisioningConfig -Windows -Password $AdminPassword |Īdd-AzureDataDisk -CreateNew -DiskSizeInGB 10 -DiskLabel 'datadisk2' -LUN 0 |Īdd-AzureEndpoint -Protocol tcp -LocalPort 80 -PublicPort 80 -Name 'web' -LBSetName 'lbweb' -ProbePort 80 -ProbeProtocol http -ProbePath '/'

windows server 2016 internet explorer not working

I've created 3 virtual machine images in a single cloud service using powershell. I've created a Virtual Network with address space 192.168. I've created an Azure DNS server with Address 192.168.0.4











Windows server 2016 internet explorer not working