Forum
Merhaba ,
SCCM 2007'de 64 bit WinXP clientlar için nasıl collection oluşturabiliriz. Collection oluşturuken clientların 64 bit yada 32 bit olanlarını seçme konusunda sıkıntı yaşıyorum.
Şimdiden teşekkür ederim
64 bit win xp clientlar için yeni collection oluştururken
- Query Rule Properties tıklanır ,
- Resource class System resource olarak seçilir ,
- Edit query statement => Show query language yolu takip edilir ,
- Query statement olarak aşağıdaki query girilir.
select distinct SMS_R_System.Name, SMS_R_System.OperatingSystemNameandVersion, SMS_G_System_PROCESSOR.AddressWidth from SMS_R_System inner join SMS_G_System_PROCESSOR on SMS_G_System_PROCESSOR.ResourceId = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Caption = "Microsoft(R) Windows(R) XP Professional x64 Edition"
- Collection wizard next ile evam edilerek sonuna kadar tamamlanır.