Skip to content

Commit 399f156

Browse files
authored
Merge branch 'main' into main
2 parents 8ad9d0a + be9aac6 commit 399f156

File tree

102 files changed

+1666
-1027
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1666
-1027
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/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/winserver2025-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md renamed to docset/winserver2016-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: Add-VmNetworkAdapterRoutingDomainMapping
8+
title: Add-VMNetworkAdapterRoutingDomainMapping
99
---
1010

1111
# Add-VMNetworkAdapterRoutingDomainMapping
@@ -46,7 +46,7 @@ Add-VMNetworkAdapterRoutingDomainMapping [-RoutingDomainID] <Guid> [-RoutingDoma
4646
```
4747

4848
## DESCRIPTION
49-
The **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter.
49+
The **Add-VMNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter.
5050
The cmdlet adds the information about the routing domain and virtual subnets to connected multitenant virtual machines.
5151

5252
## EXAMPLES

docset/winserver2025-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md renamed to docset/winserver2016-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-VmNetworkAdapterIsolation
99
---
@@ -220,7 +220,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
220220
221221
## RELATED LINKS
222222
223-
[Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md)
223+
[Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md)
224224
225225
[Get-VM](./Get-VM.md)
226226

docset/winserver2016-ps/Hyper-V/Hyper-V.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Creates an ACL to apply to the traffic through a virtual machine network adapter
4040
### [Add-VMNetworkAdapterExtendedAcl](./Add-VMNetworkAdapterExtendedAcl.md)
4141
Creates an extended ACL for a virtual network adapter.
4242

43-
### [Add-VmNetworkAdapterRoutingDomainMapping](./Add-VmNetworkAdapterRoutingDomainMapping.md)
43+
### [Add-VMNetworkAdapterRoutingDomainMapping](./Add-VMNetworkAdapterRoutingDomainMapping.md)
4444
Adds a routing domain and virtual subnets to a virtual network adapter.
4545

4646
### [Add-VMRemoteFx3dVideoAdapter](./Add-VMRemoteFx3dVideoAdapter.md)
@@ -235,7 +235,7 @@ Gets extended ACLs configured for a virtual network adapter.
235235
### [Get-VMNetworkAdapterFailoverConfiguration](./Get-VMNetworkAdapterFailoverConfiguration.md)
236236
Gets the IP address of a virtual network adapter configured to be used when a virtual machine fails over.
237237

238-
### [Get-VmNetworkAdapterIsolation](./Get-VmNetworkAdapterIsolation.md)
238+
### [Get-VMNetworkAdapterIsolation](./Get-VMNetworkAdapterIsolation.md)
239239
Gets isolation settings for a virtual network adapter.
240240

241241
### [Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md)
@@ -553,10 +553,10 @@ Configures features of the virtual network adapter in a virtual machine or the m
553553
### [Set-VMNetworkAdapterFailoverConfiguration](./Set-VMNetworkAdapterFailoverConfiguration.md)
554554
Configures the IP address of a virtual network adapter to be used when a virtual machine fails over.
555555

556-
### [Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md)
556+
### [Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md)
557557
Modifies isolation settings for a virtual network adapter.
558558

559-
### [Set-VmNetworkAdapterRoutingDomainMapping](./Set-VmNetworkAdapterRoutingDomainMapping.md)
559+
### [Set-VMNetworkAdapterRoutingDomainMapping](./Set-VMNetworkAdapterRoutingDomainMapping.md)
560560
Sets virtual subnets on a routing domain.
561561

562562
### [Set-VMNetworkAdapterTeamMapping](./Set-VMNetworkAdapterTeamMapping.md)

docset/winserver2025-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md renamed to docset/winserver2016-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: Set-VmNetworkAdapterIsolation
8+
title: Set-VMNetworkAdapterIsolation
99
---
1010

1111
# Set-VMNetworkAdapterIsolation
@@ -49,7 +49,7 @@ Set-VMNetworkAdapterIsolation [-VMNetworkAdapterName <String>] [-VM] <VirtualMac
4949
```
5050

5151
## DESCRIPTION
52-
The **Set-VmNetworkAdapterIsolation** cmdlet modifies isolation settings for a virtual network adapter.
52+
The **Set-VMNetworkAdapterIsolation** cmdlet modifies isolation settings for a virtual network adapter.
5353
You can isolate a virtual machine adapter by using virtual local area network (VLAN), Hyper-V Network Virtualization or a third party virtualization solution.
5454
You can specify the isolation method and modify other settings, which include multitenancy settings.
5555
For more information about multitenancy, see the **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterroutingdomainmapping?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
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

@@ -359,7 +359,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
359359
360360
[Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md)
361361
362-
[Add-VmNetworkAdapterRoutingDomainMapping](./Add-VmNetworkAdapterRoutingDomainMapping.md)
362+
[Add-VMNetworkAdapterRoutingDomainMapping](./Add-VMNetworkAdapterRoutingDomainMapping.md)
363363
364364
[Remove-VMNetworkAdapterRoutingDomainMapping](./Remove-VMNetworkAdapterRoutingDomainMapping.md)
365365

docset/winserver2016-ps/MSMQ/MSMQ.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ title: MSMQ
1414
This reference provides cmdlet descriptions and syntax for all MSMQ-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1515

1616
## MSMQ Cmdlets
17-
### [Clear-MSMQOutgoingQueue](./Clear-MSMQOutgoingQueue.md)
17+
### [Clear-MsmqOutgoingQueue](./Clear-MsmqOutgoingQueue.md)
1818
Clears outgoing queues.
1919

20-
### [Clear-MSMQQueue](./Clear-MSMQQueue.md)
20+
### [Clear-MsmqQueue](./Clear-MsmqQueue.md)
2121
Clears queues.
2222

23-
### [Enable-MSMQCertificate](./Enable-MSMQCertificate.md)
23+
### [Enable-MsmqCertificate](./Enable-MsmqCertificate.md)
2424
Registers a certificate with Active Directory Domain Services.
2525

26-
### [Get-MSMQCertificate](./Get-MSMQCertificate.md)
26+
### [Get-MsmqCertificate](./Get-MsmqCertificate.md)
2727
Gets certificates registered in Active Directory Domain Services.
2828

29-
### [Get-MSMQOutgoingQueue](./Get-MSMQOutgoingQueue.md)
29+
### [Get-MsmqOutgoingQueue](./Get-MsmqOutgoingQueue.md)
3030
Gets outgoing message queues.
3131

3232
### [Get-MsmqQueue](./Get-MsmqQueue.md)

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.

0 commit comments

Comments
 (0)