PowerShell/CIM: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== PowerShell CIM == WARNING: WMIC is deprecated, in favor of PowerShell WMI which was deprecated in favor of PowerShell CMI ! (warning from "wmic /?") This utility is superseded by Windows PowerShell for WMI; see Chapter 7 - Working with WMI. https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/07-working-with-wmi?view=powershell-7.4 See PowerShell/WMI ref: https://learn.microsoft.com/en-us/windows/win32/wmis...") |
No edit summary |
||
Line 1: | Line 1: | ||
== PowerShell CIM == | == PowerShell CIM == | ||
== WMIC and WMI Deprecation == | |||
WMIC is deprecated, in favor of [[PowerShell/WMI|PowerShell WMI]] which was deprecated in favor of [[PowerShell/CMI|PowerShell CMI]] ! (warning from "wmic /?") | |||
This utility is superseded by Windows PowerShell for WMI; see Chapter 7 - Working with WMI. | This utility is superseded by Windows PowerShell for WMI; see Chapter 7 - Working with WMI. | ||
https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/07-working-with-wmi?view=powershell-7.4 | https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/07-working-with-wmi?view=powershell-7.4 | ||
See [[PowerShell/WMI]] | See [[WMIC]] and [[PowerShell/WMI]] | ||
ref: https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic | ref: https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic |
Revision as of 05:25, 4 August 2024
PowerShell CIM
WMIC and WMI Deprecation
WMIC is deprecated, in favor of PowerShell WMI which was deprecated in favor of PowerShell CMI ! (warning from "wmic /?")
This utility is superseded by Windows PowerShell for WMI; see Chapter 7 - Working with WMI. https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/07-working-with-wmi?view=powershell-7.4
See WMIC and PowerShell/WMI
ref: https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic