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 284 windows-powershell-docs issues
Sort by recently updated
recently updated
newest added

The `SslFlags` Parameter is limited here to value 0 to 3, but in Server 2022 there are many more flags possible, checking all check-boxes in the GUI results in SslFlags...

product-feedback

It appears that the examples does not use secure strings for passwords. This includes parameter description. Set-WebCentralCertProvider uses ordinary strings. --- #### Document Details ⚠ *Do not edit this section....

doc-enhancement

PS C:\Users\administrator.corp> Import-Module netWnv Import-Module : The specified module 'netWnv' was not loaded because no valid module file was found in any module directory. At line:1 char:1 + Import-Module netWnv...

docs-experience

Clarify description. "Removes active threats" as in attempts to remediate a detected threat or as in removes the "threat" from the list of active threats and has nothing to do...

doc-enhancement

PS C:\Users\aaron> **Test-DnsServer -IPAddress 192.168.1.1** Test-DnsServer : The term 'Test-DnsServer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the...

docs-experience

The valid values for "Type" in the description block are incorrect - it states that IPAddress and IPv6Address are valid - but underneath in the table it correctly states that...

doc-enhancement

### Description The [`Remove-AppxPackageAutoUpdateSettings`](https://docs.microsoft.com/powershell/module/appx/remove-appxpackageautoupdatesettings?view=windowsserver2022-ps) for Windows Server 2022 has placeholder information. https://github.com/MicrosoftDocs/windows-powershell-docs/blob/8e5c38ded70e24ca064e63dbc70705d2d6e55e08/docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md?plain=1#L11-L33 This is also present on the main AppX page. https://github.com/MicrosoftDocs/windows-powershell-docs/blob/8e5c38ded70e24ca064e63dbc70705d2d6e55e08/docset/winserver2022-ps/appx/Appx.md?plain=1#L69-L70 ### Screenshots ![image](https://user-images.githubusercontent.com/10838153/185786862-bdaea790-c1c7-472a-86f4-e8e0291daa80.png) ![image](https://user-images.githubusercontent.com/10838153/185786878-1e29dfbd-56ba-40d8-8a69-1bb6ab168ebc.png)

doc-enhancement

### Description The[ `Reset-AppxPackage` syntax is formatted incorrectly](https://docs.microsoft.com/powershell/module/appx/reset-appxpackage#syntax). It shows up as: ![Reset-AppxPackage Syntax](https://user-images.githubusercontent.com/10838153/185785888-6b6c5d78-be36-442c-a80c-e006f2cdc544.png)

doc-bug

Examples for New-AppLockerPolicy fail at execution. See example below: ``` PS C:\Users\User> Get-ChildItem C:\Windows\System32\*.exe | Get-AppLockerFileInformation | New-AppLockerPolicy -RuleType Publisher, Hash -User Everyone -RuleNamePrefix System32 New-AppLockerPolicy: The input object cannot...

doc-bug

The acceptable values listed for the parameter -Identity are A distinguished name A GUID (objectGUID) A security identifier (objectSid) A Security Account Manager account name (sAMAccountName) I don't think Security...

doc-enhancement