-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Advertise to unknown computers collection?
Peter van der Woude replied to tammala's question in Deploy 7
Correct, known machines will never get an advertisement for unknown machines. -
It can be modified in the properties of the DP. See also: http://technet.microsoft.com/en-us/library/ded46139-8692-4dd6-bd80-64f7b4045924#BKMK_ModifyDistributionPointSettings
- 50 replies
-
- 1
-
- Site Systems
- Windows 7
-
(and 2 more)
Tagged with:
-
Application Deployment/Update
Peter van der Woude replied to JBAB's topic in Configuration Manager 2012
I think I would swich step 3 & 4. So that by deploying the new version to the same collection as the old version, it can uninstall the old version (automatically) and install the new version. -
Automatically join a collection after ts
Peter van der Woude replied to xdemafried's topic in Configuration Manager 2007
You can specify an account when you use a Run Commandline -step (and have R2 or R3 installed). -
Is the servername correctly registered in DNS?
-
using SCCM 2012 in a LAB - Part 1. Installation
Peter van der Woude replied to anyweb's topic in Configuration Manager 2012
Assuming you will use different servername and sitecode, it will just write it's atributes next to the existing ones. About what it does to your (overlapping) boundaries, you might like this post: http://www.petervanderwoude.nl/post/overlapping-boundaries-and-configmgr-2012/ -
Problems with SCCM 2012 installation
Peter van der Woude replied to wessberg's topic in Configuration Manager 2012
The most errors seem pretty clear... What did you try to prevent them from happening? -
In my opinion you are making it way to complicated... two migrations for just a servername??....
-
Like Jörgen said, it's normal behavior that the clients point to the primairy site. The things that you can control with the boundaries, are the download locations, proxy mp's, etc.
-
Auto Uninstall Applications/Packages
Peter van der Woude replied to jazzlara's topic in Configuration Manager 2012
There are no auto-uninstalls of applications (unless you supercede an application). It's always something you have to configure yourself... The reason for that is simple, as it differs per company.. Besides that I wouldn't like a situation in which all your workstations are constantly installing and unstalling software. I would start thinking about virtualizing applications when your users are logging into so many different machines... Also installing only on the users primary device might be an option, and offer something similar via app-v on all the machines. Lot's of options, but it all needs some configuration. -
Software Advertisement Notification
Peter van der Woude replied to teamfox201's topic in Configuration Manager 2007
It's better to investigate why the package stops working, instead of creating a new package... The reason for this is simple, as the client registers the installation based on the packageid and the programname. When you still want to create a new package, you should create a script or a query that checks if the software is installed or not...- 1 reply
-
- sccm 2007 package
- advertisement
-
(and 1 more)
Tagged with:
-
SCCM 2012 No PXE with WDS
Peter van der Woude replied to hitman47's topic in Configuration Manager 2012
Where does your testmachine gets its IP Address from? -
Hmm... I don't really get your code and what you're trying to do... You already got the resourceID of the two machines and that's what you need, so I've got no clue what you are trying to achieve in this for For Each Computerselect in Computerlisting.Options When you already have the resourceID you can just say newDirectRule.ResourceID = referenceComputerResourceId Also, why two times a function that does the same... GetResourceIDFromName and GetResourceIDFromNameB....
-
Advertised Program is still waiting
Peter van der Woude replied to jaw64's topic in Configuration Manager 2007
There is a Maintenance Window configured and that is what your Advertisement is waiting. So either change/ remove the Maintenance Window, or allow the Program to run and ignore the Maintenance Window, or just wait until the Maintenance Window. -
Site Assignment without AD publishing
Peter van der Woude replied to marxt's topic in Configuration Manager 2012
Just disable the Client Push Installation. -
Site Assignment without AD publishing
Peter van der Woude replied to marxt's topic in Configuration Manager 2012
The problem with migrations is not in the AD publishing, but in the (Auto) Site Assignment. I would just disable the auto assignment in SMS and enable it in SCCM. See also this post for some information: http://www.petervanderwoude.nl/post/overlapping-boundaries-and-configmgr-2012/ -
how can I backup my SCCM server
Peter van der Woude replied to anyweb's question in backup and restore
The ConfigMgr Backup Task is the only supported way to restore a Site. Also this task makes a backup of more then just SQL, see also: http://technet.microsoft.com/en-us/library/bb633229.aspx Back to your question, no you don't have to make a separate SQL backup (even though it might look smaller). -
Has anyone seen WAS errors in the event log?
Peter van der Woude replied to adam.meyer's topic in Configuration Manager 2012
Eventid 5186 seems to a 'normal' message, see also: http://technet.microsoft.com/en-us/library/cc735034(v=ws.10).aspx -
Ts to add computer to domain (only)
Peter van der Woude replied to octec's topic in Configuration Manager 2007
So they also getting a new OS? -
Removing that step should be enough, as it would still wipe the disk. Another option is creating your own little diskpart script to format the partition....