Installation Guide of WMIC Utility for Windows 11

Overview

After Microsoft deprecated and removed the Windows Management Instrumentation Command (WMIC) utility, Windows PowerShell for WMI superseded it. To support the Yodeck platform’s Windows 11 requirements, use the following PowerShell-based guide for your organization.


Steps to Install WMIC via Windows 11 PowerShell

As a Windows 11 system Administrator, you have to perform the following four actions to install WMIC via the PowerShell tool’s command line.

  1. Open PowerShell as Administrator:
    • Right-click the Windows Start button, and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Run the Installation Command (Execute the following command in the PowerShell to add the WMIC feature):
    • Add-WindowsCapability -Online -Name WMIC~~~~

      ℹ️Alternatively, use the following Installation Command:
      dism /Online /Add-Capability /CapabilityName:WMIC~~~~
  3. Verify the Installation:
    • Once the installation is complete, you can verify it by running in the PowerShell the following command:
      • Get-WindowsCapability -Online | Where-Object {$_.Name -like "*WMIC*"}
  4. The state should show as Installed.

✅Congratulations! You have successfully installed the WMIC utility on Windows 11.


Need Help?

The Yodeck Support Team can help you out! Send us an email at support@yodeck.com . Alternatively, log in to your Yodeck account and send us a message from the bottom right corner!