INFORMATICS

The Best

Przełącznik języka

Zaproś mnie na KAWE

Jeżeli podoba Ci się strona i chcesz wspomóc projekt!

Postaw mi kawę na buycoffee.to

This Site

Płatnik

CMS

Hardware

Uncategorised

Emulators

Powershell

Storage Array

DNS

Antivirus program

Licznik

2.png8.png9.png5.png7.png4.png7.png
Today355
Yesterday796
This week3003
This month15872
Total2895747

Visitor Info

  • IP: 18.216.94.152
  • Browser: Unknown
  • Browser Version:
  • Operating System: Unknown

Who Is Online

8
Online

środa, 24 kwiecień 2024 13:19

WMI filter

Gwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywna
 

    The filter for Windows 2000 is used to prevent computers that are running later versions of Windows from applying the GPO. You cannot use a WMI filter to apply a GPO to computers that are running Windows 2000 because that version of the operating system does not support WMI filters.

    You can also create combination filters when required by your design. The following table shows query statements for common operating system combinations.

    WMI Filter Name
        

    WQL Query Statement

    Windows Vista and Windows Server 2008
        

    select * from Win32_OperatingSystem where Version like "6.0%" and ProductType<>"2"

    Windows Server 2003 and Windows Server 2008
        

    select * from Win32_OperatingSystem where (Version like "5.2%" or Version like "6.0%") and ProductType="3"

    Windows 2000, XP and 2003
        

    select * from Win32_OperatingSystem where Version like "5.%" and ProductType<>"2"

Search