
SMS Scripting
文章平均质量分 82
猪儿滚滚
Funny Guy
展开
-
SMS脚本节选一:连接到SMS Provider
Before connecting to the SMS Provider for a local or remote SMS site server, you first need to locate the SMS Provider for the site server. The SMS Provider can be either local or remote to the SMS si原创 2006-01-04 20:15:00 · 1326 阅读 · 0 评论 -
SMS脚本节选四:创建,修改,删除SMS对象
The processes by which SMS objects are managed can be divided into the following categories: Creating an SMS objectModifying an SMS objectDeleting an SMS objectCalling a method on an SMS objectFor mor原创 2006-01-05 22:11:00 · 1139 阅读 · 0 评论 -
SMS脚本节选五:为SMS对象设置安全权限
SMS generally relies on other technologies to enforce security. For example, SMS sets security on file shares and then relies on the operating system to authenticate accounts and allow only correct ac原创 2006-01-05 22:18:00 · 1232 阅读 · 0 评论 -
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 SMS_SiteControlFile class that provides programmatic原创 2006-01-05 22:21:00 · 1182 阅读 · 0 评论 -
SMS脚本节选二:如何读取SMS对象
There are several ways to read SMS objects from the SMS Provider with WMI. In general, you need to get either a specific SMS object instance or a collection of SMS object instances. The procedures in原创 2006-01-04 20:20:00 · 1247 阅读 · 0 评论 -
SMS脚本节选三:读取LAZY属性
This example shows how to retrieve lazy properties. The assigned schedule properties for advertisements are lazy. Therefore, when querying advertisements, each advertisement instance must be retrieved原创 2006-01-04 20:23:00 · 1174 阅读 · 0 评论