SMS腳本節選六:如何使用站點控制文件

The site control file stores configuration information for an SMS site. Because the site control file is often updated, the SMS provider has a WMI text xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5">SMS_SiteControlFile class that provides programmatic access to the file.

For example, you can update the site control file programmatically to create boundaries or, as in the case of the following procedure, change the site comment of the site.

Note:
Use extreme care when scripting changes to the site control file, because it is possible to irreparably damage your SMS site.

For more information about managing site control configuration, see the text xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5">SMS 2003 SDK.

To use the site control file

  1. Connect to the site SMS Provider as follows:

  2. Open the site control file by using text xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5">SMS_SiteControlFile.GetSessionHandle. This creates a local, in-memory copy of the site control file that is identified by a session handle returned by GetSessionHandle.

  3. Change the site comment:

  4. Commit changes to the site control file:

Compiling the Code

  • Requires an SMS 2003 Site Server.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章