WEB开发网
开发学院操作系统windows 2008 用SMS2003部署Windows XP SP3:SMS2003系列之十 阅读

用SMS2003部署Windows XP SP3:SMS2003系列之十

 2010-09-27 12:43:36 来源:WEB开发网   
核心提示: Created by SMS Export object wizard Sunday, June 08, 2008 created File Name: XPSP3.mof Comments :// This query finds all SMS client computers runni

//

//   Created by SMS Export object wizard

//

//   Sunday, June 08, 2008 created

//

//   File Name: XPSP3.mof

//

// Comments :

// This query finds all SMS client computers running Windows XP with at least 1500

// MB of free disk space.

//

// *********************************************************************************

// ***** Class : SMS_Query *****

[SecurityVerbs(140551)]

instance of SMS_Query

{

Comments = "All WindowsXP clients that have enough disk space to upgrade to WindowsXP SP3";

Expression = "select SMS_R_System.Name, SMS_R_System.SMSInstalledSites, SMS_G_System_OPERATING_SYSTEM.Caption, SMS_G_System_OPERATING_SYSTEM.CSDVersion, SMS_G_System_LOGICAL_DISK.FreeSpace from SMS_R_System inner join SMS_G_System_LOGICAL_DISK on SMS_G_System_LOGICAL_DISK.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_LOGICAL_DISK.FreeSpace >= 1500 and SMS_G_System_LOGICAL_DISK.DeviceID = "C:" and SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Workstation 5.1"";

LimitToCollectionID = "";

Name = "Clients ready for Windows XP SP3 Upgrade";

QueryID = "";

上一页  1 2 3 4 5 6 7  下一页

Tags:SMS 部署 Windows

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接