You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sccm-ps/ConfigurationManager/Set-UpdateServerApplication.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
external help file: AdminUI.PS.dll-Help.xml
3
+
Locale: en-US
3
4
Module Name: ConfigurationManager
4
5
ms.date: 09/18/2023
5
6
online version:
@@ -10,18 +11,24 @@ schema: 2.0.0
10
11
11
12
## SYNOPSIS
12
13
13
-
Use the console to update the server app or use this cmdlet to add the missing URL http://localhost to your existing server app.
14
+
Use the console to update the server app or use this cmdlet to add the missing URL
15
+
`http://localhost` to your existing server app.
16
+
17
+
## SYNTAX
14
18
15
19
## DESCRIPTION
16
20
17
-
This cmdlet is for existing customer who is using pre-existing old Server App and it has missing URL http://localhost. These customers have to add this URL to their Server App in both database (Table:AAD_Application_Ex) and in Microsoft Entra ID in Azure portal where Server Apps reside. Customers can use console to update the server app or this cmdlet.
21
+
This cmdlet is for existing customer who is using pre-existing old Server App and it has missing URL
22
+
`http://localhost`. These customers have to add this URL to their Server App in both database
23
+
(Table:AAD_Application_Ex) and in Microsoft Entra ID in Azure portal where Server Apps reside.
24
+
Customers can use console to update the server app or this cmdlet.
0 commit comments