Skip to content

Commit 49ecf1e

Browse files
Merge pull request #4013 from MicrosoftDocs/main
[AutoPublish] main to live - 05/30 15:32 PDT | 05/31 04:02 IST
2 parents 092e1d4 + be9aac6 commit 49ecf1e

File tree

9 files changed

+105
-124
lines changed

9 files changed

+105
-124
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
33
permissions:
44
contents: write
55
pull-requests: write
6+
checks: read
67

78
on:
89
schedule:
9-
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
1011

1112
workflow_dispatch:
1213

1314
jobs:
1415

1516
auto-publish:
1617
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
1819
with:
1920
PayloadJson: ${{ toJSON(github) }}
2021
EnableAutoPublish: true
22+
EnableAutoMerge: true
2123

2224
secrets:
2325
AccessToken: ${{ secrets.GITHUB_TOKEN }}

docset/winserver2016-ps/Hyper-V/Set-VmNetworkAdapterRoutingDomainMapping.md renamed to docset/winserver2016-ps/Hyper-V/Set-VMNetworkAdapterRoutingDomainMapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Module Name: Hyper-V
55
ms.date: 12/20/2016
66
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterroutingdomainmapping?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: Set-VmNetworkAdapterRoutingDomainMapping
8+
title: Set-VMNetworkAdapterRoutingDomainMapping
99
---
1010

