SMS_PackageAccessByUsers Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

The SMS_PackageAccessByUsers class does not define any methods.

Access

Data type: UInt32

Access type: Read/Write

Qualifiers:

[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: String

Access type: Read/Write

Qualifiers: [key]

ID of the package to which the privileges apply. The default value is "".

UserName

Data type: String

Access type: Read/Write

Qualifiers: [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.

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.

Show: