Jump to content


  • 0
Staudi

Disable software installation at SCCM Client

Question

Hello,

 

I found this forum some weeks ago and it helped me a lot with my SCCM environment! Thanks you!

 

Now my question,

 

we are using SCCM 2007 R2 on a Win2003 server. We roll out SCCM client to all pcs and notebooks. Now we want to deploy it to our server, too.

I will use it for software and hardware inventory but will be sure that it isn't possible to install software by sccm client.

Is there an option or an registry key which I can use to forbidden installation software by sccm client?

 

Thanks and regards

 

Staudi

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Hello,

 

I cant find a point which looks right to disable just software deployment, isnt it?

 

here is the code:

 

instance of CCM_RemoteToolsConfig

{

PolicyID = "{GUID value}";

PolicyVersion = "x";

PolicySource = "SMS:AAA";

PolicyRuleID = "{GUID Value}";

PolicyInstanceID = "{GUID value}";

Enabled = TRUE;

ComponentName = "SmsRemoteTools";

Type = 1;

RemoteToolsEnabled = TRUE;

AllowChat = TRUE;

AllowClientChange = FALSE;

AllowFileTransfer = TRUE;

AllowReboot = TRUE;

AllowRemoteExecute = TRUE;

AllowTakeover = TRUE;

AllowViewConfiguration = TRUE;

AlwaysVisible = FALSE;

AudibleSignal = TRUE;

CompressionType = 2;

ControlLevel = 2;

DefaultProtocol = "TCP/IP";

IndicatorType = 0;

PermissionRequired = 1;

UseIDIS = TRUE;

VisibleSignal = TRUE;

DisableToolsOnXP = TRUE;

ManageRA = TRUE;

EnableRA = TRUE;

AllowRAUnsolicitedView = TRUE;

AllowRAUnsolicitedControl = TRUE;

ManageTS = FALSE;

EnableTS = FALSE;

EnforceRAandTSSettings = TRUE;

PermittedViewers = NULL;

};

 

 

best regards

 

Fabian

Share this post


Link to post
Share on other sites

  • 0

Hi Staudi,

 

the mof file should look like this

 

 

#pragma namespace("\\\\.\\root\\ccm\\policy\\machine\\requestedconfig")

[CCM_POlicy_PartialPolicy(true)]

instance of CCM_SoftwareDistributionClientConfig

{

SiteSettingsKey = 1;

PolicySource = "Local";

//override only this property, all others from the Site/Management Point

[CCM_Policy_Override(true)]

Enabled = FALSE;

};

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.