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/WriteQualifiers: [bits]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/WriteQualifiers: [key]ID of the package to which the privileges apply. The default value is "".
UserName

Data type: StringAccess type: Read/WriteQualifiers: [key]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

Development Requirements

See Also