Skip to content

Commit 4d666b0

Browse files
Merge pull request #487 from sdwheeler/sdw-w437088-fix-platyps
Fix command capitalization
2 parents feb41cf + f00f95b commit 4d666b0

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

sccm-ps/ConfigurationManager/Get-CMDataBaseReplicationStatus.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ external help file: AdminUI.PS.dll-Help.xml
44
Module Name: ConfigurationManager
55
ms.date: 05/02/2019
66
schema: 2.0.0
7-
title: Get-CMDatabaseReplicationStatus
7+
title: Get-CMDataBaseReplicationStatus
88
---
99

10-
# Get-CMDatabaseReplicationStatus
10+
# Get-CMDataBaseReplicationStatus
1111

1212
## SYNOPSIS
1313
Gets the status for database replication.
1414

1515
## SYNTAX
1616

1717
```
18-
Get-CMDatabaseReplicationStatus [-ChildSiteCode <String>] [-ParentSiteCode <String>] [-DisableWildcardHandling]
18+
Get-CMDataBaseReplicationStatus [-ChildSiteCode <String>] [-ParentSiteCode <String>] [-DisableWildcardHandling]
1919
[-ForceWildcardHandling] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-CMDatabaseReplicationStatus** cmdlet gets the status of the database replication link for a Configuration Manager parent/child site pair.
23+
The **Get-CMDataBaseReplicationStatus** cmdlet gets the status of the database replication link for a Configuration Manager parent/child site pair.
2424
The cmdlet identifies the sites by site code.
2525

2626
You can specify just the site code or just the name for a parent or child and get all the database replication links for the specified site.

sccm-ps/ConfigurationManager/Set-UpdateServerApplication.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: AdminUI.PS.dll-Help.xml
3+
Locale: en-US
34
Module Name: ConfigurationManager
45
ms.date: 09/18/2023
56
online version:
@@ -10,18 +11,24 @@ schema: 2.0.0
1011

1112
## SYNOPSIS
1213

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
1418

1519
## DESCRIPTION
1620

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.
1825

1926
## EXAMPLES
2027

2128
### Example 1
2229

2330
```powershell
24-
SET-UpdateServerApplication -TenantId 1E7C0B63-1DAB-4754-8433-AF8F9CFFCF38
31+
Set-UpdateServerApplication -TenantId 1E7C0B63-1DAB-4754-8433-AF8F9CFFCF38
2532
```
2633

2734
## PARAMETERS
@@ -38,6 +45,10 @@ Accept pipeline input: False
3845
Accept wildcard characters: False
3946
```
4047
48+
## INPUTS
49+
50+
## OUTPUTS
51+
4152
## NOTES
4253
4354
## RELATED LINKS

0 commit comments

Comments
 (0)