Staudi Posted October 10, 2011 Report post Posted October 10, 2011 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 Quote Share this post Link to post Share on other sites More sharing options...
0 Prajwal Desai Posted October 11, 2011 Report post Posted October 11, 2011 the software will not be installed unless you manually create a package and deploy it on a collection. Quote Share this post Link to post Share on other sites More sharing options...
0 Staudi Posted October 11, 2011 Report post Posted October 11, 2011 I know this but my problem is we have a big IT-Team and some of this are not really a shine if you know what I mean. Isn't it possible to disable or change a registry key that sccm client dont search for new programs? Quote Share this post Link to post Share on other sites More sharing options...
0 Peter33 Posted October 11, 2011 Report post Posted October 11, 2011 Hi Staudi, take a look at this. Quote Share this post Link to post Share on other sites More sharing options...
0 Staudi Posted October 18, 2011 Report post Posted October 18, 2011 Thank you I will check and let you know! Quote Share this post Link to post Share on other sites More sharing options...
0 Staudi Posted October 20, 2011 Report post Posted October 20, 2011 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 Quote Share this post Link to post Share on other sites More sharing options...
0 Peter33 Posted October 20, 2011 Report post Posted October 20, 2011 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; }; Quote Share this post Link to post Share on other sites More sharing options...
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