-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
You can click the queries together in the Criteria tab and you will get something like this (for Server 2012): select * from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Version like "%6.2%" and SMS_G_System_OPERATING_SYSTEM.Name like "%Server%" Also you don't need to split up you collections, as the client will only install updates that it needs (and are relevant).
-
Add files in SMSPKGR share on DP manually?
Peter van der Woude replied to SpecialK's topic in Configuration Manager 2012
It's a no go and it won't work either, as the client will never know that the sources are there. The client checks with the MP (which checks the DB) for available locations and if you manually copy files it's never registered and in the wrong format. Why not just schedule the deployment to one DP alone, if that's all you want?? -
It all depends on the requirements and possibilities... It's also possible to just deploy a site system with a dp/mp, or even point them to your existing site...
-
Network Access Account Password issue
Peter van der Woude replied to BenRossiter's topic in Configuration Manager 2012
Have you seen this: http://social.technet.microsoft.com/Forums/en-US/74268c42-14f9-4822-88ea-4093970ae767/sccm-2012-network-access-account-password-problem -
Help: How to add DotNet Framework 3.5 to Windows 8 during OSD Task sequence
Peter van der Woude replied to gvlaarho's question in How do I ?
To keep it al nice and easy, there is another method to install .NET 3.5 during a task sequence and that is with using the MDT integration. Select the .NET 3.5 feature in the Install Roles and Features -step and create a Task Sequence variable that set the variable WindowsSource to the (networkshare) location with the SXS folder. -
SCCM 2012 R2 install Failure
Peter van der Woude replied to Jeff K's topic in Configuration Manager 2012
That's why you should beat Niall with installing it first -
SCCM12 Client Not Installing
Peter van der Woude replied to gwhitcomb's topic in Configuration Manager 2012
When the client installation starts, check the log files (in the ccmsetup folder). -
SCCM 2012 R2 install Failure
Peter van der Woude replied to Jeff K's topic in Configuration Manager 2012
It's even here in the guide: http://www.windows-noob.com/forums/index.php?/topic/8451-how-can-i-install-system-center-2012-r2-configuration-manager/ -
SCCM 2012 R2 install Failure
Peter van der Woude replied to Jeff K's topic in Configuration Manager 2012
You first need to uninstall the old Windows ADK and then install the new Windows ADK for Windows 8.1. -
Global Conditions for AD Security Group
Peter van der Woude replied to agrant's topic in Configuration Manager 2012
Global Conditions are not meant for targeting... I think this post will answer your question: http://social.technet.microsoft.com/Forums/en-US/3a737afa-26e8-4881-9105-a9c42055ca67/how-to-create-a-global-condition-based-on-computersusers-active-directory-group- 1 reply
-
- SCCM 2012AD
- active directory
- (and 6 more)
-
Running SCCM 2007 and SCCM 2012 in same AD
Peter van der Woude replied to silverhand's topic in Configuration Manager 2012
They can run perfectly fine next to each other. Just make sure that the boundaries for (auto) assignment do not overlap, as that's the part that causes all the problems. Something that can stop the most problems is to not let your 2007 site sign in the ad, then there is no automatic way that your clients find that site (unless manually specified during the client install). -
Forcing Client Actions
Peter van der Woude replied to TheCDay's question in Deploy software, applications and drivers
When the client install is enable in your client settings, then run a machine policy update and it should start within a few minutes. -
PXE Service Point not installing
Peter van der Woude replied to pcarroll's topic in Configuration Manager 2007
Yes, that is possible if you're not using SCCM for your deployments. -
How to disable "Set up "Windows"?
Peter van der Woude replied to Morpheus's topic in Configuration Manager 2012
Or just configure the Apply Windows Settings -step in the task sequence. -
SCSM Remote console Install failed through SCCM
Peter van der Woude replied to amarc611's question in System Center Service Manager
Start by looking at the WindowsUpdate.log for errors. Also, it seems to timeout, which could also indicate that it's somehow waiting for input.- 1 reply
-
- Service center
- SCSM Console error
-
(and 3 more)
Tagged with:
-
Can't create driver packages
Peter van der Woude replied to Morpheus's topic in Configuration Manager 2012
The SYSTEM account of the site server. -
SMS_client_config_manager critical Errors 5 & 53
Peter van der Woude replied to xxlgreg's topic in Configuration Manager 2007
Not sure, you might check if there is something like that between the Status Message Queries. Also, it doesn't have to be that somebody enabled and disabled the (automatic) Client Push Installation, it can also be that somebody right-clicked a collection and did an Install client action.