Skip to content

Commit ac363f3

Browse files
committed
(#280) Updates CCM Website Root Address
1 parent bf60025 commit ac363f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Start-C4bCcmSetup.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ process {
237237
Invoke-Choco config set centralManagementServiceCommunicationSaltAdditivePassword $ServiceSaltValue.ToPlainText()
238238
}
239239

240+
# Set Website Root Address
241+
Update-CcmSettings -CcmEndpoint $CCmEndpoint -Credential $CCMCredential -Settings @{
242+
website = @{
243+
webSiteRootAddress = $CcmEndpoint
244+
}
245+
}
246+
240247
$CcmSvcUrl = Invoke-Choco config get centralManagementServiceUrl -r
241248
Update-Clixml -Properties @{
242249
CCMServiceURL = $CcmSvcUrl

0 commit comments

Comments
 (0)