windows-powershell-docs
windows-powershell-docs copied to clipboard
This repo is used to contribute to Windows 10, Windows Server 2016, and MDOP PowerShell module documentation.
Bulk update to the text formatting for the clusterawareupdating module before applying further updates.
Added 5 new cmdlets that will enable users perform GPU-P related activities - \Add-VMGpuPartitionAdapter.md - \Get-VMGpuPartitionAdapter.md - \Get-VMHostPartitionableGpu.md - \Remove-VMGpuPartitionAdapter.md - \Set-VMHostPartitionableGpu Modified Hyper-V.md by including the forementioned cmdlet
The documentation mentions that the `-Wait` accepts a number of seconds but it's type is a `SwitchParameter`. Even executing the given example `-Wait 0` gives an error: ``` > Suspend-ClusterNode...
How do you add/change IPv6 DoH Addresses and Templates explicitly? How do you add add a CPE ID argument to the DoH queries? Is the DoH resolver actually capable of...
### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...
In example 2 we have the following: Set-SRNetworkConstraint **-SourceComputerName "Cluster01"** -SourceRGName "Group01" -SourceNWInterface "Cluster Network 1","Cluster Network 2" **-DestinationComputerName "Cluster02"** -DestinationRGName "Group02" -DestinationNWInterface "Cluster Network 1","Cluster Network 2" The "-SourceComputerName"...
Hello! This fixes the spelling on a command (line 23: Install-NfaMappingStore -> Install-NfsMappingStore).
Why were the Get-NetFirewallRule, Set-NetFirewallRule, Remove-NetFirewallRule commands removed from the GPOSession? How can I use GPOSession in these cmdlets now?
There are several references to `about_ActiveDirectory_Filter` document, but that topic is not any more included in module help. It would be nice to add that missing topic. --- #### Document...
I believe it would be beneficial to have an example of removing a shared printer when the PC has the same printer connected from server one and sever two with...