Skip to content

Commit

Permalink
Merge pull request #3755 from sdwheeler/sdw-fix-mod-names
Browse files Browse the repository at this point in the history
Fix module names for updateable help
  • Loading branch information
sdwheeler authored Feb 20, 2024
2 parents 3efe201 + 9d9aec8 commit ea39cc7
Show file tree
Hide file tree
Showing 86 changed files with 187 additions and 197 deletions.
20 changes: 8 additions & 12 deletions docset/winserver2025-ps/dism/DISM.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
Help Version: 5.0.1.1
Locale: en-US
Module Guid: 389c464d-8b8d-48e9-aafe-6d8a590d6798
Module Name: DISM
Module Name: Dism
ms.date: 10/07/2021
title: DISM
title: Dism Module
---

# DISM Module
# Dism Module

## Description

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

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

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

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

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

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

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


10 changes: 4 additions & 6 deletions docset/winserver2025-ps/kds/KDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
Help Version: 5.0.0.1
Locale: en-US
Module Guid: 176542f6-2a6b-11e0-ab18-d010e0d72085
Module Name: KDS
Module Name: Kds
ms.date: 12/20/2016
title: KDS
title: Kds module
---

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

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

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

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


10 changes: 4 additions & 6 deletions docset/winserver2025-ps/netqos/NetQoS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
Help Version: 5.0.0.1
Locale: en-US
Module Guid: 743692b7-a227-4389-b082-2b47de1d0d2d
Module Name: NetQoS
Module Name: NetQos
ms.date: 12/20/2016
title: NetQoS
title: NetQos module
---

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

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

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

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


8 changes: 4 additions & 4 deletions docset/winserver2025-ps/nps/NPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Download Help Link: https://aka.ms/winsvr-2025-pshelp
Help Version: 5.0.0.1
Locale: en-US
Module Guid: 5ee6f0a2-bfc8-4824-a1e2-f974d39ca886
Module Name: NPS
Module Name: Nps
ms.date: 12/20/2016
title: NPS
title: Nps Module
---

# NPS Module
# Nps Module
## Description
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.

## NPS Cmdlets
## Nps Cmdlets
### [Export-NpsConfiguration](./Export-NpsConfiguration.md)
Exports NPS settings.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/add-rdserver?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/add-rdserver?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Add-RDServer
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/add-rdsessionhost?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/add-rdsessionhost?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Add-RDSessionHost
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/add-rdvirtualdesktoptocollection?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/add-rdvirtualdesktoptocollection?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Add-RDVirtualDesktopToCollection
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/disable-rdvirtualdesktopadmachineaccountreuse?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/disable-rdvirtualdesktopadmachineaccountreuse?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Disable-RDVirtualDesktopADMachineAccountReuse
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/disconnect-rduser?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/disconnect-rduser?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Disconnect-RDUser
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/enable-rdvirtualdesktopadmachineaccountreuse?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/enable-rdvirtualdesktopadmachineaccountreuse?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Enable-RDVirtualDesktopADMachineAccountReuse
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/export-rdpersonalsessiondesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/export-rdpersonalsessiondesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Export-RDPersonalSessionDesktopAssignment
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/export-rdpersonalvirtualdesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/export-rdpersonalvirtualdesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Export-RDPersonalVirtualDesktopAssignment
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdavailableapp?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdavailableapp?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDAvailableApp
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdcertificate?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdcertificate?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDCertificate
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdconnectionbrokerhighavailability?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdconnectionbrokerhighavailability?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDConnectionBrokerHighAvailability
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rddeploymentgatewayconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rddeploymentgatewayconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDDeploymentGatewayConfiguration
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdfiletypeassociation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdfiletypeassociation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDFileTypeAssociation
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdlicenseconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdlicenseconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDLicenseConfiguration
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdpersonalsessiondesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdpersonalsessiondesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDPersonalSessionDesktopAssignment
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdpersonalvirtualdesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdpersonalvirtualdesktopassignment?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDPersonalVirtualDesktopAssignment
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdpersonalvirtualdesktoppatchschedule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdpersonalvirtualdesktoppatchschedule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDPersonalVirtualDesktopPatchSchedule
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdremoteapp?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdremoteapp?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDRemoteApp
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdremotedesktop?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdremotedesktop?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDRemoteDesktop
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdserver?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdserver?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDServer
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdsessioncollection?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdsessioncollection?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDSessionCollection
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: RemoteDesktop.psm1-help.xml
Module Name: RDMgmt
Module Name: RemoteDesktop
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/rdmgmt/get-rdsessioncollectionconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
online version: https://learn.microsoft.com/powershell/module/RemoteDesktop/get-rdsessioncollectionconfiguration?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-RDSessionCollectionConfiguration
---
Expand Down
Loading

0 comments on commit ea39cc7

Please sign in to comment.