|
Example
filter to apply in the
Computers window to determine which PCs are ready for Win7 deployment:
Pre
Win7 & Ready for Win 7
(Platform=Windows)&&(osvr<0x06010000)&&
(cpuClock>=1000)&&(((CPU64Bit=1)&&(RAMSize>
=2097152)&&(FreeSpace>=32768))||((CPU64Bit=0)
&&(RAMSize>=1048576)&&(FreeSpace>=16384)))
Pre
Win7 & Not Ready for
WIn 7
(Platform=Windows)&&(osvr<0x06010000)&&(!
((cpuClock>=1000)&&(((CPU64Bit=1)&&(RAMSize>
=2097152)&&(FreeSpace>=32768))||((CPU64Bit=0)
&&(RAMSize>=1048576)&&(FreeSpace>=16384)))))
Note:
remove any spaces in the
formula's.
Mac Lion Ready Filter
(cput>=135)&&(cput<=139)&&(fmcr!=0)
|