<?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>Model on System Management</title>
    <link>https://systemmanagement.ro/tags/model/</link>
    <description>Recent content in Model 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/model/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>Collection based on computer model</title>
      <link>https://systemmanagement.ro/collection-based-on-computer-model/</link>
      <pubDate>Sun, 14 Feb 2010 10:24:42 +0200</pubDate>
      <guid>https://systemmanagement.ro/collection-based-on-computer-model/</guid>
      <description>select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Model like “%HP ProBook 4710s%”</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>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>
