SMS_PackageAccessByUsers Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_PackageAccessByUsers Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that controls which users are granted access rights to a package folder or to distribution points.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_PackageAccessByUsers : SMS_BaseClass
{
UInt32 Access;
String PackageID;
String UserName;
};
Methods
The SMS_PackageAccessByUsers class does not define any methods.
Properties
Access
Data type: UInt32Access type: Read/Write
Qualifiers:
[bits, ResID(1203), ResDLL("SMS_RSTT.dll")]
Access rights for the user. Possible values are listed below. The default value is 0x65.
0
READ
1
WRITE
2
EXECUTE
3
CREATE
4
DELETE
5
VIEW_FOLDERS
6
VIEW_FILES
7
CHANGE_PERMISSIONS
8
CHANGE_ATTRIBUTES
PackageID
Data type: StringAccess type: Read/Write
Qualifiers: [key, ResID(1201), ResDLL("SMS_RSTT.dll")]
ID of the package to which the privileges apply. The default value is "".
UserName
Data type: StringAccess type: Read/Write
Qualifiers: [key, ResID(1202), ResDLL("SMS_RSTT.dll")]
User name or group name in the network abstraction layer (NAL) path format. The default value is "". For more information about the NAL path format, see PackNALPath.
Remarks
There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
This class controls client access to package folders and distribution points by using Windows NT or Novell security.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.