Search

Help file text errors in the NetTCPIP module by Jason Yoder

Closed
as Not Reproducible Help for as Not Reproducible

1
0
Sign in
to vote
Type: Bug
ID: 777088
Opened: 1/21/2013 3:22:45 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
After updating my help files (1/21/2013), I noticed the examples for the cmdlets in the NetTCPIP module had issues where there should be a hyphen in front of the parameters. The characters †appear in the hyphens place. Again, this is in the examples section of the help file.
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
Get-help Set-NetIPv4Protocol -Examples

EXAMPLE 1

PS C:\> Set-NetIPv4Protocol –MediaSenseEventLog Enabled

This example enabled the DHCP media sense event log.
EXAMPLE 2

PS C:\> Get-NetIPv4Protocol –NeighborCacheLimit 1000

(also happens with other cmdlets in this module.)
Expected Results
EXAMPLE 1

PS C:\> Set-NetIPv4Protocol -“MediaSenseEventLog Enabled

This example enabled the DHCP media sense event log.
EXAMPLE 2

PS C:\> Get-NetIPv4Protocol -“NeighborCacheLimit 1000

Where do you see this documentation issue.

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 4/15/2013 at 11:52 AM
We cannot repro this issue. It might have been a transient issue that is now corrected or we might need more information in order to repro it. We could not repro it on Windows Server 2012 after running Update-Help.
Sign in to post a workaround.