-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
How can I deploy Office 2007 with SCCM
Peter van der Woude replied to murda's question in Deploy software, applications and drivers
Well, this seems to be your commandline: setup.exe /config \\s114\OSD_TS_Source\Office2010_LP_Dutch_X86\OMUI.nl-nl\config.xml << I don't see any package names in it, that's why i concluded that you are not calling it from the package.. I do know that calling a config.xml from the commandline can be a pain... that's why I usualy create an old school batchfile in which you can use the %~dp0 -variable. -
How can I deploy Office 2007 with SCCM
Peter van der Woude replied to murda's question in Deploy software, applications and drivers
Doesn't look like it... -
Dynamic collection: How to exclude few Hosts?
Peter van der Woude replied to Zubof's question in Collections
Just add an exclude to the query. Something like not in (select ResourceID from SMS_CM_RES_COLL_XXX00000) -
How can I deploy Office 2007 with SCCM
Peter van der Woude replied to murda's question in Deploy software, applications and drivers
I think it has something to do with the location of your config.xml... Why are you not calling it from the package? -
Client installation
Peter van der Woude replied to Saiprasad Shetty's topic in Configuration Manager 2012
How does you client package looks like, or the client files on the server? -
Client installation
Peter van der Woude replied to Saiprasad Shetty's topic in Configuration Manager 2012
It has nothing to do with the server side.... It pushes it to the client, so the server-side has done its work... Did you also look at the client.msi log? -
How can I deploy Office 2007 with SCCM
Peter van der Woude replied to murda's question in Deploy software, applications and drivers
Did you try the command by hand (so without SCCM)? -
And add a new boundary with the ip-range of the DMZ servers. Good luck!
-
Create a boundary for the DMZ clients and start creating certificates for the DMZ clients. For a step-by-step for doing that, take a look here: http://www.petervanderwoude.nl/post/how-to-install-a-configmgr-client-on-a-workgroup-computer-when-the-configmgr-site-is-in-native-mode/
-
Program download is very slow on a new server
Peter van der Woude replied to peled's topic in Configuration Manager 2007
Did you take a look at the client logs (like the CAS.log)? -
It all depends on your situation. The main question in these situations is, what traffic is allowed between the 'domain' and the DMZ? A mixed mode environment can already manage DMZ clients, as long as the ip-range of the DMZ is added as a boundary and the traffic is allowed between the 'domain' and DMZ. (see for more port information: http://technet.microsoft.com/en-us/library/bb632618.aspx)
-
Removing Old Meta Data from Software Updates
Peter van der Woude replied to Centaur63's question in Software Update Point
Did you try running the Server Cleanup Wizard of WSUS and after that run a new sync of your Software Update Point? -
It's not necessary to use GPO's when managing updates via SCCM (it's even advised not to use GPO's, as the SCCM client will use Local Policies for this). Did you make the updates available to the client?
-
FEP Install
Peter van der Woude replied to zophar's question in Deploy software, applications and drivers
Depends on the settings of the Advertisement.. I do have it running, but I can't remember wether I changed the default settings or not... So just check the settings of your Advertisement. -
Deploy Issue: HP 8100 Elite (NIC)
Peter van der Woude replied to Jason Snook's question in Deploying Operating Systems
Check C:\Windows\Temp for the smsts.log -
It's all in that guide.. In the beginning it says: "This guide assumes you have installed SCCM 2007 SP1 and then configured it as outlined here in Part 1 you must then do the additional configuration outlined in Part 2, and you must have completed the final configuration tasks in Part 3. Lastly you must be able to deploy an application using SCCM 2007" >> There are links to everything you need.
-
Export Packages / New Site Setup
Peter van der Woude replied to JLAMERTON's topic in Configuration Manager 2007
You already lost me here... what do you mean with a Master Slave Configuration? -
Weird... Did you also try to (re-)install WDS after .NET?
-
Did you add the machine to a collection? And did you advertise a task sequence to that collection?
-
No smsts.log file
Peter van der Woude replied to hgbays's question in Troubleshooting, Tools, Hints and Tips
There always has to be one... Did you check all the possible locations (http://technet.microsoft.com/en-us/library/bb932135.aspx)?