1111
# Set-VMNetworkAdapterRoutingDomainMapping
@@ -53,7 +53,7 @@ Set-VMNetworkAdapterRoutingDomainMapping [-InputObject] <VMNetworkAdapterRouting
5353
```
5454

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

5858
## EXAMPLES
5959

docset/winserver2016-ps/Microsoft.Windows.ServerManager.Migration/Microsoft.Windows.ServerManager.Migration

Lines changed: 0 additions & 36 deletions
This file was deleted.

docset/winserver2016-ps/Microsoft.Windows.ServerManager.Migration/Microsoft.Windows.ServerManager.Migration.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,51 @@ title: Microsoft.Windows.ServerManager.Migration
1313

1414
## Description
1515

16-
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.
16+
This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists
17+
the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1718

18-
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.
19+
Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate
20+
server roles, features, operating system settings, and other data and shares to computers that are
21+
running the latest version of Windows Server.
1922

2023
## Microsoft.Windows.ServerManager.Migration Cmdlets
2124

22-
### [Export-SmigServerSetting](./Export-SmigServerSetting.md)
25+
### [Disable-ServerManagerStandardUserRemoting](Disable-ServerManagerStandardUserRemoting.md)
26+
27+
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.
28+
29+
### [Enable-ServerManagerStandardUserRemoting](Enable-ServerManagerStandardUserRemoting.md)
30+
31+
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.
32+
33+
### [Export-SmigServerSetting](Export-SmigServerSetting.md)
2334

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

26-
### [Get-SmigServerFeature](./Get-SmigServerFeature.md)
37+
### [Get-SmigServerFeature](Get-SmigServerFeature.md)
2738

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

30-
### [Import-SmigServerSetting](./Import-SmigServerSetting.md)
41+
### [Get-WindowsFeature](Get-WindowsFeature.md)
42+
43+
Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.
44+
45+
### [Import-SmigServerSetting](Import-SmigServerSetting.md)
3146

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

34-
### [Receive-SmigServerData](./Receive-SmigServerData.md)
49+
### [Install-WindowsFeature](Install-WindowsFeature.md)
50+
51+
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.
52+
53+
### [Receive-SmigServerData](Receive-SmigServerData.md)
54+
55+
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.
3556

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

38-
### [Send-SmigServerData](./Send-SmigServerData.md)
59+
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.
3960

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

63+
Uninstalls specified Windows Server roles, role services, and features from a computer that is running Windows Server 2012 R2.

docset/winserver2016-ps/Provisioning/Provisioning.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,6 @@ title: Provisioning
1515
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.
1616

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

2119
### [Export-Trace](Export-Trace.md)
2220
Exports trace events.
23-
24-
### [Get-ProvisioningPackage](Get-ProvisioningPackage.md)
25-
Gets information about the installed provisioning package.
26-
27-
### [Get-TrustedProvisioningCertificate](Get-TrustedProvisioningCertificate.md)
28-
Lists all installed trusted provisioning certificates; use this cmdlet to get the certificate thumbprint to use with the Uninstall-TrustedProvisioningCertificate cmdlet.
29-
30-
### [Install-ProvisioningPackage](Install-ProvisioningPackage.md)
31-
Installs .PPKG package onto the local machine.
32-
33-
### [Install-TrustedProvisioningCertificate](Install-TrustedProvisioningCertificate.md)
34-
Adds a certificate to the Trusted Certificate Store.
35-
36-
### [Uninstall-ProvisioningPackage](Uninstall-ProvisioningPackage.md)
37-
Uninstalls .PPKG package from the local machine.
38-
39-
### [Uninstall-TrustedProvisioningCertificate](Uninstall-TrustedProvisioningCertificate.md)
40-
Removes a previously installed provisioning certificate.

docset/winserver2019-ps/Appx/Appx.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,81 @@ title: Appx
1010
---
1111

1212
# Appx Module
13+
1314
## Description
15+
1416
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.
1517

1618
## Appx Cmdlets
19+
1720
### [Add-AppxPackage](Add-AppxPackage.md)
21+
1822
Adds a signed app package to a user account.
1923

2024
### [Add-AppxVolume](Add-AppxVolume.md)
25+
2126
Adds an appx volume to the Package Manager.
2227

2328
### [Dismount-AppxVolume](Dismount-AppxVolume.md)
29+
2430
Dismounts an appx volume.
2531

2632
### [Get-AppxDefaultVolume](Get-AppxDefaultVolume.md)
33+
2734
Gets the default appx volume.
2835

2936
### [Get-AppxLastError](Get-AppxLastError.md)
37+
3038
Get the last error reported in the app package installation logs.
3139

3240
### [Get-AppxLog](Get-AppxLog.md)
41+
3342
Gets an app package installation log.
3443

3544
### [Get-AppxPackage](Get-AppxPackage.md)
45+
3646
Gets a list of the app packages that are installed in a user profile.
3747

3848
### [Get-AppxPackageManifest](Get-AppxPackageManifest.md)
49+
3950
Gets the manifest of an app package.
4051

4152
### [Get-AppxVolume](Get-AppxVolume.md)
53+
4254
Gets appx volumes for the computer.
4355

4456
### [Get-NonRemovableAppsPolicy](Get-NonRemovableAppsPolicy.md)
45-
Returns the a list of the app packages that are installed and configured as non-removable apps.
57+
58+
Returns the a list of the app packages that are installed and configured as non-removable apps.
59+
60+
### [Invoke-CommandInDesktopPackage](Invoke-CommandInDesktopPackage.md)
61+
62+
Runs a command in the context of a specified app package.
4663

4764
### [Mount-AppxVolume](Mount-AppxVolume.md)
65+
4866
Mounts an appx volume.
4967

5068
### [Move-AppxPackage](Move-AppxPackage.md)
69+
5170
Moves a package from its current location to another appx volume.
5271

5372
### [Remove-AppxPackage](Remove-AppxPackage.md)
54-
Removes an app package from a user account.
73+
74+
Removes an app package from one or more user accounts.
5575

5676
### [Remove-AppxVolume](Remove-AppxVolume.md)
77+
5778
Removes an appx volume.
5879

80+
### [Reset-AppxPackage](Reset-AppxPackage.md)
81+
82+
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.
83+
5984
### [Set-AppxDefaultVolume](Set-AppxDefaultVolume.md)
85+
6086
Specifies a default appx volume.
6187

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

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

docset/winserver2019-ps/Microsoft.Windows.ServerManager.Migration/Microsoft.Windows.ServerManager.Migration

Lines changed: 0 additions & 36 deletions
This file was deleted.

docset/winserver2019-ps/Microsoft.Windows.ServerManager.Migration/Microsoft.Windows.ServerManager.Migration.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,51 @@ title: Microsoft.Windows.ServerManager.Migration
1313

1414
## Description
1515

16-
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.
16+
This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists
17+
the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1718

18-
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.
19+
Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate
20+
server roles, features, operating system settings, and other data and shares to computers that are
21+
running the latest version of Windows Server.
1922

2023
## Microsoft.Windows.ServerManager.Migration Cmdlets
2124

22-
### [Export-SmigServerSetting](./Export-SmigServerSetting.md)
25+
### [Disable-ServerManagerStandardUserRemoting](Disable-ServerManagerStandardUserRemoting.md)
26+
27+
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.
28+
29+
### [Enable-ServerManagerStandardUserRemoting](Enable-ServerManagerStandardUserRemoting.md)
30+
31+
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.
32+
33+
### [Export-SmigServerSetting](Export-SmigServerSetting.md)
2334

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

26-
### [Get-SmigServerFeature](./Get-SmigServerFeature.md)
37+
### [Get-SmigServerFeature](Get-SmigServerFeature.md)
2738

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

30-
### [Import-SmigServerSetting](./Import-SmigServerSetting.md)
41+
### [Get-WindowsFeature](Get-WindowsFeature.md)
42+
43+
Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.
44+
45+
### [Import-SmigServerSetting](Import-SmigServerSetting.md)
3146

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

34-
### [Receive-SmigServerData](./Receive-SmigServerData.md)
49+
### [Install-WindowsFeature](Install-WindowsFeature.md)
50+
51+
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.
52+
53+
### [Receive-SmigServerData](Receive-SmigServerData.md)
54+
55+
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.
3556

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

38-
### [Send-SmigServerData](./Send-SmigServerData.md)
59+
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.
3960

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

63+
Uninstalls specified Windows Server roles, role services, and features from a computer that is running Windows Server 2012 R2.

docset/winserver2022-ps/Appx/Appx.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Gets a list of the app packages that are installed in a user profile.
5656

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

59-
Provides visibility to the settings configured on a Windows 10 client device for a particular
60-
Windows App.
59+
Provides visibility to the settings configured for a particular Windows App.
6160

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

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

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

72-
Runs a command in the context of a specified app package.
71+
A debugging tool that creates a new process in the context of a packaged app.
7372

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

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

8887
Removes an app package from one or more user accounts.
8988

89+
### [Remove-AppxPackageAutoUpdateSettings](Remove-AppxPackageAutoUpdateSettings.md)
90+
91+
Removes settings configured for a particular Windows app.
92+
9093
### [Remove-AppxVolume](Remove-AppxVolume.md)
9194

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

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

100-
Use to reset your installed Windows Apps. Restores the Windows app to its initial configuration.
103+
Restores the Windows app to its initial configuration.
101104

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

104107
Specifies a default appx volume.
105108

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

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

0 commit comments

Comments
 (0)