René's URL Explorer Experiment


Title: Moving `System.ServiceModel.*` packages to 6.0.0 and above will prevent the `ActiveDirectory` module from being loaded in PowerShell · Issue #19238 · PowerShell/PowerShell · GitHub

Open Graph Title: Moving `System.ServiceModel.*` packages to 6.0.0 and above will prevent the `ActiveDirectory` module from being loaded in PowerShell · Issue #19238 · PowerShell/PowerShell

X Title: Moving `System.ServiceModel.*` packages to 6.0.0 and above will prevent the `ActiveDirectory` module from being loaded in PowerShell · Issue #19238 · 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/19238

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Moving `System.ServiceModel.*` packages to 6.0.0 and above will prevent the `ActiveDirectory` module from being loaded in PowerShell","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\nAfter installing the latest PowerShell Daily build (daily20230225.2) I am unable to import the `ActiveDirectory` module\r\n\r\n```ps1\r\nImport-Module ActiveDirectory\r\n```\r\n\r\n[Update by @daxian-dbw] See the investigation and the conclusion at https://github.com/PowerShell/PowerShell/issues/19238#issuecomment-1476878608 and https://github.com/PowerShell/PowerShell/issues/19238#issuecomment-1477065432\r\n\r\n### Expected behavior\r\n\r\n```console\r\nModule should import with no error.\r\n```\r\n\r\n\r\n### Actual behavior\r\n\r\n```console\r\nImport-Module: Attempting to perform the InitializeDefaultDrives operation on the 'ActiveDirectory' provider failed.\r\n```\r\n\r\n\r\n### Error details\r\n\r\n```console\r\nImport-Module: Attempting to perform the InitializeDefaultDrives operation on the 'ActiveDirectory' provider failed.\r\nPS C:\\Users\\wojang\u003e Get-Error\r\n\r\nException             :\r\n    Type           : System.Management.Automation.ProviderInvocationException\r\n    ProviderInfo   : Microsoft.ActiveDirectory.Management\\ActiveDirectory\r\n    ErrorRecord    :\r\n        Exception             :\r\n            Type           : System.TypeInitializationException\r\n            TypeName       : System.ServiceModel.Diagnostics.TraceUtility\r\n            TargetSite     :\r\n                Name          : SetEtwProviderId\r\n                DeclaringType : System.ServiceModel.Diagnostics.TraceUtility, System.ServiceModel, Version=4.0.0.0, Culture=neutral,\r\nPublicKeyToken=b77a5c561934e089\r\n                MemberType    : Method\r\n                Module        : System.ServiceModel.dll\r\n            Message        : The type initializer for 'System.ServiceModel.Diagnostics.TraceUtility' threw an exception.\r\n            InnerException :\r\n                Type        : System.Configuration.ConfigurationErrorsException\r\n                Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing\r\ninformation. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows\r\nCommunication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                Errors      :\r\n                    Type        : System.Configuration.ConfigurationErrorsException\r\n                    Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                    Errors      :\r\n                        Type        : System.Configuration.ConfigurationErrorsException\r\n                        Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                        Errors      :\r\n                            Type        : System.Configuration.ConfigurationErrorsException\r\n                            Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file\r\nis missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                            Errors      :\r\n                                Type        : System.Configuration.ConfigurationErrorsException\r\n                                Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config\r\nfile is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name.\r\nFor Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                Errors      :\r\n                                    Type        : System.Configuration.ConfigurationErrorsException\r\n                                    Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The\r\nmachine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the\r\nsection name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                    Errors      : …\r\n                                    BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The\r\nmachine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the\r\nsection name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                    HResult     : -2146232062\r\n                                BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config\r\nfile is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name.\r\nFor Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                HResult     : -2146232062\r\n                            BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file\r\nis missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                            HResult     : -2146232062\r\n                        BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                        HResult     : -2146232062\r\n                    BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                    HResult     : -2146232062\r\n                BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing\r\ninformation. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows\r\nCommunication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                TargetSite  :\r\n                    Name          : UnsafeGetSectionNoTrace\r\n                    DeclaringType : System.ServiceModel.Configuration.ConfigurationHelpers, System.ServiceModel, Version=4.0.0.0,\r\nCulture=neutral, PublicKeyToken=b77a5c561934e089\r\n                    MemberType    : Method\r\n                    Module        : System.ServiceModel.dll\r\n                Source      : System.ServiceModel\r\n                HResult     : -2146232062\r\n                StackTrace  :\r\n   at System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetSectionNoTrace(String sectionPath)\r\n   at System.ServiceModel.Configuration.DiagnosticSection.UnsafeGetSectionNoTrace()\r\n   at System.ServiceModel.Diagnostics.TraceUtility.SetEtwProviderId()\r\n   at System.ServiceModel.Diagnostics.TraceUtility..cctor()\r\n            Source         : System.ServiceModel\r\n            HResult        : -2146233036\r\n            StackTrace     :\r\n   at System.ServiceModel.Diagnostics.TraceUtility.SetEtwProviderId()\r\n   at System.ServiceModel.ChannelFactory..ctor()\r\n   at System.ServiceModel.ChannelFactory`1..ctor(Type channelType)\r\n   at System.ServiceModel.ChannelFactory`1..ctor(Binding binding, EndpointAddress remoteAddress)\r\n   at Microsoft.ActiveDirectory.Management.AdwsConnection.InitializeChannel[TChannel](TChannel\u0026 channel, ChannelFactory`1\u0026 chFactory, String\r\nendpointName, CommunicationException\u0026 commException)\r\n   at Microsoft.ActiveDirectory.Management.AdwsConnection.SearchAnObject(ADSearchRequest request)\r\n   at Microsoft.ActiveDirectory.Management.AdwsConnection.Search(ADSearchRequest request)\r\n   at Microsoft.ActiveDirectory.Management.ADWebServiceStoreAccess.Microsoft.ActiveDirectory.Management.IADSyncOperations.Search(ADSessionHandle\r\nhandle, ADSearchRequest request)\r\n   at Microsoft.ActiveDirectory.Management.ADObjectSearcher.GetRootDSE(ICollection`1 propertyList, Boolean propertyNamesOnly)\r\n   at Microsoft.ActiveDirectory.Management.ADObjectSearcher.GetRootDSE(ICollection`1 propertyList)\r\n   at Microsoft.ActiveDirectory.Management.Provider.ADProvider.GetRootDSE(ADSessionInfo sessionInfo, ICollection`1 propertiesToRetrieve)\r\n   at Microsoft.ActiveDirectory.Management.Provider.ADProvider.GetRootDSE(ADSessionInfo sessionInfo)\r\n   at Microsoft.ActiveDirectory.Management.Provider.ADProvider.InitializeDefaultDrives()\r\n   at System.Management.Automation.SessionStateInternal.InitializeProvider(CmdletProvider providerInstance, ProviderInfo provider,\r\nCmdletProviderContext context)\r\n        CategoryInfo          : InvalidOperation: (:) [], TypeInitializationException\r\n        FullyQualifiedErrorId : InitializeDefaultDrivesException\r\n    Message        : Attempting to perform the InitializeDefaultDrives operation on the 'ActiveDirectory' provider failed.\r\n    InnerException :\r\n        Type           : System.TypeInitializationException\r\n        TypeName       : System.ServiceModel.Diagnostics.TraceUtility\r\n        TargetSite     :\r\n            Name          : SetEtwProviderId\r\n            DeclaringType : System.ServiceModel.Diagnostics.TraceUtility, System.ServiceModel, Version=4.0.0.0, Culture=neutral,\r\nPublicKeyToken=b77a5c561934e089\r\n            MemberType    : Method\r\n            Module        : System.ServiceModel.dll\r\n        Message        : The type initializer for 'System.ServiceModel.Diagnostics.TraceUtility' threw an exception.\r\n        InnerException :\r\n            Type        : System.Configuration.ConfigurationErrorsException\r\n            Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing\r\ninformation. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows\r\nCommunication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n            Errors      :\r\n                Type        : System.Configuration.ConfigurationErrorsException\r\n                Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing\r\ninformation. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows\r\nCommunication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                Errors      :\r\n                    Type        : System.Configuration.ConfigurationErrorsException\r\n                    Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                    Errors      :\r\n                        Type        : System.Configuration.ConfigurationErrorsException\r\n                        Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                        Errors      :\r\n                            Type        : System.Configuration.ConfigurationErrorsException\r\n                            Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file\r\nis missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                            Errors      :\r\n                                Type        : System.Configuration.ConfigurationErrorsException\r\n                                Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config\r\nfile is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name.\r\nFor Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                Errors      :\r\n                                    Type        : System.Configuration.ConfigurationErrorsException\r\n                                    Message     : The 'system.serviceModel/diagnostics' configuration section cannot be created. The\r\nmachine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the\r\nsection name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                    Errors      : …\r\n                                    BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The\r\nmachine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the\r\nsection name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                    HResult     : -2146232062\r\n                                BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config\r\nfile is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name.\r\nFor Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                                HResult     : -2146232062\r\n                            BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file\r\nis missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                            HResult     : -2146232062\r\n                        BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                        HResult     : -2146232062\r\n                    BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is\r\nmissing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For\r\nWindows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                    HResult     : -2146232062\r\n                BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing\r\ninformation. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows\r\nCommunication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n                HResult     : -2146232062\r\n            BareMessage : The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing\r\ninformation. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows\r\nCommunication Foundation sections, run ServiceModelReg.exe -i to fix this error.\r\n            TargetSite  :\r\n                Name          : UnsafeGetSectionNoTrace\r\n                DeclaringType : System.ServiceModel.Configuration.ConfigurationHelpers, System.ServiceModel, Version=4.0.0.0, Culture=neutral,\r\nPublicKeyToken=b77a5c561934e089\r\n                MemberType    : Method\r\n                Module        : System.ServiceModel.dll\r\n            Source      : System.ServiceModel\r\n            HResult     : -2146232062\r\n            StackTrace  :\r\n   at System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetSectionNoTrace(String sectionPath)\r\n   at System.ServiceModel.Configuration.DiagnosticSection.UnsafeGetSectionNoTrace()\r\n   at System.ServiceModel.Diagnostics.TraceUtility.SetEtwProviderId()\r\n   at System.ServiceModel.Diagnostics.TraceUtility..cctor()\r\n        Source         : System.ServiceModel\r\n        HResult        : -2146233036\r\n        StackTrace     :\r\n   at System.ServiceModel.Diagnostics.TraceUtility.SetEtwProviderId()\r\n   at System.ServiceModel.ChannelFactory..ctor()\r\n   at System.ServiceModel.ChannelFactory`1..ctor(Type channelType)\r\n   at System.ServiceModel.ChannelFactory`1..ctor(Binding binding, EndpointAddress remoteAddress)\r\n   at Microsoft.ActiveDirectory.Management.AdwsConnection.InitializeChannel[TChannel](TChannel\u0026 channel, ChannelFactory`1\u0026 chFactory, String\r\nendpointName, CommunicationException\u0026 commException)\r\n   at Microsoft.ActiveDirectory.Management.AdwsConnection.SearchAnObject(ADSearchRequest request)\r\n   at Microsoft.ActiveDirectory.Management.AdwsConnection.Search(ADSearchRequest request)\r\n   at Microsoft.ActiveDirectory.Management.ADWebServiceStoreAccess.Microsoft.ActiveDirectory.Management.IADSyncOperations.Search(ADSessionHandle\r\nhandle, ADSearchRequest request)\r\n   at Microsoft.ActiveDirectory.Management.ADObjectSearcher.GetRootDSE(ICollection`1 propertyList, Boolean propertyNamesOnly)\r\n   at Microsoft.ActiveDirectory.Management.ADObjectSearcher.GetRootDSE(ICollection`1 propertyList)\r\n   at Microsoft.ActiveDirectory.Management.Provider.ADProvider.GetRootDSE(ADSessionInfo sessionInfo, ICollection`1 propertiesToRetrieve)\r\n   at Microsoft.ActiveDirectory.Management.Provider.ADProvider.GetRootDSE(ADSessionInfo sessionInfo)\r\n   at Microsoft.ActiveDirectory.Management.Provider.ADProvider.InitializeDefaultDrives()\r\n   at System.Management.Automation.SessionStateInternal.InitializeProvider(CmdletProvider providerInstance, ProviderInfo provider,\r\nCmdletProviderContext context)\r\n    HResult        : -2146233087\r\nTargetObject          : Microsoft.ActiveDirectory.Management\\ActiveDirectory\r\nCategoryInfo          : InvalidOperation: (Microsoft.ActiveDir…ent\\ActiveDirectory:ProviderInfo) [Import-Module], ProviderInvocationException\r\nFullyQualifiedErrorId : InitializeDefaultDrivesException,Microsoft.PowerShell.Commands.ImportModuleCommand\r\nInvocationInfo        :\r\n    MyCommand        : Import-Module\r\n    ScriptLineNumber : 1\r\n    OffsetInLine     : 1\r\n    HistoryId        : 1\r\n    Line             : import-Module ActiveDirectory\r\n    PositionMessage  : At line:1 char:1\r\n                       + import-Module ActiveDirectory\r\n                       + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n    InvocationName   : import-Module\r\n    CommandOrigin    : Internal\r\nScriptStackTrace      : at \u003cScriptBlock\u003e, \u003cNo file\u003e: line 1\r\nPipelineIterationInfo :\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-daily20230225.2\r\nPSEdition                      Core\r\nGitCommitId                    7.4.0-daily20230225.2\r\nOS                             Microsoft Windows 10.0.22000\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_No response_","author":{"url":"https://github.com/gwojan","@type":"Person","name":"gwojan"},"datePublished":"2023-02-27T18:48:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":15},"url":"https://github.com/19238/PowerShell/issues/19238"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:045ed4e8-557f-fff6-f8e6-a850e56665e9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id967A:31BCA3:C748D3:10CA47E:6A56FDD7
html-safe-nonce946730155a66c2b319a57048da4e0e7864316228e0e9a77944cd7516778aba68
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjdBOjMxQkNBMzpDNzQ4RDM6MTBDQTQ3RTo2QTU2RkRENyIsInZpc2l0b3JfaWQiOiIyOTMwNDMxMzE5OTg0MjQyMTM1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac84a8be71ed5bfa315dea11c7ba877dfa737a720a83da58a507060415e1fc8bf2
hovercard-subject-tagissue:1601755224
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/19238/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e2164c2190e0dacca95a1c9a05731849c0f7c6b381f743f3799643c9f67458a8/PowerShell/PowerShell/issues/19238
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e2164c2190e0dacca95a1c9a05731849c0f7c6b381f743f3799643c9f67458a8/PowerShell/PowerShell/issues/19238
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:usernamegwojan
hostnamegithub.com
expected-hostnamegithub.com
None4eb29e5f807bd95e41196adfbc6d28f9af12d89830d8b684f3e871774ddff2fc
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
releaseb056788a129fb0194b61f2ebb4c43f6a9f4dfd27
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PowerShell/PowerShell/issues/19238#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fissues%2F19238
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%2F19238
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/19238
Reloadhttps://github.com/PowerShell/PowerShell/issues/19238
Reloadhttps://github.com/PowerShell/PowerShell/issues/19238
Please reload this pagehttps://github.com/PowerShell/PowerShell/issues/19238
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
#26406https://github.com/PowerShell/PowerShell/pull/26406
Moving System.ServiceModel.* packages to 6.0.0 and above will prevent the ActiveDirectory module from being loaded in PowerShellhttps://github.com/PowerShell/PowerShell/issues/19238#top
#26406https://github.com/PowerShell/PowerShell/pull/26406
In-PRIndicates that a PR is out for the issuehttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22In-PR%22
WG-Enginecore PowerShell engine, interpreter, and runtimehttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-Engine%22
WG-Maintainers-Buildspecific to affecting the buildhttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-Maintainers-Build%22
WG-NeedsReviewNeeds a review by the labeled Working Grouphttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-NeedsReview%22
https://github.com/gwojan
gwojanhttps://github.com/gwojan
on Feb 27, 2023https://github.com/PowerShell/PowerShell/issues/19238#issue-1601755224
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
@daxian-dbwhttps://github.com/daxian-dbw
#19238 (comment)https://github.com/PowerShell/PowerShell/issues/19238#issuecomment-1476878608
#19238 (comment)https://github.com/PowerShell/PowerShell/issues/19238#issuecomment-1477065432
In-PRIndicates that a PR is out for the issuehttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22In-PR%22
WG-Enginecore PowerShell engine, interpreter, and runtimehttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-Engine%22
WG-Maintainers-Buildspecific to affecting the buildhttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-Maintainers-Build%22
WG-NeedsReviewNeeds a review by the labeled Working Grouphttps://github.com/PowerShell/PowerShell/issues?q=state%3Aopen%20label%3A%22WG-NeedsReview%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.