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

Deprecate WMIC in favor of Get-CimInstance #8329

Merged
merged 4 commits into from
Oct 27, 2021
Merged

Deprecate WMIC in favor of Get-CimInstance #8329

merged 4 commits into from
Oct 27, 2021

Conversation

eternalphane
Copy link
Contributor

@eternalphane eternalphane commented Oct 26, 2021

Add CimAttachItemsProvider to retrieve processes with Get-CimInstance Win32_Process if powershell is found in PATH.

Fixes #8328.

@WardenGnaw WardenGnaw self-requested a review October 26, 2021 18:45
Copy link
Member

@WardenGnaw WardenGnaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eternalphane Thank you for your contribution!

@WardenGnaw WardenGnaw merged commit 4016be1 into microsoft:main Oct 27, 2021
WardenGnaw added a commit to dotnet/vscode-csharp that referenced this pull request Oct 27, 2021
Add CimAttachItemsProvider to retrieve processes with Get-CimInstance
Win32_Process if powershell is found in PATH.

From microsoft/vscode-cpptools#8329
WardenGnaw added a commit to dotnet/vscode-csharp that referenced this pull request Oct 27, 2021
Add CimAttachItemsProvider to retrieve processes with Get-CimInstance
Win32_Process if powershell is found in PATH.

From microsoft/vscode-cpptools#8329
WardenGnaw added a commit to dotnet/vscode-csharp that referenced this pull request Oct 27, 2021
Add CimAttachItemsProvider to retrieve processes with Get-CimInstance
Win32_Process if powershell is found in PATH.

From microsoft/vscode-cpptools#8329
WardenGnaw added a commit to dotnet/vscode-csharp that referenced this pull request Oct 27, 2021
Add CimAttachItemsProvider to retrieve processes with Get-CimInstance
Win32_Process if powershell is found in PATH.

From microsoft/vscode-cpptools#8329
WardenGnaw added a commit to dotnet/vscode-csharp that referenced this pull request Oct 27, 2021
)

* Add CimAttachItemsProvider

Add CimAttachItemsProvider to retrieve processes with Get-CimInstance
Win32_Process if powershell is found in PATH.

From microsoft/vscode-cpptools#8329

* Address PR issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'wmic' is not recognized as an internal or external command
2 participants