Setting Permissions on Packages Created Using MOF Files May Not Work (296159)



The information in this article applies to:

  • Microsoft Systems Management Server 2.0

This article was previously published under Q296159

SYMPTOMS

Setting permissions on packages that are created by using MOF files with the SMS_PackageAccessByUsers class does not work. The following sample MOF file section illustrates how to use the SMS_PackageAccessByUsers class to ensure that Guests users have no access to a package:

instance of SMS_PackageAccessByUsers
{
PackageID = $pID;
UserName = "[\"Display=Guests\"]GENERIC:GROUP=Guests";
Access = 0;
};

RESOLUTION

To resolve this problem, obtain the latest service pack for Systems Management Server version 2.0. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

288239 SMS: How to Obtain the Latest Systems Management Server 2.0 Service Pack


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Systems Management Server 2.0 Service Pack 4.

Modification Type:MinorLast Reviewed:4/14/2006
Keywords:kbQFE kbHotfixServer kbbug kbfix kbsms200preSP4fix KB296159