You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this page, Example 2 contains PSFileFullPath twice. This will actually result in a parsing error from PowerShell:
PS>Get-ChildItem-Recurse -Recurse
Get-ChildItem : Cannot bind parameter because parameter 'Recurse' is specified more than once. To provide multiple values to parameters that can accept multiple values, use the array syntax. For example,"-parametervalue1,value2,value3".
At line:1 char:24+Get-ChildItem-Recurse -Recurse
+ ~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-ChildItem], ParameterBindingException
+ FullyQualifiedErrorId : ParameterAlreadyBound,Microsoft.PowerShell.Commands.GetChildItemCommand
What is Expected?
The example should work without parsin error.
How Did You Get This To Happen? (Steps to Reproduce)
N/A
The text was updated successfully, but these errors were encountered:
What You Are Seeing?
On this page, Example 2 contains
PSFileFullPath
twice. This will actually result in a parsing error from PowerShell:What is Expected?
The example should work without parsin error.
How Did You Get This To Happen? (Steps to Reproduce)
N/A
The text was updated successfully, but these errors were encountered: