зеркало из
1
0
Форкнуть 0
Fixing case.
This commit is contained in:
coreysa 2014-03-06 15:20:35 -08:00
Родитель ebab55d893
Коммит 7cefd25d42
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -230,7 +230,7 @@ FormatDisk
ConfigureDC
# Get the DC IP
$vm = get-azurevm -ServiceName $serviceName -Name $vmName
$vm = Get-AzureVM -ServiceName $serviceName -Name $vmName
$domainControllerIP = $vm.IpAddress
Write-Output "Configuring $vmName with a static internal IP, $domainControllerIP. This will allow stopping the VM later and still retain the IP."