windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

This repo is used to contribute to Windows 10, Windows Server 2016, and MDOP PowerShell module documentation.

Results 257 windows-powershell-docs issues
Sort by recently updated
recently updated
newest added

The description for -Cluster is incorrect. The current text reads: > -Cluster > Specifies the Microsoft cluster service, which uses the default SQL server TCP/UDP port 3343. I propose the...

doc-bug

[This](https://docs.microsoft.com/en-us/windows-server/storage/refs/mirror-accelerated-parity) a nice article briefly explains how "destaging" works for ReFS on Windows Server and how to use the `DataDestageSsdFillRatioThreshold`. However, there seem to be no equivalent documentation for NTFS...

doc-enhancement

[Enter feedback here] Hi, I'm a newbie trying to add reservations from a file. I've tried this, on the computer wich runs the DHCP server service: c:\>Import-Csv -Path "Reservations.csv" |...

product-question

This issue is the same as https://github.com/MicrosoftDocs/windows-powershell-docs/issues/1174, except now the documentation covers up through Server 2022 (which is supported). Please document the 'Recipe' parameter. --- #### Document Details ⚠ *Do...

doc-bug

Under the following section: ``` -RemediationScheduleDay Specifies the day of the week on which to perform a scheduled full scan in order to complete remediation. Alternatively, specify everyday for this...

doc-enhancement

I was working on a script to automate the setup of a test-environment and encoutered following problem. **Example for failing code** Get-IISAppPool New-WebAppPool -Name TestAppPool New-IISSite -Name TestSite -PhysicalPath D:\...

product-feedback

Export-StartLayout says that it exports as XML but the output is actually in JSON. Subsequently, trying to import using Import-StartLayout command fails because it is not expected format. Affected pages:...

product-feedback

[Example 2](https://learn.microsoft.com/en-us/powershell/module/dnsserver/register-dnsserverdirectorypartition?view=windowsserver2022-ps#example-2-register-a-remote-dns-server-to-a-directory-application-partition-using-fqdn) is titled "Register a remote DNS server to a directory application partition using FQDN" This command adds the **local** DNS server to a directory application partition named "hr.dept.contoso.com"...

doc-bug

Is there a Powershell equivalent of PKTMON for network captures?

Microsoft submitter
product-question
needs-more-info

LOGMAN supports chained capture files (-Mode NewFile) with %d in the file name to indicate where to increment the file number. NETSH does not support this, but you can work...

Microsoft submitter
product-feedback