<?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>Manufacturer on System Management</title>
    <link>https://systemmanagement.ro/tags/manufacturer/</link>
    <description>Recent content in Manufacturer on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 21 May 2018 13:11:16 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/manufacturer/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Report with computer models and manufacturers</title>
      <link>https://systemmanagement.ro/report-with-computer-models-and-manufacturers/</link>
      <pubDate>Mon, 13 Sep 2010 11:08:44 +0300</pubDate>
      <guid>https://systemmanagement.ro/report-with-computer-models-and-manufacturers/</guid>
      <description>SELECT TOP (100) PERCENT Manufacturer0 AS Manufacturer, Model0 AS Model, COUNT(Model0) AS Total FROM dbo.v_GS_COMPUTER_SYSTEM GROUP BY Model0, Manufacturer0 ORDER BY Total DESC, Manufacturer, Model</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>
  </channel>
</rss>
