Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect-MgGraph Entry point was not found. #3044

Closed
alessandroere opened this issue Nov 29, 2024 · 2 comments
Closed

Connect-MgGraph Entry point was not found. #3044

alessandroere opened this issue Nov 29, 2024 · 2 comments

Comments

@alessandroere
Copy link

alessandroere commented Nov 29, 2024

Describe the bug

Hi, running
Connect-MgGraph -ClientID $microsoftGraph.appID -TenantId $microsoftGraph.tenantID -Certificate $microsoftGraph.certificate
i get the error reported on title.

Here the debug output about Connect-MgGraph command:

DEBUG: ClientCertificateCredential.GetToken invoked. Scopes: [ https://graph.microsoft.com/.default ] ParentRequestId:
DEBUG: False MSAL 4.56.0.0 MSAL.CoreCLR .NET 8.0.10 Microsoft Windows 10.0.14393 [2024-11-29 15:50:32Z - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb] MSAL MSAL.CoreCLR with assembly version '4.56.0.0'. CorrelationId(bbec4bd7-a90
f-4ef6-b288-5e9df0d7daeb)
DEBUG: False MSAL 4.56.0.0 MSAL.CoreCLR .NET 8.0.10 Microsoft Windows 10.0.14393 [2024-11-29 15:50:32Z - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb] === AcquireTokenForClientParameters ===
SendX5C: False
ForceRefresh: False

DEBUG: False MSAL 4.56.0.0 MSAL.CoreCLR .NET 8.0.10 Microsoft Windows 10.0.14393 [2024-11-29 15:50:32Z - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb]
=== Request Data ===
Authority Provided? - True
Scopes - https://graph.microsoft.com/.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenForClient
IsConfidentialClient - True
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:

Same error with powershell 7 and 5.1

Expected behavior

Running
Connect-MgGraph -ClientID $microsoftGraph.appID -TenantId $microsoftGraph.tenantID -Certificate $microsoftGraph.certificate

than get the welcome message

How to reproduce

Install Microsoft Graph Authentication module version 2.25.0

Execute command
Connect-MgGraph -ClientID $microsoftGraph.appID -TenantId $microsoftGraph.tenantID -Certificate $microsoftGraph.certificate

SDK Version

2.25.0

Latest version known to work for scenario above?

2.24.0

Known Workarounds

No response

Debug output

Click to expand log ``` DEBUG: False MSAL 4.56.0.0 MSAL.CoreCLR .NET 8.0.10 Microsoft Windows 10.0.14393 [2024-11-29 15:50:32Z - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb] === Token Acquisition (ClientCredentialRequest) started: Scopes: https://graph.microsoft.com/.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.56.0.0 MSAL.CoreCLR .NET 8.0.10 Microsoft Windows 10.0.14393 [2024-11-29 15:50:32Z - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb] [Instance Discovery] Instance discovery is enabled and will be performed DEBUG: False MSAL 4.56.0.0 MSAL.CoreCLR .NET 8.0.10 Microsoft Windows 10.0.14393 [2024-11-29 15:50:32Z - bbec4bd7-a90f-4ef6-b288-5e9df0d7daeb] [Region discovery] Not using a regional authority. DEBUG: Request [efad1ee5-0579-47cc-977d-2d647be875d7] POST https://login.microsoftonline.com/5f4c80c0-58ee-4e80-8990-b80e85ad9e5b/oauth2/v2.0/token x-client-SKU:REDACTED x-client-Ver:REDACTED x-client-CPU:REDACTED x-client-OS:REDACTED x-client-current-telemetry:REDACTED x-client-last-telemetry:REDACTED x-ms-PKeyAuth:REDACTED x-ms-lib-capability:REDACTED client-request-id:REDACTED return-client-request-id:REDACTED x-app-name:REDACTED x-app-ver:REDACTED Content-Type:application/x-www-form-urlencoded x-ms-client-request-id:efad1ee5-0579-47cc-977d-2d647be875d7 x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.10.3 (.NET 8.0.10; Microsoft Windows 10.0.14393) client assembly: Azure.Identity
</details>


### Configuration

$PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.4.6
PSEdition                      Core
GitCommitId                    7.4.6
OS                             Microsoft Windows 10.0.14393
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

$PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.14393.7513
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14393.7513
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1


OS version: Windows Server 2016 V1607 build 14393.7515

### Other information

_No response_
@alessandroere alessandroere added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Nov 29, 2024
@timayabi2020
Copy link
Contributor

Hi @alessandroere thank you for logging this issue. Could you please share the outcome of the below commands after running Connect-MgGraph in your session.

  1. $Error[0] | fl * -Force
  2. [System.AppDomain]::CurrentDomain.GetAssemblies() | Where-Object Location | Sort-Object -Property FullName | Select-Object -Property FullName, Location

@timayabi2020 timayabi2020 added status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Dec 2, 2024
@alessandroere
Copy link
Author

Hi @timayabi2020 , i'm sorry for my delay. Here the command output

PSMessageDetails :
Exception : System.EntryPointNotFoundException: Entry point was not found.
at System.Threading.Tasks.Sources.IValueTaskSource`1.GetStatus(Int16 token)
at Microsoft.Graph.PowerShell.Authentication.Core.Utilities.AuthenticationHelpers.SignInAsync(IAuthContext authContext, CancellationToken
cancellationToken)
at Microsoft.Graph.PowerShell.Authentication.Core.Utilities.AuthenticationHelpers.AuthenticateAsync(IAuthContext authContext, CancellationToken
cancellationToken)
at Microsoft.Graph.PowerShell.Authentication.Cmdlets.ConnectMgGraph.ProcessRecordAsync()
at Microsoft.Graph.PowerShell.Authentication.Cmdlets.ConnectMgGraph.ProcessRecordAsync()
TargetObject :
CategoryInfo : NotSpecified: (:) [Connect-MgGraph], EntryPointNotFoundException
FullyQualifiedErrorId : Microsoft.Graph.PowerShell.Authentication.Cmdlets.ConnectMgGraph
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at , C:\script\RenewConsultants\CreateTables.ps1: line 424
at , : line 1
PipelineIterationInfo : {0, 1}

FullName Location


Azure.Core, Version=1.39.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Authent…
Azure.Core, Version=1.44.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8 C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
Azure.Identity, Version=1.13.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8 C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
getfilesiginforedistwrapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\getfilesiginforedistwrapper.d…
MediatR, Version=8.0.0.0, Culture=neutral, PublicKeyToken=bb9a41a5e8aaa7e2 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.ApplicationInsights, Version=2.21.0.429, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.ApplicationInsights…
Microsoft.CSharp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\Microsoft.CSharp.dll
Microsoft.Extensions.Configuration, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Extensions.Configuration.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Extensions.Logging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Extensions.Options, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Extensions.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Graph.Authentication, Version=2.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Authent…
Microsoft.Graph.Authentication.Core, Version=2.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Authent…
Microsoft.Graph.Core, Version=3.1.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Authent…
Microsoft.Graph.Identity.DirectoryManagement.private, Version=2.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Identit…
Microsoft.Graph.Identity.SignIns.private, Version=2.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Identit…
Microsoft.Graph.Users.private, Version=2.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Users\2…
Microsoft.Identity.Client, Version=4.66.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
Microsoft.Identity.Client.Extensions.Msal, Version=4.66.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
Microsoft.IdentityModel.Abstractions, Version=6.35.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
Microsoft.Kiota.Abstractions, Version=1.9.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Authent…
Microsoft.Kiota.Authentication.Azure, Version=1.1.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\Modules\Microsoft.Graph.Authent…
Microsoft.Management.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\microsoft.management.infrastr…
Microsoft.PowerShell.Commands.Diagnostics, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.Commands…
Microsoft.PowerShell.Commands.Management, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.Commands…
Microsoft.PowerShell.Commands.Utility, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.Commands…
Microsoft.PowerShell.ConsoleHost, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.ConsoleH…
Microsoft.PowerShell.CoreCLR.Eventing, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.CoreCLR.…
Microsoft.PowerShell.CrossCompatibility, Version=1.23.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.PowerShell.EditorServices, Version=3.21.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.PowerShell.EditorServices.Hosting, Version=3.21.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.PowerShell.MarkdownRender, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.Markdown…
Microsoft.PowerShell.PSReadLine.Polyfiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.PowerShell.PSReadLine2, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.PowerShell.Security, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.PowerShell.Security…
Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\Microsoft.VisualBasic.Core.dll
Microsoft.VisualStudio.Threading, Version=17.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.VisualStudio.Validation, Version=17.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Win32.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\Microsoft.Win32.Primitives.dll
Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\Microsoft.Win32.Registry.dll
Microsoft.Windows.PowerShell.ScriptAnalyzer, Version=1.23.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules, Version=1.23.0.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Microsoft.WSMan.Management, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.WSMan.Management.dll
Microsoft.WSMan.Runtime, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\Microsoft.WSMan.Runtime.dll
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\PowerShell\7\mscorlib.dll
MySqlConnector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92 C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
Nerdbank.Streams, Version=2.10.0.0, Culture=neutral, PublicKeyToken=cac503e1823ce71c C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\netstandard.dll
Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed C:\Program Files\PowerShell\7\Newtonsoft.Json.dll
OmniSharp.Extensions.DebugAdapter, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
OmniSharp.Extensions.DebugAdapter.Server, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
OmniSharp.Extensions.DebugAdapter.Shared, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
OmniSharp.Extensions.JsonRpc, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
OmniSharp.Extensions.LanguageProtocol, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
OmniSharp.Extensions.LanguageServer, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
OmniSharp.Extensions.LanguageServer.Shared, Version=0.19.0.0, Culture=neutral, PublicKeyToken=6d868dff454e6022 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Pluralize.NET, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
pwsh, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\pwsh.dll
Serilog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Serilog.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Serilog.Sinks.Async, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
Serilog.Sinks.File, Version=6.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
SimplySql.Cmdlets, Version=2.1.0.96, Culture=neutral, PublicKeyToken=null C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\Simp…
SimplySql.Engine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null C:\Program Files\PowerShell\Modules\SimplySql\2.1.0.96\bin\…
System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\PowerShell\7\System.dll
System.Buffers, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Buffers.dll
System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Collections.dll
System.Collections.Concurrent, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Collections.Concurrent…
System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Collections.Immutable.…
System.Collections.NonGeneric, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Collections.NonGeneric…
System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Collections.Specialize…
System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.ComponentModel.dll
System.ComponentModel.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.ComponentModel.Primiti…
System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.ComponentModel.TypeCon…
System.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Console.dll
System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\PowerShell\7\System.Core.dll
System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Data.Common.dll
System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Diagnostics.Diagnostic…
System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Diagnostics.Performanc…
System.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Diagnostics.Process.dll
System.Diagnostics.StackTrace, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Diagnostics.StackTrace…
System.Diagnostics.TraceSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Diagnostics.TraceSourc…
System.Diagnostics.Tracing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Diagnostics.Tracing.dll
System.DirectoryServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.DirectoryServices.dll
System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\PowerShell\7\System.IO.Compression.dll
System.IO.FileSystem.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.IO.FileSystem.AccessCo…
System.IO.FileSystem.DriveInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.IO.FileSystem.DriveInf…
System.IO.MemoryMappedFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.IO.MemoryMappedFiles.d…
System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
System.IO.Pipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.IO.Pipes.dll
System.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Linq.dll
System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Linq.Expressions.dll
System.Management, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Management.dll
System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\PowerShell\7\System.Management.Automation.…
System.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Memory.dll
System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Net.Http.dll
System.Net.Mail, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Net.Mail.dll
System.Net.NameResolution, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Net.NameResolution.dll
System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Net.NetworkInformation…
System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Net.Primitives.dll
System.Net.Security, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Net.Security.dll
System.Net.ServicePoint, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Net.ServicePoint.dll
System.Net.Sockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Net.Sockets.dll
System.Net.WebProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Net.WebProxy.dll
System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Numerics.Vectors.dll
System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.ObjectModel.dll
System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e C:\Program Files\PowerShell\7\System.Private.CoreLib.dll
System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Private.Uri.dll
System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Private.Xml.dll
System.Private.Xml.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Private.Xml.Linq.dll
System.Reactive, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 C:\Users\admin123.vscode\extensions\ms-vscode.powershe…
System.Reflection.Emit.ILGeneration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Reflection.Emit.ILGene…
System.Reflection.Emit.Lightweight, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Reflection.Emit.Lightw…
System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Reflection.Metadata.dll
System.Reflection.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Reflection.Primitives.…
System.Reflection.TypeExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Reflection.TypeExtensi…
System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.dll
System.Runtime.InteropServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.InteropService…
System.Runtime.InteropServices.RuntimeInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.InteropService…
System.Runtime.Intrinsics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Runtime.Intrinsics.dll
System.Runtime.Loader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.Loader.dll
System.Runtime.Numerics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.Numerics.dll
System.Runtime.Serialization.Formatters, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.Serialization.…
System.Runtime.Serialization.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Runtime.Serialization.…
System.Security.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.AccessControl…
System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Claims.dll
System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Cryptography.…
System.Security.Cryptography.Algorithms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Cryptography.…
System.Security.Cryptography.Encoding, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Cryptography.…
System.Security.Cryptography.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Cryptography.…
System.Security.Cryptography.X509Certificates, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Cryptography.…
System.Security.Permissions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Security.Permissions.d…
System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Security.Principal.Win…
System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Text.Encoding.CodePage…
System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Text.Encoding.Extensio…
System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Text.Encodings.Web.dll
System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Text.Json.dll
System.Text.RegularExpressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Text.RegularExpression…
System.Threading, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Threading.dll
System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Threading.Channels.dll
System.Threading.Overlapped, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Threading.Overlapped.d…
System.Threading.Tasks.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Threading.Tasks.Extens…
System.Threading.Tasks.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Threading.Tasks.Parall…
System.Threading.Thread, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Threading.Thread.dll
System.Threading.ThreadPool, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Threading.ThreadPool.d…
System.Transactions.Local, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\PowerShell\7\System.Transactions.Local.dll
System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Xml.ReaderWriter.dll
System.Xml.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\PowerShell\7\System.Xml.XDocument.dll

PS: Note that i replaced all real local user name with admin123

Thank you

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: Attention 👋 and removed status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants