diff --git a/docset/winserver2016-ps/Appx/Appx.md b/docset/winserver2016-ps/Appx/Appx.md index 827b560fab..74d865a184 100644 --- a/docset/winserver2016-ps/Appx/Appx.md +++ b/docset/winserver2016-ps/Appx/Appx.md @@ -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). diff --git a/docset/winserver2025-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md b/docset/winserver2016-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md similarity index 98% rename from docset/winserver2025-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md rename to docset/winserver2016-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md index d20ca4d0a7..6abacf115c 100644 --- a/docset/winserver2025-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md +++ b/docset/winserver2016-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md @@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml Module Name: Hyper-V ms.date: 12/20/2016 -online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2025-ps&wt.mc_id=ps-gethelp +online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2016-ps&wt.mc_id=ps-gethelp schema: 2.0.0 -title: Add-VmNetworkAdapterRoutingDomainMapping +title: Add-VMNetworkAdapterRoutingDomainMapping --- # Add-VMNetworkAdapterRoutingDomainMapping @@ -46,7 +46,7 @@ Add-VMNetworkAdapterRoutingDomainMapping [-RoutingDomainID] [-RoutingDoma ``` ## DESCRIPTION -The **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. +The **Add-VMNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. The cmdlet adds the information about the routing domain and virtual subnets to connected multitenant virtual machines. ## EXAMPLES diff --git a/docset/winserver2025-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md b/docset/winserver2016-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md similarity index 97% rename from docset/winserver2025-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md rename to docset/winserver2016-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md index db09dee7c5..c9208c34a8 100644 --- a/docset/winserver2025-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md +++ b/docset/winserver2016-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md @@ -3,7 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml Module Name: Hyper-V ms.date: 12/20/2016 -online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp +online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp schema: 2.0.0 title: Get-VmNetworkAdapterIsolation --- @@ -220,7 +220,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md) +[Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md) [Get-VM](./Get-VM.md) diff --git a/docset/winserver2016-ps/Hyper-V/Hyper-V.md b/docset/winserver2016-ps/Hyper-V/Hyper-V.md index 09e388bdfa..8600edc287 100644 --- a/docset/winserver2016-ps/Hyper-V/Hyper-V.md +++ b/docset/winserver2016-ps/Hyper-V/Hyper-V.md @@ -40,7 +40,7 @@ Creates an ACL to apply to the traffic through a virtual machine network adapter ### [Add-VMNetworkAdapterExtendedAcl](./Add-VMNetworkAdapterExtendedAcl.md) Creates an extended ACL for a virtual network adapter. -### [Add-VmNetworkAdapterRoutingDomainMapping](./Add-VmNetworkAdapterRoutingDomainMapping.md) +### [Add-VMNetworkAdapterRoutingDomainMapping](./Add-VMNetworkAdapterRoutingDomainMapping.md) Adds a routing domain and virtual subnets to a virtual network adapter. ### [Add-VMRemoteFx3dVideoAdapter](./Add-VMRemoteFx3dVideoAdapter.md) @@ -235,7 +235,7 @@ Gets extended ACLs configured for a virtual network adapter. ### [Get-VMNetworkAdapterFailoverConfiguration](./Get-VMNetworkAdapterFailoverConfiguration.md) Gets the IP address of a virtual network adapter configured to be used when a virtual machine fails over. -### [Get-VmNetworkAdapterIsolation](./Get-VmNetworkAdapterIsolation.md) +### [Get-VMNetworkAdapterIsolation](./Get-VMNetworkAdapterIsolation.md) Gets isolation settings for a virtual network adapter. ### [Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md) @@ -553,10 +553,10 @@ Configures features of the virtual network adapter in a virtual machine or the m ### [Set-VMNetworkAdapterFailoverConfiguration](./Set-VMNetworkAdapterFailoverConfiguration.md) Configures the IP address of a virtual network adapter to be used when a virtual machine fails over. -### [Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md) +### [Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md) Modifies isolation settings for a virtual network adapter. -### [Set-VmNetworkAdapterRoutingDomainMapping](./Set-VmNetworkAdapterRoutingDomainMapping.md) +### [Set-VMNetworkAdapterRoutingDomainMapping](./Set-VMNetworkAdapterRoutingDomainMapping.md) Sets virtual subnets on a routing domain. ### [Set-VMNetworkAdapterTeamMapping](./Set-VMNetworkAdapterTeamMapping.md) diff --git a/docset/winserver2025-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md b/docset/winserver2016-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md similarity index 98% rename from docset/winserver2025-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md rename to docset/winserver2016-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md index 69381b8dbf..194f1a2570 100644 --- a/docset/winserver2025-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md +++ b/docset/winserver2016-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md @@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml Module Name: Hyper-V ms.date: 12/20/2016 -online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp +online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp schema: 2.0.0 -title: Set-VmNetworkAdapterIsolation +title: Set-VMNetworkAdapterIsolation --- # Set-VMNetworkAdapterIsolation @@ -49,7 +49,7 @@ Set-VMNetworkAdapterIsolation [-VMNetworkAdapterName ] [-VM] [-RoutingDoma ``` ## DESCRIPTION -The **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. +The **Add-VMNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. The cmdlet adds the information about the routing domain and virtual subnets to connected multitenant virtual machines. ## EXAMPLES @@ -69,7 +69,7 @@ The default is the current session on the local computer. ```yaml Type: CimSession[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -85,7 +85,7 @@ The cmdlet adds the routing domain and virtual subnet to a virtual network adapt ```yaml Type: String[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -116,7 +116,7 @@ The default is the current user. ```yaml Type: PSCredential[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -134,7 +134,7 @@ For more information about isolation IDs, see the **Set-VmNetworkAdapterIsolatio ```yaml Type: Int32[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 3 @@ -151,7 +151,7 @@ The subnet uses VLAN or Hyper-V Network Virtualization. ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -166,7 +166,7 @@ Indicates that the cmdlet operates on the parent or host operating system. ```yaml Type: SwitchParameter Parameter Sets: ManagementOS -Aliases: +Aliases: Required: True Position: Named @@ -182,7 +182,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -199,7 +199,7 @@ The cmdlet adds the routing domain that you specify to the virtual network adapt ```yaml Type: Guid Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -215,7 +215,7 @@ The cmdlet adds the routing domain that you specify to the virtual network adapt ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 2 @@ -232,7 +232,7 @@ To obtain a virtual machine object, use the **Get-VM** cmdlet. ```yaml Type: VirtualMachine[] Parameter Sets: VMObject -Aliases: +Aliases: Required: True Position: 0 @@ -248,7 +248,7 @@ The cmdlet adds the routing domain to the network interfaces that belong to the ```yaml Type: String[] Parameter Sets: VMName -Aliases: +Aliases: Required: True Position: 0 @@ -265,7 +265,7 @@ To obtain a network adapter, use the **Get-VMNetworkAdapter** cmdlet. ```yaml Type: VMNetworkAdapterBase[] Parameter Sets: ResourceObject -Aliases: +Aliases: Required: True Position: 0 @@ -281,7 +281,7 @@ The cmdlet adds the routing domain on adapter that you specify. ```yaml Type: String Parameter Sets: VMName, ManagementOS, VMObject -Aliases: +Aliases: Required: False Position: Named diff --git a/docset/winserver2019-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md b/docset/winserver2019-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md similarity index 97% rename from docset/winserver2019-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md rename to docset/winserver2019-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md index 741b14d636..22bcbfeef6 100644 --- a/docset/winserver2019-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md +++ b/docset/winserver2019-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md @@ -65,7 +65,7 @@ The default is the current session on the local computer. ```yaml Type: CimSession[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -81,7 +81,7 @@ The cmdlet gets isolation settings for virtual machines hosted by the computers ```yaml Type: String[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -97,7 +97,7 @@ The default is the current user. ```yaml Type: PSCredential[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -113,7 +113,7 @@ If you specify this parameter, this cmdlet gets isolation settings for the paren ```yaml Type: SwitchParameter Parameter Sets: ManagementOS -Aliases: +Aliases: Required: True Position: Named @@ -130,7 +130,7 @@ To obtain a virtual machine object, use the **Get-VM** cmdlet. ```yaml Type: VirtualMachine[] Parameter Sets: VMObject -Aliases: +Aliases: Required: True Position: 0 @@ -146,7 +146,7 @@ The cmdlet gets isolation settings for adapters that belong to the virtual machi ```yaml Type: String[] Parameter Sets: VMName -Aliases: +Aliases: Required: False Position: 0 @@ -163,7 +163,7 @@ To obtain a network adapter, use the **Get-VMNetworkAdapter** cmdlet. ```yaml Type: VMNetworkAdapterBase[] Parameter Sets: ResourceObject -Aliases: +Aliases: Required: True Position: 0 @@ -179,7 +179,7 @@ The cmdlet gets isolation settings for the adapters that you specify. ```yaml Type: String Parameter Sets: VMName, ManagementOS, VMObject -Aliases: +Aliases: Required: False Position: Named @@ -220,7 +220,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md) +[Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md) [Get-VM](./Get-VM.md) diff --git a/docset/winserver2019-ps/Hyper-V/Hyper-V.md b/docset/winserver2019-ps/Hyper-V/Hyper-V.md index 6f1d36152e..6bf142dce8 100644 --- a/docset/winserver2019-ps/Hyper-V/Hyper-V.md +++ b/docset/winserver2019-ps/Hyper-V/Hyper-V.md @@ -40,7 +40,7 @@ Creates an ACL to apply to the traffic through a virtual machine network adapter ### [Add-VMNetworkAdapterExtendedAcl](./Add-VMNetworkAdapterExtendedAcl.md) Creates an extended ACL for a virtual network adapter. -### [Add-VmNetworkAdapterRoutingDomainMapping](./Add-VmNetworkAdapterRoutingDomainMapping.md) +### [Add-VMNetworkAdapterRoutingDomainMapping](./Add-VMNetworkAdapterRoutingDomainMapping.md) Adds a routing domain and virtual subnets to a virtual network adapter. ### [Add-VMRemoteFx3dVideoAdapter](./Add-VMRemoteFx3dVideoAdapter.md) @@ -235,7 +235,7 @@ Gets extended ACLs configured for a virtual network adapter. ### [Get-VMNetworkAdapterFailoverConfiguration](./Get-VMNetworkAdapterFailoverConfiguration.md) Gets the IP address of a virtual network adapter configured to be used when a virtual machine fails over. -### [Get-VmNetworkAdapterIsolation](./Get-VmNetworkAdapterIsolation.md) +### [Get-VMNetworkAdapterIsolation](./Get-VMNetworkAdapterIsolation.md) Gets isolation settings for a virtual network adapter. ### [Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md) @@ -553,10 +553,10 @@ Configures features of the virtual network adapter in a virtual machine or the m ### [Set-VMNetworkAdapterFailoverConfiguration](./Set-VMNetworkAdapterFailoverConfiguration.md) Configures the IP address of a virtual network adapter to be used when a virtual machine fails over. -### [Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md) +### [Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md) Modifies isolation settings for a virtual network adapter. -### [Set-VmNetworkAdapterRoutingDomainMapping](./Set-VmNetworkAdapterRoutingDomainMapping.md) +### [Set-VMNetworkAdapterRoutingDomainMapping](./Set-VMNetworkAdapterRoutingDomainMapping.md) Sets virtual subnets on a routing domain. ### [Set-VMNetworkAdapterTeamMapping](./Set-VMNetworkAdapterTeamMapping.md) diff --git a/docset/winserver2019-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md b/docset/winserver2019-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md similarity index 95% rename from docset/winserver2019-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md rename to docset/winserver2019-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md index 1024dcdc76..7f1b4fba0c 100644 --- a/docset/winserver2019-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md +++ b/docset/winserver2019-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md @@ -5,7 +5,7 @@ Module Name: Hyper-V ms.date: 12/20/2016 online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2019-ps&wt.mc_id=ps-gethelp schema: 2.0.0 -title: Set-VmNetworkAdapterIsolation +title: Set-VMNetworkAdapterIsolation --- # Set-VMNetworkAdapterIsolation @@ -49,10 +49,10 @@ Set-VMNetworkAdapterIsolation [-VMNetworkAdapterName ] [-VM] [-RoutingDoma ``` ## DESCRIPTION -The **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. +The **Add-VMNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. The cmdlet adds the information about the routing domain and virtual subnets to connected multitenant virtual machines. ## EXAMPLES @@ -69,7 +69,7 @@ The default is the current session on the local computer. ```yaml Type: CimSession[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -85,7 +85,7 @@ The cmdlet adds the routing domain and virtual subnet to a virtual network adapt ```yaml Type: String[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -116,7 +116,7 @@ The default is the current user. ```yaml Type: PSCredential[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -129,12 +129,12 @@ Accept wildcard characters: False Specifies an array of IDs of virtual subnets. The cmdlet adds the virtual subnets that you specify to the virtual network adapter. You can isolate a virtual machine adapter by using virtual local area network (VLAN), Hyper-V Network Virtualization, or a third party virtualization solution. -For more information about isolation IDs, see the **Set-VmNetworkAdapterIsolation** cmdlet. +For more information about isolation IDs, see the **Set-VMNetworkAdapterIsolation** cmdlet. ```yaml Type: Int32[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 3 @@ -151,7 +151,7 @@ The subnet uses VLAN or Hyper-V Network Virtualization. ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -166,7 +166,7 @@ Indicates that the cmdlet operates on the parent or host operating system. ```yaml Type: SwitchParameter Parameter Sets: ManagementOS -Aliases: +Aliases: Required: True Position: Named @@ -182,7 +182,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -199,7 +199,7 @@ The cmdlet adds the routing domain that you specify to the virtual network adapt ```yaml Type: Guid Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -215,7 +215,7 @@ The cmdlet adds the routing domain that you specify to the virtual network adapt ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 2 @@ -232,7 +232,7 @@ To obtain a virtual machine object, use the **Get-VM** cmdlet. ```yaml Type: VirtualMachine[] Parameter Sets: VMObject -Aliases: +Aliases: Required: True Position: 0 @@ -248,7 +248,7 @@ The cmdlet adds the routing domain to the network interfaces that belong to the ```yaml Type: String[] Parameter Sets: VMName -Aliases: +Aliases: Required: True Position: 0 @@ -265,7 +265,7 @@ To obtain a network adapter, use the **Get-VMNetworkAdapter** cmdlet. ```yaml Type: VMNetworkAdapterBase[] Parameter Sets: ResourceObject -Aliases: +Aliases: Required: True Position: 0 @@ -281,7 +281,7 @@ The cmdlet adds the routing domain on adapter that you specify. ```yaml Type: String Parameter Sets: VMName, ManagementOS, VMObject -Aliases: +Aliases: Required: False Position: Named @@ -321,7 +321,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md) -[Set-VmNetworkAdapterRoutingDomainMapping](./Set-VmNetworkAdapterRoutingDomainMapping.md) +[Set-VMNetworkAdapterRoutingDomainMapping](./Set-VMNetworkAdapterRoutingDomainMapping.md) [Remove-VMNetworkAdapterRoutingDomainMapping](./Remove-VMNetworkAdapterRoutingDomainMapping.md) diff --git a/docset/winserver2022-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md b/docset/winserver2022-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md similarity index 95% rename from docset/winserver2022-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md rename to docset/winserver2022-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md index 8f2bae3e6d..1aa9a3f435 100644 --- a/docset/winserver2022-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md +++ b/docset/winserver2022-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md @@ -5,7 +5,7 @@ Module Name: Hyper-V ms.date: 12/20/2016 online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2022-ps&wt.mc_id=ps-gethelp schema: 2.0.0 -title: Get-VmNetworkAdapterIsolation +title: Get-VMNetworkAdapterIsolation --- # Get-VMNetworkAdapterIsolation @@ -43,7 +43,7 @@ Get-VMNetworkAdapterIsolation [-VMNetworkAdapterName ] [-VM] ] [-VM] [!NOTE] -> The AccelNet cmdlets have a dependency on the Hyper-V role. To learn more, see [Install or Uninstall Roles, Role Services, or Features](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features). +> The AccelNet cmdlets have a dependency on the Hyper-V role. To learn more, see +> [Install or Uninstall Roles, Role Services, or Features](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features). > > This role can also be installed using PowerShell by running the following command: > @@ -41,14 +42,18 @@ Adds a cryptographic key checkpoint or registry checkpoint for a resource. Makes a new disk available for use in a failover cluster. +### [Add-ClusterExcludedAdapter](Add-ClusterExcludedAdapter.md) + +Adds a network adapter to the list of excluded adapters. + ### [Add-ClusterFileServerRole](Add-ClusterFileServerRole.md) Creates a clustered file server resource group. ### [Add-ClusterGenericApplicationRole](Add-ClusterGenericApplicationRole.md) -Configures high availability for an application that wasn't originally designed to run in a -failover cluster. +Configures high availability for an application that wasn't originally designed to run in a failover +cluster. ### [Add-ClusterGenericScriptRole](Add-ClusterGenericScriptRole.md) @@ -71,7 +76,7 @@ Adds a dependency to a cluster set. ### [Add-ClusterGroupToAffinityRule](Add-ClusterGroupToAffinityRule.md) -This command is used to add either a VM role or a group name to a cluster affinity rule. +Adds a cluster group to an affinity rule. ### [Add-ClusterGroupToSet](Add-ClusterGroupToSet.md) @@ -109,7 +114,7 @@ Makes a volume available in Cluster Shared Volumes in a failover cluster. ### [Add-ClusterSharedVolumeToAffinityRule](Add-ClusterSharedVolumeToAffinityRule.md) -Adds a Cluster Shared Volume (CSV) to an existing Affinity Rule. +Adds a Cluster Shared Volume (CSV) to an existing affinity rule. ### [Add-ClusterVirtualMachineRole](Add-ClusterVirtualMachineRole.md) @@ -121,6 +126,10 @@ to a different server in the failover cluster. Configures monitoring for a service or an Event Tracing for Windows (ETW) event so that it is monitored on a virtual machine. +### [Add-WorkgroupClusterNode](Add-WorkgroupClusterNode.md) + +Adds a node to a workgroup cluster. + ### [Block-ClusterAccess](Block-ClusterAccess.md) Prevents the specified user or users from accessing a failover cluster. @@ -155,7 +164,7 @@ Enables Accelerated Networking on a VM. ### [Enable-ClusterStorageSpacesDirect](Enable-ClusterStorageSpacesDirect.md) -Enables S2D. +Enables Storage Spaces Direct on a Fail-Over Cluster. ### [Get-AccelNetManagement](Get-AccelNetManagement.md) @@ -190,11 +199,19 @@ but aren't yet part of the set of clustered disks. Retrieves a cryptographic key checkpoint or registry checkpoint for a resource. +### [Get-ClusterCredential](Get-ClusterCredential.md) + +Retrieves the credentials for a specified node in a failover cluster. + ### [Get-ClusterDiagnosticInfo](Get-ClusterDiagnosticInfo.md) Gets diagnostics for a cluster a cluster that contains VMs and produces a zip file containing the data. +### [Get-ClusterExcludedAdapter](Get-ClusterExcludedAdapter.md) + +Retrieves a network adapter from the list of excluded adapters. + ### [Get-ClusterFaultDomain](Get-ClusterFaultDomain.md) Gets the cluster fault domains in a cluster. @@ -277,6 +294,10 @@ Gets the S2D settings from a cluster. Gets the list of services and events currently being monitored in the virtual machine. +### [Get-VMAdaptersConnectedToEnabledIntentSwitch](Get-VMAdaptersConnectedToEnabledIntentSwitch.md) + +Gets the adapters on the VM that are connected to the enabled intent switch. + ### [Grant-ClusterAccess](Grant-ClusterAccess.md) Grants access to a failover cluster, either full access or read-only access. @@ -317,6 +338,10 @@ Create a names set of groups in the cluster. Creates a cluster name account in Active Directory Domain Services. +### [New-WorkgroupCluster](New-WorkgroupCluster.md) + +Creates a new workgroup cluster. + ### [Remove-Cluster](Remove-Cluster.md) Destroys an existing failover cluster. @@ -327,12 +352,16 @@ Removes a user from the access list on the cluster. ### [Remove-ClusterAffinityRule](Remove-ClusterAffinityRule.md) -Removes new affinity rules. +Removes a specified affinity rule. ### [Remove-ClusterCheckpoint](Remove-ClusterCheckpoint.md) Removes a cryptographic key checkpoint or registry checkpoint for a resource. +### [Remove-ClusterExcludedAdapter](Remove-ClusterExcludedAdapter.md) + +Removes a network adapter from the list of excluded adapters. + ### [Remove-ClusterFaultDomain](Remove-ClusterFaultDomain.md) Removes a fault domain. @@ -384,11 +413,23 @@ Remove a cluster shared volume from an affinity rule. ### [Remove-ClusterVMMonitoredItem](Remove-ClusterVMMonitoredItem.md) -Removes monitoring of a service or event that is currently being monitored on a virtual machine. +## SYNTAX ## SYNOPSIS + +### [Remove-WorkgroupCluster](Remove-WorkgroupCluster.md) + +Removes a workgroup cluster. + +### [Remove-WorkgroupClusterNode](Remove-WorkgroupClusterNode.md) + +Removes a node from a workgroup cluster. + +### [Repair-ClusterNameAccount](Repair-ClusterNameAccount.md) + +Repairs the Cluster Name Account and ensures that the cluster continues to function properly. ### [Repair-ClusterStorageSpacesDirect](Repair-ClusterStorageSpacesDirect.md) -Repairs S2D disks. +Repairs disks in a Storage Spaces Direct (S2D) system. ### [Reset-ClusterVMMonitoredState](Reset-ClusterVMMonitoredState.md) @@ -403,17 +444,21 @@ Resumes a node from the paused state or brings back drained workloads to the nod Turns off maintenance for a disk resource or Cluster Shared Volume within a failover cluster. +### [Set-AccelNetManagement](Set-AccelNetManagement.md) + +Sets Accelerated Networking Management cluster-wide. + ### [Set-AccelNetVM](Set-AccelNetVM.md) Sets Accelerated Networking on a VM. -### [Set-AccelNetManagement](Set-AccelNetManagement.md) +### [Set-ClusterAffinityRule](Set-ClusterAffinityRule.md) -Sets Accelerated Networking Management cluster-wide. +Enable or disable an affinity rule, and update the rule type. -### [Set-ClusterAffinityRule](Set-ClusterAffinityRule.md) +### [Set-ClusterExcludedAdapter](Set-ClusterExcludedAdapter.md) -Enabled or Disable an affinity rule, and update the rule type. +Sets a network adapter to the list of excluded adapters. ### [Set-ClusterFaultDomain](Set-ClusterFaultDomain.md) @@ -433,13 +478,11 @@ Sets the size and level of detail for the cluster log. ### [Set-ClusterOwnerNode](Set-ClusterOwnerNode.md) -Specifies which nodes can own a resource in a failover cluster or specifies the order of preference -among owner nodes for a clustered role, or resource group. +Specifies which nodes can own a resource in a failover cluster or specifies the order of preference among owner nodes for a clustered role, or resource group. ### [Set-ClusterParameter](Set-ClusterParameter.md) -Controls specific properties of an object in a failover cluster, such as a resource, a group, or a -network. +Controls specific properties of an object in a failover cluster, such as a resource, a group, or a network. ### [Set-ClusterQuorum](Set-ClusterQuorum.md) @@ -457,6 +500,10 @@ Sets S2D cache parameters. Configures the system to enable S2D to claim or not claim specific physical disks. +### [Set-WorkgroupClusterRemotingConfiguration](Set-WorkgroupClusterRemotingConfiguration.md) + +Configures the remote management settings for a failover cluster that is part of a workgroup. + ### [Start-Cluster](Start-Cluster.md) Starts the Cluster service on all nodes of the cluster on which it isn't yet started. @@ -475,8 +522,7 @@ Brings a resource online in a failover cluster. ### [Stop-Cluster](Stop-Cluster.md) -Stops the Cluster service on all nodes in a failover cluster, which will stop all services and -applications configured in the cluster. +Stops the Cluster service on all nodes in a failover cluster, which will stop all services and applications configured in the cluster. ### [Stop-ClusterGroup](Stop-ClusterGroup.md) @@ -496,8 +542,7 @@ Suspends activity on a failover cluster node, that is, pauses the node. ### [Suspend-ClusterResource](Suspend-ClusterResource.md) -Turns on maintenance for a disk resource or CSV so that you can run a disk maintenance tool without -triggering failover. +Turns on maintenance for a disk resource or CSV so that you can run a disk maintenance tool without triggering failover. ### [Test-Cluster](Test-Cluster.md) @@ -507,6 +552,14 @@ Runs validation tests for failover cluster hardware and settings. Simulates a failure of a cluster resource. +### [Test-WorkgroupCluster](Test-WorkgroupCluster.md) + +Tests the configuration of a workgroup cluster. + +### [Test-WorkgroupClusterRemoting](Test-WorkgroupClusterRemoting.md) + +Tests if remoting is configured on all nodes. + ### [Update-ClusterFunctionalLevel](Update-ClusterFunctionalLevel.md) Updates the functional level of a mixed-version cluster. @@ -517,8 +570,7 @@ Renews or releases the DHCP lease for an IP address resource in a failover clust ### [Update-ClusterNetworkNameResource](Update-ClusterNetworkNameResource.md) -Registers existing Network Name resources with a DNS server in a way that does not interrupt cluster -availability. +Registers existing Network Name resources with a DNS server in a way that doesn't interrupt cluster availability. ### [Update-ClusterVirtualMachineConfiguration](Update-ClusterVirtualMachineConfiguration.md) diff --git a/docset/winserver2016-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md b/docset/winserver2025-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md similarity index 95% rename from docset/winserver2016-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md rename to docset/winserver2025-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md index c1c66f20f1..e2fda559f1 100644 --- a/docset/winserver2016-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md +++ b/docset/winserver2025-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md @@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml Module Name: Hyper-V ms.date: 12/20/2016 -online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2016-ps&wt.mc_id=ps-gethelp +online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2025-ps&wt.mc_id=ps-gethelp schema: 2.0.0 -title: Add-VmNetworkAdapterRoutingDomainMapping +title: Add-VMNetworkAdapterRoutingDomainMapping --- # Add-VMNetworkAdapterRoutingDomainMapping @@ -46,7 +46,7 @@ Add-VMNetworkAdapterRoutingDomainMapping [-RoutingDomainID] [-RoutingDoma ``` ## DESCRIPTION -The **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. +The **Add-VMNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter. The cmdlet adds the information about the routing domain and virtual subnets to connected multitenant virtual machines. ## EXAMPLES @@ -69,7 +69,7 @@ The default is the current session on the local computer. ```yaml Type: CimSession[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -85,7 +85,7 @@ The cmdlet adds the routing domain and virtual subnet to a virtual network adapt ```yaml Type: String[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -116,7 +116,7 @@ The default is the current user. ```yaml Type: PSCredential[] Parameter Sets: VMName, ManagementOS -Aliases: +Aliases: Required: False Position: Named @@ -129,12 +129,12 @@ Accept wildcard characters: False Specifies an array of IDs of virtual subnets. The cmdlet adds the virtual subnets that you specify to the virtual network adapter. You can isolate a virtual machine adapter by using virtual local area network (VLAN), Hyper-V Network Virtualization, or a third party virtualization solution. -For more information about isolation IDs, see the **Set-VmNetworkAdapterIsolation** cmdlet. +For more information about isolation IDs, see the **Set-VMNetworkAdapterIsolation** cmdlet. ```yaml Type: Int32[] Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 3 @@ -151,7 +151,7 @@ The subnet uses VLAN or Hyper-V Network Virtualization. ```yaml Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: 4 @@ -166,7 +166,7 @@ Indicates that the cmdlet operates on the parent or host operating system. ```yaml Type: SwitchParameter Parameter Sets: ManagementOS -Aliases: +Aliases: Required: True Position: Named @@ -182,7 +182,7 @@ By default, this cmdlet does not generate any output. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: +Aliases: Required: False Position: Named @@ -199,7 +199,7 @@ The cmdlet adds the routing domain that you specify to the virtual network adapt ```yaml Type: Guid Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 1 @@ -215,7 +215,7 @@ The cmdlet adds the routing domain that you specify to the virtual network adapt ```yaml Type: String Parameter Sets: (All) -Aliases: +Aliases: Required: True Position: 2 @@ -232,7 +232,7 @@ To obtain a virtual machine object, use the **Get-VM** cmdlet. ```yaml Type: VirtualMachine[] Parameter Sets: VMObject -Aliases: +Aliases: Required: True Position: 0 @@ -248,7 +248,7 @@ The cmdlet adds the routing domain to the network interfaces that belong to the ```yaml Type: String[] Parameter Sets: VMName -Aliases: +Aliases: Required: True Position: 0 @@ -265,7 +265,7 @@ To obtain a network adapter, use the **Get-VMNetworkAdapter** cmdlet. ```yaml Type: VMNetworkAdapterBase[] Parameter Sets: ResourceObject -Aliases: +Aliases: Required: True Position: 0 @@ -281,7 +281,7 @@ The cmdlet adds the routing domain on adapter that you specify. ```yaml Type: String Parameter Sets: VMName, ManagementOS, VMObject -Aliases: +Aliases: Required: False Position: Named @@ -321,7 +321,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md) -[Set-VmNetworkAdapterRoutingDomainMapping](./Set-VmNetworkAdapterRoutingDomainMapping.md) +[Set-VMNetworkAdapterRoutingDomainMapping](./Set-VMNetworkAdapterRoutingDomainMapping.md) [Remove-VMNetworkAdapterRoutingDomainMapping](./Remove-VMNetworkAdapterRoutingDomainMapping.md) diff --git a/docset/winserver2016-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md b/docset/winserver2025-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md similarity index 94% rename from docset/winserver2016-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md rename to docset/winserver2025-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md index e8f24b285c..5c52fae88f 100644 --- a/docset/winserver2016-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md +++ b/docset/winserver2025-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md @@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml Module Name: Hyper-V ms.date: 12/20/2016 -online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp +online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp schema: 2.0.0 -title: Get-VmNetworkAdapterIsolation +title: Get-VMNetworkAdapterIsolation --- # Get-VMNetworkAdapterIsolation @@ -43,7 +43,7 @@ Get-VMNetworkAdapterIsolation [-VMNetworkAdapterName ] [-VM] ] [-VM]