Running as administrator and running "update-help" fails to update the module 'AppBackgroundTask'
Votes from Connect: 11
Original Date Submitted: 11/21/2013 7:25:26 AM
Description:
Contact Information
Handle: Gary Bonie
Site Name: PowerShell
Feedback ID: 809166
Frequency: Always Happens
Regression: I do not know if this issue existed previously
Problem Description:
All help updates correctly except the help for AppBackgroundTask.
Update-Help : Failed to update Help for the module(s) 'AppBackgroundTask' with UI culture(s) {en-US} : The value of the HelpInfoUri
key in the module manifest must resolve to a container or root URL on a website where the help files are stored. The HelpInfoUri
'http://technet.microsoft.com/en-us/library/dn296421.aspx' does not resolve to a container.
At line:1 char:1
+ Update-Help -Verbose -force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand
PS C:\WINDOWS\system32> $PSVersionTable
Name Value
PSVersion 4.0
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
CLRVersion 4.0.30319.34003
BuildVersion 6.3.9600.16394
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0}
PSRemotingProtocolVersion 2.2
Product Studio item created by Connect Synchronizer due to creation of feedback ID 809166 (http://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=809166).
Repro Steps:
PS C:> Update-Help -Verbose -force
Expected Results:
Internal BugId: 6488
