Search

Get-Help -online problem by KarinDM

Active

2
0
Sign in
to vote
Type: Bug
ID: 769076
Opened: 10/29/2012 12:27:54 PM
Access Restriction: Public
0
Workaround(s)
1
User(s) can reproduce this bug
Windows PowerShell 3.0

Get-Help Get-Childitem -online

reports: The online version of this Help topic cannot be displayed
Details (expand)
How often does this happen?
Always Happens
Have you seen this problem before in this product?
No, this is new to the most recent version
Reproduction Steps
 
Expected Results
 

Where do you see this documentation issue.

File Attachments
0 attachments
Sign in to post a comment.
Posted by JuneB - MSFT on 11/16/2012 at 11:01 AM
Thanks for the feedback, Karin. This is known issue and I'm trying to fix it in the documentation without a code fix.

This error occurs when you're using Get-Help in a file system drive, such as C: or D:. When you run Get-Help for Get-ChildItem, you're actually getting information about the features that the FileSystem provider adds to the Get-ChildItem cmdlet. It should work, but it doesn't.

I'm working on a fix, but in the meantime, you can see the files in the TechNet library:

Get-ChildItem
http://go.microsoft.com/fwlink/?LinkID=113308

Get-ChildItem for FileSystem
http://go.microsoft.com/fwlink/?LinkID=204557

Thanks,
June
Sign in to post a workaround.