Skip to content

Commit ca8ac4c

Browse files
authored
Fix capitalization of New-DscChecksum (#346)
1 parent 227f245 commit ca8ac4c

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

dsc/dsc-1.1/PSDesiredStateConfiguration/New-DscCheckSum.md renamed to dsc/dsc-1.1/PSDesiredStateConfiguration/New-DscChecksum.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: PSDesiredStateConfiguration-help.xml
33
Locale: en-US
44
Module Name: PSDesiredStateConfiguration
55
ms.date: 10/04/2021
6-
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/new-dscchecksum?view=dsc-1.1&WT.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/New-DscChecksum?view=dsc-1.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-DscChecksum
99
---
@@ -20,7 +20,7 @@ New-DscChecksum [-Path] <String[]> [[-OutPath] <String>] [-Force] [-WhatIf] [-Co
2020

2121
## DESCRIPTION
2222

23-
The `New-DSCCheckSum` cmdlet generates checksum files for Windows PowerShell Desired State
23+
The `New-DscChecksum` cmdlet generates checksum files for Windows PowerShell Desired State
2424
Configuration (DSC) documents and compressed DSC resources. This cmdlet generates a checksum file
2525
for each configuration and resource to be used in pull mode. The DSC service uses the checksums to
2626
make sure that the correct configuration and resources exist on the target node. Place the checksums
@@ -31,7 +31,7 @@ together with the associated DSC documents and compressed DSC resources in the D
3131
### Example 1: Create checksum files for all configurations in a specific path
3232

3333
```powershell
34-
New-DscCheckSum -Path "C:\DSC\Configurations\"
34+
New-DscChecksum -Path "C:\DSC\Configurations\"
3535
```
3636

3737
This command creates checksum files for all configurations in the path `C:\DSC\Configurations`. Any
@@ -40,7 +40,7 @@ checksum files that already exist are skipped.
4040
### Example 2: Create checksum files for all configurations in a specific path and overwrite the existing checksum files
4141

4242
```powershell
43-
New-DscCheckSum -Path "C:\DSC\Configurations\" -Force
43+
New-DscChecksum -Path "C:\DSC\Configurations\" -Force
4444
```
4545

4646
This command creates new checksum files for all configurations in the path `C:\DSC\Configurations`.

dsc/dsc-2.0/PSDesiredStateConfiguration/New-DscCheckSum.md renamed to dsc/dsc-2.0/PSDesiredStateConfiguration/New-DscChecksum.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ external help file: PSDesiredStateConfiguration-help.xml
33
Locale: en-US
44
Module Name: PSDesiredStateConfiguration
55
ms.date: 05/19/2025
6-
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/new-dscchecksum?view=dsc-2.0&WT.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/New-DscChecksum?view=dsc-2.0&WT.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: New-DscCheckSum
8+
title: New-DscChecksum
99
---
10-
# New-DscCheckSum
10+
# New-DscChecksum
1111

1212
## SYNOPSIS
1313
Creates checksum files for DSC documents and DSC resources.
1414

1515
## SYNTAX
1616

1717
```
18-
New-DscCheckSum [-Path] <String[]> [[-OutPath] <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
New-DscChecksum [-Path] <String[]> [[-OutPath] <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
2222

23-
The `New-DscCheckSum` cmdlet generates checksum files for PowerShell Desired State Configuration
23+
The `New-DscChecksum` cmdlet generates checksum files for PowerShell Desired State Configuration
2424
(DSC) documents and compressed DSC resources. This cmdlet generates a checksum file for each
2525
configuration and resource to be used in pull mode. The DSC service uses the checksums to make sure
2626
that the correct configuration and resources exist on the target node. Place the checksums together
@@ -31,7 +31,7 @@ with the associated DSC documents and compressed DSC resources in the DSC servic
3131
### Example 1: Create checksum files for all configurations in a specific path
3232

3333
```
34-
PS C:\> New-DscCheckSum -Path "C:\DSC\Configurations\"
34+
PS C:\> New-DscChecksum -Path "C:\DSC\Configurations\"
3535
```
3636

3737
This command creates checksum files for all configurations in the path `C:\DSC\Configurations`.
@@ -40,7 +40,7 @@ Any checksum files that already exist are skipped.
4040
### Example 2: Create checksum files for all configurations in a specific path and overwrite the existing checksum files
4141

4242
```
43-
PS C:\> New-DscCheckSum -Path "C:\DSC\Configurations\" -Force
43+
PS C:\> New-DscChecksum -Path "C:\DSC\Configurations\" -Force
4444
```
4545

4646
This command creates new checksum files for all configurations in the path `C:\DSC\Configurations`.

dsc/dsc-3.0/PSDesiredStateConfiguration/New-DscChecksum.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ external help file: PSDesiredStateConfiguration-help.xml
33
Locale: en-US
44
Module Name: PSDesiredStateConfiguration
55
ms.date: 05/19/2025
6-
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/new-dscchecksum?view=dsc-3.0&WT.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/New-DscChecksum?view=dsc-3.0&WT.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: New-DscCheckSum
8+
title: New-DscChecksum
99
---
10-
# New-DscCheckSum
10+
# New-DscChecksum
1111

1212
## SYNOPSIS
1313
Creates checksum files for DSC documents and DSC resources.
1414

1515
## SYNTAX
1616

1717
```
18-
New-DscCheckSum [-Path] <String[]> [[-OutPath] <String>] [-Force] [-WhatIf] [-Confirm]
18+
New-DscChecksum [-Path] <String[]> [[-OutPath] <String>] [-Force] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
2323

24-
The `New-DscCheckSum` cmdlet generates checksum files for PowerShell Desired State Configuration
24+
The `New-DscChecksum` cmdlet generates checksum files for PowerShell Desired State Configuration
2525
(DSC) documents and compressed DSC resources. This cmdlet generates a checksum file for each
2626
configuration and resource to be used in pull mode. The DSC service uses the checksums to make sure
2727
that the correct configuration and resources exist on the target node. Place the checksums together
@@ -32,7 +32,7 @@ with the associated DSC documents and compressed DSC resources in the DSC servic
3232
### Example 1: Create checksum files for all configurations in a specific path
3333

3434
```
35-
PS C:\> New-DscCheckSum -Path "C:\DSC\Configurations\"
35+
PS C:\> New-DscChecksum -Path "C:\DSC\Configurations\"
3636
```
3737

3838
This command creates checksum files for all configurations in the path `C:\DSC\Configurations`.
@@ -41,7 +41,7 @@ Any checksum files that already exist are skipped.
4141
### Example 2: Create checksum files for all configurations in a specific path
4242

4343
```
44-
PS C:\> New-DscCheckSum -Path "C:\DSC\Configurations\" -Force
44+
PS C:\> New-DscChecksum -Path "C:\DSC\Configurations\" -Force
4545
```
4646

4747
This command creates new checksum files for all configurations in the path `C:\DSC\Configurations`.

0 commit comments

Comments
 (0)