Skip to content

Fix capitalization and module cmdlet lists #4011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Module Name: Hyper-V
ms.date: 12/20/2016
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterroutingdomainmapping?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Set-VmNetworkAdapterRoutingDomainMapping
title: Set-VMNetworkAdapterRoutingDomainMapping
---

# Set-VMNetworkAdapterRoutingDomainMapping
Expand Down Expand Up @@ -53,7 +53,7 @@ Set-VMNetworkAdapterRoutingDomainMapping [-InputObject] <VMNetworkAdapterRouting
```

## DESCRIPTION
The **Set-VmNetworkAdapterRoutingDomainMapping** cmdlet sets virtual subnets on a routing domain.
The **Set-VMNetworkAdapterRoutingDomainMapping** cmdlet sets virtual subnets on a routing domain.

## EXAMPLES

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,51 @@ title: Microsoft.Windows.ServerManager.Migration

## Description

This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists
the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate server roles, features, operating system settings, and other data and shares to computers that are running the latest version of Windows Server.
Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate
server roles, features, operating system settings, and other data and shares to computers that are
running the latest version of Windows Server.

## Microsoft.Windows.ServerManager.Migration Cmdlets

### [Export-SmigServerSetting](./Export-SmigServerSetting.md)
### [Disable-ServerManagerStandardUserRemoting](Disable-ServerManagerStandardUserRemoting.md)

Disables access for specified standard users to event, service, performance counter, and role and feature inventory data that is collected by Server Manager for a server.

### [Enable-ServerManagerStandardUserRemoting](Enable-ServerManagerStandardUserRemoting.md)

Provides one or more standard, non-Administrator users access to event, service, performance counter, and role and feature inventory data for a server that you are managing by using Server Manager.

### [Export-SmigServerSetting](Export-SmigServerSetting.md)

Exports selected Windows features and operating system settings from the local computer, and stores them in a migration store.

### [Get-SmigServerFeature](./Get-SmigServerFeature.md)
### [Get-SmigServerFeature](Get-SmigServerFeature.md)

Gets the set of all Windows features that can be migrated from the local server or from a migration store.

### [Import-SmigServerSetting](./Import-SmigServerSetting.md)
### [Get-WindowsFeature](Get-WindowsFeature.md)

Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.

### [Import-SmigServerSetting](Import-SmigServerSetting.md)

Imports selected Windows features, and operating system settings from a migration store, and applies them to the local computer.

### [Receive-SmigServerData](./Receive-SmigServerData.md)
### [Install-WindowsFeature](Install-WindowsFeature.md)

Installs one or more roles, role services, or features on either the local or a specified remote server that is running Windows Server 2012 R2.

### [Receive-SmigServerData](Receive-SmigServerData.md)

Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server. The cmdlet Send-SmigServerData must be run on the source server at the same time Receive-SmigServerData is running on the destination server.

Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server.
### [Send-SmigServerData](Send-SmigServerData.md)

### [Send-SmigServerData](./Send-SmigServerData.md)
Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000. The cmdlet Receive-SmigServerData must be run on the destination server at the same time Send-SmigServerData is running on the source server.

Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000.
### [Uninstall-WindowsFeature](Uninstall-WindowsFeature.md)

Uninstalls specified Windows Server roles, role services, and features from a computer that is running Windows Server 2012 R2.
20 changes: 0 additions & 20 deletions docset/winserver2016-ps/Provisioning/Provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,6 @@ title: Provisioning
This reference provides descriptions and syntax for all provisioning-specific cmdlets. It lists cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

## provisioning Cmdlets
### [Export-ProvisioningPackage](Export-ProvisioningPackage.md)
Extracts the contents of a provisioning package.

### [Export-Trace](Export-Trace.md)
Exports trace events.

### [Get-ProvisioningPackage](Get-ProvisioningPackage.md)
Gets information about the installed provisioning package.

### [Get-TrustedProvisioningCertificate](Get-TrustedProvisioningCertificate.md)
Lists all installed trusted provisioning certificates; use this cmdlet to get the certificate thumbprint to use with the Uninstall-TrustedProvisioningCertificate cmdlet.

### [Install-ProvisioningPackage](Install-ProvisioningPackage.md)
Installs .PPKG package onto the local machine.

### [Install-TrustedProvisioningCertificate](Install-TrustedProvisioningCertificate.md)
Adds a certificate to the Trusted Certificate Store.

### [Uninstall-ProvisioningPackage](Uninstall-ProvisioningPackage.md)
Uninstalls .PPKG package from the local machine.

### [Uninstall-TrustedProvisioningCertificate](Uninstall-TrustedProvisioningCertificate.md)
Removes a previously installed provisioning certificate.
33 changes: 29 additions & 4 deletions docset/winserver2019-ps/Appx/Appx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,56 +10,81 @@ title: Appx
---

# Appx Module

## Description

The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.

## Appx Cmdlets

### [Add-AppxPackage](Add-AppxPackage.md)

Adds a signed app package to a user account.

### [Add-AppxVolume](Add-AppxVolume.md)

Adds an appx volume to the Package Manager.

### [Dismount-AppxVolume](Dismount-AppxVolume.md)

Dismounts an appx volume.

### [Get-AppxDefaultVolume](Get-AppxDefaultVolume.md)

Gets the default appx volume.

### [Get-AppxLastError](Get-AppxLastError.md)

Get the last error reported in the app package installation logs.

### [Get-AppxLog](Get-AppxLog.md)

Gets an app package installation log.

### [Get-AppxPackage](Get-AppxPackage.md)

Gets a list of the app packages that are installed in a user profile.

### [Get-AppxPackageManifest](Get-AppxPackageManifest.md)

Gets the manifest of an app package.

### [Get-AppxVolume](Get-AppxVolume.md)

Gets appx volumes for the computer.

### [Get-NonRemovableAppsPolicy](Get-NonRemovableAppsPolicy.md)
Returns the a list of the app packages that are installed and configured as non-removable apps.

Returns the a list of the app packages that are installed and configured as non-removable apps.

### [Invoke-CommandInDesktopPackage](Invoke-CommandInDesktopPackage.md)

Runs a command in the context of a specified app package.

### [Mount-AppxVolume](Mount-AppxVolume.md)

Mounts an appx volume.

### [Move-AppxPackage](Move-AppxPackage.md)

Moves a package from its current location to another appx volume.

### [Remove-AppxPackage](Remove-AppxPackage.md)
Removes an app package from a user account.

Removes an app package from one or more user accounts.

### [Remove-AppxVolume](Remove-AppxVolume.md)

Removes an appx volume.

### [Reset-AppxPackage](Reset-AppxPackage.md)

Starting at Windows 10 Insider Preview Build 20215 you get access to the `Reset-AppxPackage` PowerShell Cmdlet for use in resetting your installed Windows Apps. Restores the Windows app to its initial configuration.

### [Set-AppxDefaultVolume](Set-AppxDefaultVolume.md)

Specifies a default appx volume.

### [Set-NonRemovableAppsPolicy](Set-NonRemovableAppsPolicy.md)
Sets an app packages as non-removable (can not be uninstalled).


Sets an app packages as non-removable (can not be uninstalled).

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,51 @@ title: Microsoft.Windows.ServerManager.Migration

## Description

This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists
the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate server roles, features, operating system settings, and other data and shares to computers that are running the latest version of Windows Server.
Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate
server roles, features, operating system settings, and other data and shares to computers that are
running the latest version of Windows Server.

## Microsoft.Windows.ServerManager.Migration Cmdlets

### [Export-SmigServerSetting](./Export-SmigServerSetting.md)
### [Disable-ServerManagerStandardUserRemoting](Disable-ServerManagerStandardUserRemoting.md)

Disables access for specified standard users to event, service, performance counter, and role and feature inventory data that is collected by Server Manager for a server.

### [Enable-ServerManagerStandardUserRemoting](Enable-ServerManagerStandardUserRemoting.md)

Provides one or more standard, non-Administrator users access to event, service, performance counter, and role and feature inventory data for a server that you are managing by using Server Manager.

### [Export-SmigServerSetting](Export-SmigServerSetting.md)

Exports selected Windows features and operating system settings from the local computer, and stores them in a migration store.

### [Get-SmigServerFeature](./Get-SmigServerFeature.md)
### [Get-SmigServerFeature](Get-SmigServerFeature.md)

Gets the set of all Windows features that can be migrated from the local server or from a migration store.

### [Import-SmigServerSetting](./Import-SmigServerSetting.md)
### [Get-WindowsFeature](Get-WindowsFeature.md)

Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.

### [Import-SmigServerSetting](Import-SmigServerSetting.md)

Imports selected Windows features, and operating system settings from a migration store, and applies them to the local computer.

### [Receive-SmigServerData](./Receive-SmigServerData.md)
### [Install-WindowsFeature](Install-WindowsFeature.md)

Installs one or more roles, role services, or features on either the local or a specified remote server that is running Windows Server 2012 R2.

### [Receive-SmigServerData](Receive-SmigServerData.md)

Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server. The cmdlet Send-SmigServerData must be run on the source server at the same time Receive-SmigServerData is running on the destination server.

Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server.
### [Send-SmigServerData](Send-SmigServerData.md)

### [Send-SmigServerData](./Send-SmigServerData.md)
Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000. The cmdlet Receive-SmigServerData must be run on the destination server at the same time Send-SmigServerData is running on the source server.

Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000.
### [Uninstall-WindowsFeature](Uninstall-WindowsFeature.md)

Uninstalls specified Windows Server roles, role services, and features from a computer that is running Windows Server 2012 R2.
14 changes: 8 additions & 6 deletions docset/winserver2022-ps/Appx/Appx.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Gets a list of the app packages that are installed in a user profile.

### [Get-AppxPackageAutoUpdateSettings](Get-AppxPackageAutoUpdateSettings.md)

Provides visibility to the settings configured on a Windows 10 client device for a particular
Windows App.
Provides visibility to the settings configured for a particular Windows App.

### [Get-AppxPackageManifest](Get-AppxPackageManifest.md)

Expand All @@ -69,7 +68,7 @@ Gets appx volumes for the computer.

### [Invoke-CommandInDesktopPackage](Invoke-CommandInDesktopPackage.md)

Runs a command in the context of a specified app package.
A debugging tool that creates a new process in the context of a packaged app.

### [Mount-AppxVolume](Mount-AppxVolume.md)

Expand All @@ -87,6 +86,10 @@ Removes the shared package container.

Removes an app package from one or more user accounts.

### [Remove-AppxPackageAutoUpdateSettings](Remove-AppxPackageAutoUpdateSettings.md)

Removes settings configured for a particular Windows app.

### [Remove-AppxVolume](Remove-AppxVolume.md)

Removes an appx volume.
Expand All @@ -97,13 +100,12 @@ Destroys all the application data of the container.

### [Reset-AppxPackage](Reset-AppxPackage.md)

Use to reset your installed Windows Apps. Restores the Windows app to its initial configuration.
Restores the Windows app to its initial configuration.

### [Set-AppxDefaultVolume](Set-AppxDefaultVolume.md)

Specifies a default appx volume.

### [Set-AppxPackageAutoUpdateSettings](Set-AppxPackageAutoUpdateSettings.md)

Provides access to configure a specific Windows App's Auto Update and Repair settings. Including
pausing update checks.
Configures a specific Windows App's Auto Update and Repair settings.