Re: Minimum Permissions Required.
- From: "Kim Oppalfens" <Kim dot Oppalfens@google mail.com>
- Date: Mon, 5 Dec 2005 16:18:07 +0100
Sms Administrators group permissions is the minimum you will get away with.
In contrast with his name, this gives you next to no permissions at all.
It just allows you to connect to the wmi namespace for sms remotely.
The other permissions required are kind a difficult to establish without
looking at the vb app.
--
Kim Oppalfens
Telindus Belgium
MVP Windows Server System - SMS
"Mr Paul" <inscope@xxxxxxxxxxxx> wrote in message
news:1133768834.046711.302430@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I have an SMS 2003 SP1 site. My helpdesk have a VB application that
> they use to assign applications to workstations. As an SMS
> administrator I can run this app with no issues. The helpdesk get an
> access denied message. I need to know what are the minimum permissions
> are to run the VB app. KB252674 talks about a similar situation, but
> it takes the shotgun solution of making the helpdesk members of the SMS
> Admins local group, which is a lot more permission than I want to give
> out.
>
> The line of code that the application barfs at is:
> Services = Locator.ConnectServer(strSMSProviderServer, "root\sms\site_"
> & strSMSProviderSitecode, User, Password). For the non-programmers
> amongst us, this line of code authenticates and connects to the SMS CIM
> repository.
>
> Once connected the program runs: QueryResults =
> Services.ExecQuery("SELECT * FROM SMS_Package") in order to get a list
> of all packages. These packages are then presented as a list to the
> helpdesk user.
>
> When the helpdesk user assigns the package to the workstation, all that
> happens is that the computer account is added to a global group in AD
> that has been used in an SQL membership rule to an advertisement.
>
> So, what are the minimum permissions I need?
> Read on the Central site object and read on the package class? I tried
> that and still got an access denied mesage.
>
.
- References:
- Minimum Permissions Required.
- From: Mr Paul
- Minimum Permissions Required.
- Prev by Date: RE: Remote Control Setting
- Next by Date: Re: SMS client virtual mouse problem
- Previous by thread: Minimum Permissions Required.
- Next by thread: Re: Minimum Permissions Required.
- Index(es):
Relevant Pages
|