PowerShell/CIM: Difference between revisions

From Omnia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
  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 [[WMIC]] and [[PowerShell/WMI]]
See [[Windows/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 Windows/wmic and PowerShell/WMI

ref: https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic