-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Manually Changing Advertisement Status
Peter van der Woude replied to JPRoussel82's question in Deploy software, applications and drivers
I'm not sure what version of ConfigMgr you are running, but in ConfigMgr 2007 you could play with the Advertisment settings like this: http://www.petervanderwoude.nl/post/remember-this-re-run-advertisement-for-one-or-more-specific-clients-with-configmgr-2007/ -
Just copy the client folder and start the ccmsetup.exe
-
Make sure you have the source local and remove the /mp: parameters, as it will cause the client to download from that specific MP.
-
Another importing thing is that both DHCP and WDS listen to the same port (67), so you have to configure WDS to listen to a different port.
-
WORKGROUP DEPLOYMENT
Peter van der Woude replied to Rocket Man's topic in Configuration Manager 2012
You will always need the step Setup Windows and Configuration, as it also sets up your Windows installation. The only way to "get rid of" the client is to uninstall it. -
SCCM Client installed incorrectly from image
Peter van der Woude replied to fenixfree's topic in Configuration Manager 2012
That happens when the client can't find a MP and can't download it's policies... Check you client logs like ClientLocation.log, LocationServices.log and ClientIDManagerStartup.log. -
Update application source files and distribution
Peter van der Woude replied to tsdsr's topic in Configuration Manager 2012
Just keep in mind that per machine you can only use one msp. When you already did a custom installation of Office you need to use config.xml files to add components to that installation. -
SCCM 2012 for different domains
Peter van der Woude replied to mgusset's topic in Configuration Manager 2012
SCCM can manage clients in different domains, no problem, as long as there is a network connection and they can resolve eachother. -
PXESETUP.LOG IS NOT GENERATED IN PXE SERVER
Peter van der Woude replied to Deepak Rawat's topic in Configuration Manager 2007
When the installation starts you should see a PXESetup.log and a pxeMSI.log in the default logfiles location on the Site server. -
WEBCAST 1 - using Offline Mode in Windows PE
Peter van der Woude replied to anyweb's topic in WebCasts
Small addon When you select everything you want already during the "New Task Sequence Wizard", then it will already set the OSDStateStorePath variable. See also this post that I made when ConfigMgr 2012 was still in beta: http://www.petervanderwoude.nl/post/how-to-capture-user-files-and-settings-offline-winpe-or-online-fullos-using-hard-links-with-configmgr-2012-b2/ -
Easy App updates via SCUP?
Peter van der Woude replied to japijap's topic in Configuration Manager 2012
Take a look here for a step-by-step pdf about SCUP 4.5: http://blog.coretech.dk/wp-content/uploads/10_SCCM_2007-_System_Center_Updates_Publisher_V1.1.pdf -
How to deploy a *.zip application?
Peter van der Woude replied to japijap's question in Deploy software, applications and drivers
You don't need a Task Sequence to copy files, it can also be done with just an old school package. -
How to deploy a *.zip application?
Peter van der Woude replied to japijap's question in Deploy software, applications and drivers
If it's not a self-extracting zip file you might need third party tooling for that... Another option might be to first extract the files and use ConfigMgr to just copy the files to the right location. -
Easy App updates via SCUP?
Peter van der Woude replied to japijap's topic in Configuration Manager 2012
Well, it's small product which you can learn really quick, but I do have to say that for an environment that small it might not be worth the effort. It will be more a decisions whether you think you have enough control now, or that you think you need more control and a more stable process. -
How to deploy a *.zip application?
Peter van der Woude replied to japijap's question in Deploy software, applications and drivers
It can be done, as long as it can be extracted by a command line. -
Easy App updates via SCUP?
Peter van der Woude replied to japijap's question in Software Update Point
Please, only post your question once.... See: http://www.windows-noob.com/forums/index.php?/topic/6103-easy-app-updates-via-scup/ -
Easy App updates via SCUP?
Peter van der Woude replied to japijap's topic in Configuration Manager 2012
It gives you some more work to publish the third party updates via SCUP to WSUS, but at the end it gives you one process for distributing updates, which means more control over your updates and compliance. -
SCCM PXE exits before Task Sequence Selection
Peter van der Woude replied to Hella's question in Troubleshooting, Tools, Hints and Tips
Did you look in the SMSTS.log for any errors/ messages?