Microsoft KB Archive/296159

From BetaArchive Wiki
Knowledge Base


Setting Permissions on Packages Created Using MOF Files May Not Work

Article ID: 296159

Article Last Modified on 10/25/2006



APPLIES TO

  • Microsoft Systems Management Server 2.0 Standard Edition



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.

Keywords: kbqfe kbhotfixserver kbbug kbfix kbsms200presp4fix KB296159