Skip to content

Commit 8b03e1f

Browse files
committed
Fix module names for updateable help
1 parent 3efe201 commit 8b03e1f

File tree

5 files changed

+24
-34
lines changed

5 files changed

+24
-34
lines changed

docset/winserver2025-ps/dism/DISM.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
44
Help Version: 5.0.1.1
55
Locale: en-US
66
Module Guid: 389c464d-8b8d-48e9-aafe-6d8a590d6798
7-
Module Name: DISM
7+
Module Name: Dism
88
ms.date: 10/07/2021
9-
title: DISM
9+
title: Dism Module
1010
---
1111

12-
# DISM Module
12+
# Dism Module
1313

1414
## Description
1515

@@ -19,14 +19,13 @@ use DISM tools to mount, and get information about, Windows image (`.wim`) files
1919
disks (`.vhd` or `.vhdx`). You can also use it to install, uninstall, configure, and update Windows
2020
features, packages, and drivers in a Windows image or to change the edition of a Windows image.
2121

22-
The DISM platform also includes a command-line tool, DISM.exe, and the
23-
[DISM API](https://go.microsoft.com/fwlink/?LinkID=237611). The command-line tool is available in
24-
the
22+
The DISM platform also includes a command-line tool, `dism.exe`, and the
23+
[DISM API](https://go.microsoft.com/fwlink/?LinkID=237611). The command-line tool is available in the
2524
[Windows Assessment and Deployment Kit (Windows ADK)](https://go.microsoft.com/fwlink/?LinkId=206587)
2625
and includes additional functionality that supports servicing commands for international settings.
2726

28-
You can check for errors when running DISM cmdlets by checking if the `$?`. If set to True the last
29-
operation succeeded. If False the last operation failed. The `$LASTEXITCODE` contains the exit code
27+
You can check for errors when running Dism cmdlets by checking if the `$?`. If set to True, the last
28+
operation succeeded. If False, the last operation failed. The `$LASTEXITCODE` contains the exit code
3029
of the last Win32 executable run. For example, to check that the `Get-WindowsImage` cmdlet fails to
3130
get information about the Windows image contained in the file, `E:\images\c.wim`, type the
3231
following:
@@ -42,13 +41,12 @@ catch
4241
$message = "TRAPPED: {0}: '{1}'" -f ($_.Exception.GetType().FullName), ($_.Exception.Message)
4342
Write-host $message
4443
}
45-
4644
```
4745

4846
For more information about error handling, see the
4947
[about_Try_Catch_Finally](https://go.microsoft.com/fwlink/p/?LinkID=317390).
5048

51-
## DISM Cmdlets
49+
## Dism Cmdlets
5250
### [Add-AppxProvisionedPackage](./Add-AppxProvisionedPackage.md)
5351
Adds an app package (.appx) that will install for each new user to a Windows image.
5452

@@ -188,5 +186,3 @@ Updates the Windows image file boot (WIMBoot) configuration entry, associated wi
188186

189187
### [Use-WindowsUnattend](./Use-WindowsUnattend.md)
190188
Applies an unattended answer file to a Windows image.
191-
192-

docset/winserver2025-ps/kds/KDS.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
44
Help Version: 5.0.0.1
55
Locale: en-US
66
Module Guid: 176542f6-2a6b-11e0-ab18-d010e0d72085
7-
Module Name: KDS
7+
Module Name: Kds
88
ms.date: 12/20/2016
9-
title: KDS
9+
title: Kds module
1010
---
1111

12-
# KDS Module
12+
# Kds module
1313
## Description
1414
This reference provides cmdlet descriptions and syntax for all Key Distribution Service (KDS)-specific cmdlets. It lists the cmdlets in alphabetical order.
1515

16-
## KDS Cmdlets
16+
## Kds Cmdlets
1717
### [Add-KdsRootKey](./Add-KdsRootKey.md)
1818
Generates a new root key for the Microsoft Group KdsSvc within Active Directory.
1919

@@ -31,5 +31,3 @@ Sets the configuration of Microsoft Group KdsSvc.
3131

3232
### [Test-KdsRootKey](./Test-KdsRootKey.md)
3333
Tests the root key configuration.
34-
35-

docset/winserver2025-ps/netqos/NetQoS.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
44
Help Version: 5.0.0.1
55
Locale: en-US
66
Module Guid: 743692b7-a227-4389-b082-2b47de1d0d2d
7-
Module Name: NetQoS
7+
Module Name: NetQos
88
ms.date: 12/20/2016
9-
title: NetQoS
9+
title: NetQos module
1010
---
1111

12-
# NetQoS Module
12+
# NetQos module
1313
## Description
1414
This reference provides cmdlet descriptions and syntax for all Network Quality of Service (QoS)-specific cmdlets. It lists the cmdlets in alphabetical order.
1515

16-
## NetQoS Cmdlets
16+
## NetQos Cmdlets
1717
### [Get-NetQosPolicy](./Get-NetQosPolicy.md)
1818
Retrieves network Quality of Service (QoS) policies.
1919

@@ -25,5 +25,3 @@ Removes a network Quality of Service (QoS) policy.
2525

2626
### [Set-NetQosPolicy](./Set-NetQosPolicy.md)
2727
Updates the QoS policy settings.
28-
29-

docset/winserver2025-ps/nps/NPS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
44
Help Version: 5.0.0.1
55
Locale: en-US
66
Module Guid: 5ee6f0a2-bfc8-4824-a1e2-f974d39ca886
7-
Module Name: NPS
7+
Module Name: Nps
88
ms.date: 12/20/2016
9-
title: NPS
9+
title: Nps Module
1010
---
1111

12-
# NPS Module
12+
# Nps Module
1313
## Description
1414
This reference provides cmdlet descriptions and syntax for all NPS cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1515

16-
## NPS Cmdlets
16+
## Nps Cmdlets
1717
### [Export-NpsConfiguration](./Export-NpsConfiguration.md)
1818
Exports NPS settings.
1919

docset/winserver2025-ps/whea/WHEA.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
44
Help Version: 5.0.0.1
55
Locale: en-US
66
Module Guid: b7bf4d74-f837-430e-810f-234f26021253
7-
Module Name: WHEA
7+
Module Name: Whea
88
ms.date: 12/20/2016
9-
title: WHEA
9+
title: Whea module
1010
---
1111

12-
# WHEA Module
12+
# Whea module
1313
## Description
1414
This reference provides cmdlet descriptions and syntax for all Windows Hardware Error Architecture (WHEA) cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1515

16-
## WHEA Cmdlets
16+
## Whea cmdlets
1717
### [Get-WheaMemoryPolicy](./Get-WheaMemoryPolicy.md)
1818
Gets the WHEA memory policies for a computer.
1919

2020
### [Set-WheaMemoryPolicy](./Set-WheaMemoryPolicy.md)
2121
Sets the WHEA memory policy for a computer.
22-
23-

0 commit comments

Comments
 (0)