<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>WMI on System Management</title>
    <link>https://systemmanagement.ro/tags/wmi/</link>
    <description>Recent content in WMI on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 20 Jul 2018 21:55:53 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/wmi/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Uninstall software on remote computers using WMIC</title>
      <link>https://systemmanagement.ro/uninstall-software-on-remote-computers-using-wmic/</link>
      <pubDate>Tue, 16 Apr 2013 10:02:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/uninstall-software-on-remote-computers-using-wmic/</guid>
      <description>Recently, I wanted to install Nokia Ovi Suite to several computers in a company that started to have problems with their internet provider; it’s a third day when they do not have internet connection. So I thought it’s a good idea to show them how they can use their Nokia E72 phones to connect their…</description>
    </item>
    <item>
      <title>Find computer model and manufacturer using remote WMI</title>
      <link>https://systemmanagement.ro/find-computer-model-and-manufacturer-using-remote-wmi/</link>
      <pubDate>Mon, 18 Jan 2010 10:11:12 +0200</pubDate>
      <guid>https://systemmanagement.ro/find-computer-model-and-manufacturer-using-remote-wmi/</guid>
      <description>In case you need to find the computer model and manufacturer of a remote
computer, just use the following command in a command prompt window: %windir%\System32\wbem\WMIC.exe
/node:”ComputerNameORIpAddress” ComputerSystem Get Model, Manufacturer If you need
to specify user credentials, use the following command: %windir%\System32\wbem\WMIC.exe
/node:”ComputerNameORIpAddress” /user:”domain\username” /password:”password” ComputerSystem
Get Model, Manufacturer</description>
    </item>
    <item>
      <title>WMI query for processor manufacturer</title>
      <link>https://systemmanagement.ro/wmi-query-for-processor-manufacturer/</link>
      <pubDate>Tue, 10 Nov 2009 12:56:08 +0200</pubDate>
      <guid>https://systemmanagement.ro/wmi-query-for-processor-manufacturer/</guid>
      <description>Following the post regarding how to install drivers based on computer model using WMI query, here is another query you can use in your task sequences to install some processor specific software for example. To find the processor manufacturer during a task sequence, insert a condition for the step you need, and select Query WMI.…</description>
    </item>
    <item>
      <title>Install drivers by computer model using WMI query</title>
      <link>https://systemmanagement.ro/install-drivers-by-computer-model-using-wmi-query/</link>
      <pubDate>Fri, 22 May 2009 15:56:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/install-drivers-by-computer-model-using-wmi-query/</guid>
      <description>When using task sequence, you might want to install different driver packages for different computer models. This can be accomplished by using a WMI query. First of all you need to have driver packages for all your computer models and know the exact model name for every computer. To find this, open a command prompt…</description>
    </item>
  </channel>
</rss>
