@@ -150,7 +150,7 @@ function Get-AzureStackNatServerAddress {
150150 [Parameter (HelpMessage = " The Domain suffix of the environment VMs" )]
151151 [string ] $DomainSuffix = ' azurestack.local' ,
152152 [parameter (HelpMessage = " NAT computer name in this Azure Stack Instance" )]
153- [string ] $natServer = " mas -bgpnat01" ,
153+ [string ] $natServer = " azs -bgpnat01" ,
154154 [parameter (HelpMessage = " Administrator user name of this Azure Stack Instance" )]
155155 [string ] $User = " administrator" ,
156156 [parameter (mandatory = $true , HelpMessage = " Administrator password used to deploy this Azure Stack instance" )]
@@ -229,7 +229,7 @@ function Connect-AzureStackVpn {
229229 [Parameter (HelpMessage = " The Domain suffix of the environment VMs" )]
230230 [string ] $DomainSuffix = ' azurestack.local' ,
231231 [parameter (HelpMessage = " Certificate Authority computer name in this Azure Stack Instance" )]
232- [string ] $Remote = " mas -ca01" ,
232+ [string ] $Remote = " azs -ca01" ,
233233 [parameter (HelpMessage = " Administrator user name of this Azure Stack Instance" )]
234234 [string ] $User = " administrator" ,
235235 [parameter (mandatory = $true , HelpMessage = " Administrator password used to deploy this Azure Stack instance" )]
0 commit comments