Create a new WMI Filter from the Group Policy Management Console.
Add a new filter using Namespace root\CIMv2
Select * from Win32_OperatingSystem Where Caption Like "%Windows% %Server%”
Test the WMI filter – Example: wmic path Win32_OperatingSystem Where Caption Like "%Windows% %Server% get Caption
Create a new batch file in the netlogon folder and save the file.
@ECHO OFF
REM * Deploy and Config BGINFO *
if exist %systemroot%\bginfo.exe goto tools
copy "\\DOMAINNAME\netlogon\bginfo\BGINFO.EXE" %SYSTEMROOT% /Y
:tools
start %SYSTEMROOT%\bginfo.exe /i"\\DOMAINNAME\netlogon\bginfo\bginfo.bgi" /timer:0 /silent /NOLICPROMPT
Copy BGINFO.EXE to a folder named BGINFO on the NETLOGON share.
Save the BGInfo.bgi config to the same folder.
Create a new GPO for a User Logon Script and point to the batch file created above and use the WMI Filter on this GPO.