sccm

How can I make a SCCM Integration localizable?

I am trying to provide a SCCM (System Center Configuration Manager) 2007 Integration in multiple languages (de/en). Therefore I need to localize the GUI which should be possible by the "localize" checkbox within the Visual Studio, at least as far as I know. But there are also some action XML files which define the actions the user could...

How can I script SCCM to change the rate limit percentage?

I am trying to script SCCM 2007so I don't have to manually go through 400 servers and set the rate limit by hand. I want all of the servers to use 75% of their bandwith 24 hours a day. I am guessing powershell and wmi is going to be the best way to go about doing this, but any suggestions would be welcome. ...

Perforce integration with visual studio without project files being checked in to perforce

I am working on a large source base (approx 15K files) decomposed into about 25 projects. I want to keep the source in perforce (and am evaluating perforce to that end) but due to complications in the setup it isn't possible for me to keep the visual studio projects in source control, I know in theory the answer to this is to check the p...

How do I override the OK / Apply Event within an SCCM integration property page?

I am writing an SCCM integration by using the SCCM SDK. I have created a new property page which fits into the advertisement property dialog. In case I open the property dialog AND especially my own created page, I can override the OK and apply events, but if I did not open my own page, my override functions are not used. So the questi...

Problem with install CCM msi from GPO

Hi. I have a problem with installing ccm package from gpo. I prepared msi package using wininstall le and added new policy with msi to OU. in workstation event log i saw this: Installator has insufficient privileges to modify file: C:\WINDOWS\system32\CCM\ServiceData\Messaging\EndpointQueues\PeerDPManager\00000001.msg. I know that ins...

Script to create ODBC connection

I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I have a batch script to import the connection information into the registry, however I don't know how to go about putting the user name and pas...