Tagged Questions
The sccm tag has no wiki summary.
5
votes
2answers
2k views
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 ...
2
votes
0answers
541 views
Powershell script not running properly from SCCM
I'm trying to deploy Lego MindStorms through SCCM. I have a PowerShell script that I'm using to start the EXE and do some other things after the install. The PS1 file sits in the same directory as the ...
1
vote
2answers
241 views
Looking for software using SQL query in SCCM
I am looking for specific pieces of software across our network by querying the SCCM Database. My problem is that, for various reasons, sometimes I can search by the program's name and other times I ...
1
vote
2answers
96 views
How to detect if SCCM 2012 is installed?
I am writing a Wix C++ Custom Action to detect if SCCM 2012 is installed. I am doing this by reading the product GUID from the registry: SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\
But ...
1
vote
1answer
229 views
SCCM Distributed software install hangs
I am having issues getting distributed software from SCCM to install properly. This goes for both MSIs and EXEs. The software deploys properly and the respected installer, msiexec or setup.exe, start, ...
1
vote
1answer
512 views
Query SCCM from Task Sequence - is it possible?
I have a VBscript which works abolultuly fine on my workstation. It queries SCCM to find out what domain a computer is in. When I run it as part of the task sequence, it fails. Note that this is ...
0
votes
0answers
45 views
MSI: Setup failed due to unexpected cirumstances The error code is 80004005 Installation failed with error code 1603
I am trying to install SCCM client on a machine. I have tried remotely, I have tried manually. I have removed everything (ccm folder, ccmsetup folder) I am not sure what else to do.
I am getting the ...
0
votes
0answers
44 views
SCCM 2007 Report For Primary Computer For User
I am trying to create a SCCM 2007 report to show the primary computer for every user. I know this exist for the primary user for every computer, but in some cases it means that a user can be the ...
0
votes
0answers
47 views
UrlScan 3.1 config files for web applications of Microsoft Products [closed]
Could you please recommend configuration files of UrlScan 3.1 (urlscan.ini) to one of the following web applications?
Outlook Web Access (Exchange 2010)
System Center Configuration Manager 2010
...
0
votes
0answers
90 views
WMI Generic Failure when attempting to remove software updates from a SCCM deployment package
I'm using SCCM 2007 and Powershell to automate some mundane tasks in my environment. One of these tasks is to remove all expired or superseded updates in all of my deployment packages. I've went ...
0
votes
0answers
117 views
Setting Computer Object Properties on an SCCM Server per Powershell and WMI
Atm my code looks like this
$targetsite="site_lab" # Site Name
$targetserver="XXXXXXXX" # FQDN of the Servers
$loginname="XXXXX-adm" # Account to login with
$targetpcname="IDPCTEST" # The PC name we ...
0
votes
0answers
88 views
How to get SCCM Distribution Point from a VB Script?
In my company we have more SCCM distribution points.
Is there a way to query to which distribuiton point is a host assigned from a VB Script ( or a batch )?
Thanks!
0
votes
0answers
59 views
C++ code for detecting if SCCM 2012 is installed using Win32_Product WMI class
I would like to find out if SCCM 2012 is installed using Win32_Product WMI Class. I am writing a c++ custom action for this using Wix.
Can anyone please help me out how to do this. I am new to WMI ...
0
votes
0answers
64 views
Office 2010 Proofing tool
Im trying to deploy office 2010 thrue System center with swedish language.
But the thing is I want to keep the interface in English.
So I do the language changes in setup/admin, but they dont work. ...
0
votes
0answers
41 views
Upgrade Windows via SCCM or SMS
Can i upgrade Windows 2000 to Windows XP via System Center Configuration Manager (SCCM) or Systems Management Server (SMS) ??
How to do that ?
What is the requirements ?
Any another recommendation ...
0
votes
1answer
147 views
SCCM.: se if updates installd succesfully or faild
Is there any way I can see if windows updates are install correcly or faild.
Something like windows update history but thrue SCCM.
I had som trouble with pathes and its innefectiv running to the ...
0
votes
0answers
88 views
System Center Configuration Mananger:No Boot Filename Recived
I did aa clean install thrue SCCM and it work witout a problem. But when ill try to do a clean install the second time I get this error when i press F12 - No Boot filename recived -
I get this error ...
0
votes
0answers
315 views
Failure on InvokeMethod (Invalid Method)
Sets up the parameters fine but fails on;
classInstance.InvokeMethod("ImportMachineEntry", inParams, null);
with error;
"An error occurred while trying to execute the WMI method: Invalid method"
...
0
votes
1answer
3k views
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 ...
0
votes
1answer
559 views
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 ...