Prerequisites
Version
7.2
Link to affected document
https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.2/Microsoft.PowerShell.Management/Resolve-Path.md
Description of the documentation error
Description of Example 3: Get all paths in the Windows folder states This command returns all of the folders in the C:\Windows folder.
This is however not true, it will return all folders and files
Suggested fix
replace
This command returns all of the folders in the C:\Windows folder.
with
This command returns all of the folders and files in the C:\Windows folder.
Prerequisites
Version
7.2
Link to affected document
https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.2/Microsoft.PowerShell.Management/Resolve-Path.md
Description of the documentation error
Description of
Example 3: Get all paths in the Windows folderstatesThis command returns all of the folders in the C:\Windows folder.This is however not true, it will return all folders and files
Suggested fix
replace
This command returns all of the folders in the C:\Windows folder.with
This command returns all of the folders and files in the C:\Windows folder.