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.
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...
[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...
[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" |...
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...
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...
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:\...
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:...
[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"...
Is there a Powershell equivalent of PKTMON for network captures?
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...