René's URL Explorer Experiment


Title: MetadataError: ProgressAction was defined multiple times for the command · Issue #18976 · PowerShell/PowerShell · GitHub

Open Graph Title: MetadataError: ProgressAction was defined multiple times for the command · Issue #18976 · PowerShell/PowerShell

X Title: MetadataError: ProgressAction was defined multiple times for the command · Issue #18976 · PowerShell/PowerShell

Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerShell 5.1 and PowerShell. Steps to reprodu...

Open Graph Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...

X Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...

Opengraph URL: https://github.com/PowerShell/PowerShell/issues/18976

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"MetadataError: ProgressAction was defined multiple times for the command","articleBody":"### Prerequisites\r\n\r\n- [X] Write a descriptive title.\r\n- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)\r\n- [X] Search the existing issues.\r\n- [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).\r\n- [X] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://docs.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell).\r\n\r\n### Steps to reproduce\r\n\r\n`Invoke-Build` scripts throws `MetadataError: A parameter with the name 'ProgressAction' was defined multiple times for the command.` on latest daily builds of PowerShell Core.\r\n\r\n@SteveL-MSFT  I believe that it's related to [newly implemented](https://github.com/PowerShell/PowerShell/pull/18887) `ProgressAction` common parameter.\r\n\r\nThe issue **IS NOT** occurring on *PS 7.3.1 GA* or *PS 5.1*\r\n\r\n```powershell\r\nPS D:\\\u003e $PSVersionTable\r\n\r\nName                           Value\r\n----                           -----\r\nPSVersion                      7.4.0-nightly\r\nPSEdition                      Core\r\nGitCommitId                    7.4.0-nightly-35-g94610307572edc7656e22bc3f5d45d57751e9f13\r\nOS                             Microsoft Windows 10.0.19045\r\nPlatform                       Win32NT\r\nPSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion      2.3\r\nSerializationVersion           1.1.0.1\r\nWSManStackVersion              3.0\r\n\r\nPS D:\\\u003e git clone https://github.com/PowerShell/PSReadLine.git PSReadLine\r\nCloning into 'PSReadLine'...\r\nremote: Enumerating objects: 6143, done.\r\nremote: Counting objects: 100% (72/72), done.\r\nremote: Compressing objects: 100% (45/45), done.\r\nremote: Total 6143 (delta 33), reused 58 (delta 26), pack-reused 6071\r\nReceiving objects: 100% (6143/6143), 3.04 MiB | 25.29 MiB/s, done.\r\nResolving deltas: 100% (4633/4633), done.\r\n\r\nPS D:\\\u003e cd .\\PSReadLine\\\r\nPS D:\\PSReadLine\u003e Invoke-Build\r\nMetadataError: A parameter with the name 'ProgressAction' was defined multiple times for the command.\r\nPS D:\\PSReadLine\u003e $error[0]|fl * -force\r\n\r\nPSMessageDetails      :\r\nException             : System.Management.Automation.MetadataException: A parameter with the name 'ProgressAction' was defined multiple times for the command.\r\n                           at System.Management.Automation.MergedCommandParameterMetadata.AddMetadataForBinder(InternalParameterMetadata parameterMetadata, ParameterBinderAssociation binderAssociation) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\MergedCommandParameterMetadata.cs:line 102\r\n                           at System.Management.Automation.CmdletParameterBinderController.HandleCommandLineDynamicParameters(ParameterBindingException\u0026 outgoingBindingException) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CmdletParameterBinderController.cs:line 1683\r\n                           at System.Management.Automation.CmdletParameterBinderController.BindCommandLineParametersNoValidation(Collection`1 arguments) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CmdletParameterBinderController.cs:line 262\r\n                           at System.Management.Automation.CmdletParameterBinderController.BindCommandLineParameters(Collection`1 arguments) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CmdletParameterBinderController.cs:line 108\r\n                           at System.Management.Automation.CommandProcessor.BindCommandLineParameters() in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CommandProcessor.cs:line 177\r\n                           at System.Management.Automation.CommandProcessor.Prepare(IDictionary psDefaultParameterValues) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CommandProcessor.cs:line 237\r\n                           at System.Management.Automation.CommandProcessorBase.DoPrepare(IDictionary psDefaultParameterValues) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CommandProcessorBase.cs:line 470\r\n                           at System.Management.Automation.Internal.PipelineProcessor.Start(Boolean incomingStream) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\pipeline.cs:line 996\r\n                           at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\pipeline.cs:line 556\r\n                        --- End of stack trace from previous location ---\r\n                           at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\pipeline.cs:line 556\r\n                           at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts,\r\n                        CommandRedirection[][] commandRedirections, FunctionContext funcContext) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\runtime\\Operations\\MiscOps.cs:line 496\r\n                           at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\interpreter\\CallInstruction.Generated.cs:line 608\r\n                           at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame) in\r\n                        D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\interpreter\\ControlFlowInstructions.cs:line 338\r\nTargetObject          :\r\nCategoryInfo          : MetadataError: (:) [], MetadataException\r\nFullyQualifiedErrorId : ParameterNameAlreadyExistsForCommand\r\nErrorDetails          :\r\nInvocationInfo        : System.Management.Automation.InvocationInfo\r\nScriptStackTrace      : at \u003cScriptBlock\u003e, \u003cNo file\u003e: line 1\r\nPipelineIterationInfo : {}\r\n```\r\n\r\n\r\n### Expected behavior\r\n\r\n```console\r\nPS D:\\\u003e $PSVersionTable\r\n\r\nName                           Value\r\n----                           -----\r\nPSVersion                      7.3.1\r\nPSEdition                      Core\r\nGitCommitId                    7.3.1\r\nOS                             Microsoft Windows 10.0.19045\r\nPlatform                       Win32NT\r\nPSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion      2.3\r\nSerializationVersion           1.1.0.1\r\nWSManStackVersion              3.0\r\n\r\nPS D:\\\u003e cd D:\\PSReadLine\\\r\nPS D:\\PSReadLine\u003e Invoke-Build\r\nVERBOSE: Building for 'net6.0'\r\nBuild . D:\\PSReadLine\\PSReadLine.build.ps1\r\nTask /./LayoutModule/BuildPolyfiller skipped.\r\nTask /./LayoutModule/BuildMainModule\r\nMissing output 'PSReadLine/bin/Release/net6.0/Microsoft.PowerShell.PSReadLine2.dll'.\r\nMSBuild version 17.4.1+9a89d02ff for .NET\r\n  Determining projects to restore...\r\n  Restored D:\\PSReadLine\\Polyfill\\Polyfill.csproj (in 7.06 sec).\r\n  Restored D:\\PSReadLine\\PSReadLine\\PSReadLine.csproj (in 7.06 sec).\r\n  Restored D:\\PSReadLine\\test\\PSReadLine.Tests.csproj (in 7.24 sec).\r\n  Restored D:\\PSReadLine\\MockPSConsole\\MockPSConsole.csproj (in 7.74 sec).\r\n  PSReadLine -\u003e D:\\PSReadLine\\PSReadLine\\bin\\Release\\net6.0\\Microsoft.PowerShell.PSReadLine2.dll\r\n  PSReadLine -\u003e D:\\PSReadLine\\PSReadLine\\bin\\Release\\net6.0\\publish\\\r\n  MockPSConsole -\u003e D:\\PSReadLine\\MockPSConsole\\bin\\Release\\net6.0\\MockPSConsole.dll\r\n  MockPSConsole -\u003e D:\\PSReadLine\\MockPSConsole\\bin\\Release\\net6.0\\publish\\\r\n  PSReadLine.Tests -\u003e D:\\PSReadLine\\test\\bin\\Release\\net6.0\\PSReadLine.Tests.dll\r\n  PSReadLine.Tests -\u003e D:\\PSReadLine\\test\\bin\\Release\\net6.0\\publish\\\r\nDone /./LayoutModule/BuildMainModule 00:00:17.7238730\r\nTask /./LayoutModule\r\nWARNING: Build using net6.0 is not sufficient to be downlevel compatible\r\nTask /./LayoutModule/CheckHelpContent skipped.\r\nDone /./LayoutModule 00:00:18.3104774\r\nDone /./RunTests/BuildMainModule\r\nTask /./RunTests/BuildXUnitTests\r\nSkipping up-to-date output.\r\nDone /./RunTests/BuildXUnitTests 00:00:00.0080610\r\nTask /./RunTests\r\nAvailable layouts: en-US en-US\r\nTesting en-US ...\r\nTest run for D:\\PSReadLine\\test\\bin\\Release\\net6.0\\PSReadLine.Tests.dll (.NETCoreApp,Version=v6.0)\r\nMicrosoft (R) Test Execution Command Line Tool Version 17.4.0 (x64)\r\nCopyright (c) Microsoft Corporation.  All rights reserved.\r\n\r\nStarting test execution, please wait...\r\nA total of 1 test files matched the specified pattern.\r\n[xUnit.net 00:00:16.79]     Test.en_US_Windows.DeadKeyShouldBeIgnored [SKIP]\r\n  Skipped Test.en_US_Windows.DeadKeyShouldBeIgnored [1 ms]\r\nResults File: D:\\PSReadLine\\test\\TestResults\\xUnitTestResults.en-US.xml\r\n\r\nPassed!  - Failed:     0, Passed:   270, Skipped:     1, Total:   271, Duration: 6 s - PSReadLine.Tests.dll (net6.0)\r\nTesting en-US ...\r\nTest run for D:\\PSReadLine\\test\\bin\\Release\\net6.0\\PSReadLine.Tests.dll (.NETCoreApp,Version=v6.0)\r\nMicrosoft (R) Test Execution Command Line Tool Version 17.4.0 (x64)\r\nCopyright (c) Microsoft Corporation.  All rights reserved.\r\n\r\nStarting test execution, please wait...\r\nA total of 1 test files matched the specified pattern.\r\n[xUnit.net 00:00:06.38]     Test.en_US_Windows.DeadKeyShouldBeIgnored [SKIP]\r\n  Skipped Test.en_US_Windows.DeadKeyShouldBeIgnored [1 ms]\r\nResults File: D:\\PSReadLine\\test\\TestResults\\xUnitTestResults.en-US.xml\r\n\r\nPassed!  - Failed:     0, Passed:   270, Skipped:     1, Total:   271, Duration: 5 s - PSReadLine.Tests.dll (net6.0)\r\nDone /./RunTests 00:00:34.0325029\r\nDone /. 00:00:52.3480345\r\nWARNING: /LayoutModule D:\\PSReadLine\\PSReadLine.build.ps1:154\r\nBuild using net6.0 is not sufficient to be downlevel compatible\r\nBuild succeeded with warnings. 5 tasks, 0 errors, 1 warnings 00:00:52.5029264\r\n```\r\n\r\n\r\n### Actual behavior\r\n\r\n```console\r\nPS D:\\\u003e git clone https://github.com/PowerShell/PSReadLine.git PSReadLine\r\nCloning into 'PSReadLine'...\r\nremote: Enumerating objects: 6143, done.\r\nremote: Counting objects: 100% (72/72), done.\r\nremote: Compressing objects: 100% (45/45), done.\r\nremote: Total 6143 (delta 33), reused 58 (delta 26), pack-reused 6071\r\nReceiving objects: 100% (6143/6143), 3.04 MiB | 25.29 MiB/s, done.\r\nResolving deltas: 100% (4633/4633), done.\r\n\r\nPS D:\\\u003e cd .\\PSReadLine\\\r\nPS D:\\PSReadLine\u003e Invoke-Build\r\nMetadataError: A parameter with the name 'ProgressAction' was defined multiple times for the command.\r\n```\r\n\r\n\r\n### Error details\r\n\r\n```console\r\nException             :\r\n    Type        : System.Management.Automation.MetadataException\r\n    ErrorRecord :\r\n        Exception             :\r\n            Type    : System.Management.Automation.ParentContainsErrorRecordException\r\n            Message : A parameter with the name 'ProgressAction' was defined multiple times for the command.\r\n            HResult : -2146233087\r\n        CategoryInfo          : MetadataError: (:) [], ParentContainsErrorRecordException\r\n        FullyQualifiedErrorId : ParameterNameAlreadyExistsForCommand\r\n        InvocationInfo        :\r\n            ScriptLineNumber : 1\r\n            OffsetInLine     : 1\r\n            HistoryId        : -1\r\n            Line             : invoke-Build\r\n            PositionMessage  : At line:1 char:1\r\n                               + invoke-Build\r\n                               + ~~~~~~~~~~~~\r\n            CommandOrigin    : Internal\r\n        ScriptStackTrace      : at \u003cScriptBlock\u003e, \u003cNo file\u003e: line 1\r\n    TargetSite  :\r\n        Name          : AddMetadataForBinder\r\n        DeclaringType : System.Management.Automation.MergedCommandParameterMetadata, System.Management.Automation, Version=7.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\r\n        MemberType    : Method\r\n        Module        : System.Management.Automation.dll\r\n    Message     : A parameter with the name 'ProgressAction' was defined multiple times for the command.\r\n    Data        : System.Collections.ListDictionaryInternal\r\n    Source      : System.Management.Automation\r\n    HResult     : -2146233087\r\n    StackTrace  :\r\n   at System.Management.Automation.MergedCommandParameterMetadata.AddMetadataForBinder(InternalParameterMetadata parameterMetadata, ParameterBinderAssociation binderAssociation) in\r\nD:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\MergedCommandParameterMetadata.cs:line 102\r\n   at System.Management.Automation.CmdletParameterBinderController.HandleCommandLineDynamicParameters(ParameterBindingException\u0026 outgoingBindingException) in\r\nD:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CmdletParameterBinderController.cs:line 1683\r\n   at System.Management.Automation.CmdletParameterBinderController.BindCommandLineParametersNoValidation(Collection`1 arguments) in\r\nD:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CmdletParameterBinderController.cs:line 262\r\n   at System.Management.Automation.CmdletParameterBinderController.BindCommandLineParameters(Collection`1 arguments) in\r\nD:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CmdletParameterBinderController.cs:line 108\r\n   at System.Management.Automation.CommandProcessor.BindCommandLineParameters() in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CommandProcessor.cs:line 177\r\n   at System.Management.Automation.CommandProcessor.Prepare(IDictionary psDefaultParameterValues) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CommandProcessor.cs:line 237\r\n   at System.Management.Automation.CommandProcessorBase.DoPrepare(IDictionary psDefaultParameterValues) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\CommandProcessorBase.cs:line 447\r\n   at System.Management.Automation.Internal.PipelineProcessor.Start(Boolean incomingStream) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\pipeline.cs:line 1089\r\n   at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\pipeline.cs:line 478\r\n--- End of stack trace from previous location ---\r\n   at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\pipeline.cs:line 552\r\n   at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][]\r\ncommandRedirections, FunctionContext funcContext) in D:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\runtime\\Operations\\MiscOps.cs:line 496\r\n   at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame) in\r\nD:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\interpreter\\CallInstruction.Generated.cs:line 608\r\n   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame) in\r\nD:\\DEVELOPMENT\\PowerShellCore\\src\\System.Management.Automation\\engine\\interpreter\\ControlFlowInstructions.cs:line 338\r\nCategoryInfo          : MetadataError: (:) [], MetadataException\r\nFullyQualifiedErrorId : ParameterNameAlreadyExistsForCommand\r\nInvocationInfo        :\r\n    ScriptLineNumber : 1\r\n    OffsetInLine     : 1\r\n    HistoryId        : -1\r\n    Line             : invoke-Build\r\n    PositionMessage  : At line:1 char:1\r\n                       + invoke-Build\r\n                       + ~~~~~~~~~~~~\r\n    CommandOrigin    : Internal\r\nScriptStackTrace      : at \u003cScriptBlock\u003e, \u003cNo file\u003e: line 1\r\n```\r\n\r\n\r\n### Environment data\r\n\r\n```powershell\r\nName                           Value\r\n----                           -----\r\nPSVersion                      7.4.0-nightly\r\nPSEdition                      Core\r\nGitCommitId                    7.4.0-nightly-35-g94610307572edc7656e22bc3f5d45d57751e9f13\r\nOS                             Microsoft Windows 10.0.19045\r\nPlatform                       Win32NT\r\nPSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion      2.3\r\nSerializationVersion           1.1.0.1\r\nWSManStackVersion              3.0\r\n```\r\n\r\n\r\n### Visuals\r\n\r\n![image](https://user-images.githubusercontent.com/16168755/213439930-e9a86be2-899a-4b7d-b01d-6592481cccee.png)\r\n","author":{"url":"https://github.com/kborowinski","@type":"Person","name":"kborowinski"},"datePublished":"2023-01-19T12:13:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":14},"url":"https://github.com/18976/PowerShell/issues/18976"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cf614a2d-972c-66f6-cef5-fd689a0aafbd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA306:390DDA:359E57:4B11C2:6A5519D8
html-safe-nonce253e4a67d08b559b628998cb4dd284a9760326954f249d6633c0cfc1a9eff7f6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMzA2OjM5MEREQTozNTlFNTc6NEIxMUMyOjZBNTUxOUQ4IiwidmlzaXRvcl9pZCI6IjI0MTY4NzcxNzEyNTM3Nzg5MDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac250934d24965e6146e097c3cd92e090f089aaf4f2f1953b476394c84991f20e3
hovercard-subject-tagissue:1549039490
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PowerShell/PowerShell/18976/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e21817aba2d616c4d8ed59fc349d175f64fb544b11a20214b25032554376e802/PowerShell/PowerShell/issues/18976
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e21817aba2d616c4d8ed59fc349d175f64fb544b11a20214b25032554376e802/PowerShell/PowerShell/issues/18976
og:image:altPrerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekborowinski
hostnamegithub.com
expected-hostnamegithub.com
None682d273eacb2ac51680c6eb9c0b270f029f7ce74c32090f319083c34497e28a5
turbo-cache-controlno-preview
go-importgithub.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git
octolytics-dimension-user_id11524380
octolytics-dimension-user_loginPowerShell
octolytics-dimension-repository_id49609581
octolytics-dimension-repository_nwoPowerShell/PowerShell
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49609581
octolytics-dimension-repository_network_root_nwoPowerShell/PowerShell
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b6d37c6470adadff4194742daaab9a817cc4980
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PowerShell/PowerShell/issues/18976#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fissues%2F18976
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fissues%2F18976
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=PowerShell%2FPowerShell
Reloadhttps://github.com/PowerShell/PowerShell/issues/18976
Reloadhttps://github.com/PowerShell/PowerShell/issues/18976
Reloadhttps://github.com/PowerShell/PowerShell/issues/18976
Please reload this pagehttps://github.com/PowerShell/PowerShell/issues/18976
PowerShell https://github.com/PowerShell
PowerShellhttps://github.com/PowerShell/PowerShell
Notifications https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Fork 8.4k https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Star 54.4k https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Code https://github.com/PowerShell/PowerShell
Issues 1.2k https://github.com/PowerShell/PowerShell/issues
Pull requests 288 https://github.com/PowerShell/PowerShell/pulls
Discussions https://github.com/PowerShell/PowerShell/discussions
Actions https://github.com/PowerShell/PowerShell/actions
Projects https://github.com/PowerShell/PowerShell/projects
Security and quality 3 https://github.com/PowerShell/PowerShell/security
Insights https://github.com/PowerShell/PowerShell/pulse
Code https://github.com/PowerShell/PowerShell
Issues https://github.com/PowerShell/PowerShell/issues
Pull requests https://github.com/PowerShell/PowerShell/pulls
Discussions https://github.com/PowerShell/PowerShell/discussions
Actions https://github.com/PowerShell/PowerShell/actions
Projects https://github.com/PowerShell/PowerShell/projects
Security and quality https://github.com/PowerShell/PowerShell/security
Insights https://github.com/PowerShell/PowerShell/pulse
MetadataError: ProgressAction was defined multiple times for the commandhttps://github.com/PowerShell/PowerShell/issues/18976#top
Resolution-ExternalThe issue is caused by external component(s).https://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22Resolution-External%22
WG-Enginecore PowerShell engine, interpreter, and runtimehttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-Engine%22
https://github.com/kborowinski
kborowinskihttps://github.com/kborowinski
on Jan 19, 2023https://github.com/PowerShell/PowerShell/issues/18976#issue-1549039490
latest released versionhttps://github.com/PowerShell/PowerShell/releases
FAQhttps://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md
Differences between Windows PowerShell 5.1 and PowerShellhttps://docs.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell
@SteveL-MSFThttps://github.com/SteveL-MSFT
newly implementedhttps://github.com/PowerShell/PowerShell/pull/18887
https://user-images.githubusercontent.com/16168755/213439930-e9a86be2-899a-4b7d-b01d-6592481cccee.png
Resolution-ExternalThe issue is caused by external component(s).https://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22Resolution-External%22
WG-Enginecore PowerShell engine, interpreter, and runtimehttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-Engine%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.