-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Application detection? I don't understand it
Peter van der Woude replied to P3nnyw1se's topic in Configuration Manager 2012
Here is a thread with the same subject: http://social.technet.microsoft.com/Forums/en-US/265d3460-cf62-404e-8d0b-77065eb956bc/schedule-reevaluation-for-deployments-question?forum=configmanagerapps -
The problem is that AFAIK it's not possible to do a select from SMS_R_System in a User Collection....
- 3 replies
-
- wql
- software metering
-
(and 1 more)
Tagged with:
-
Application detection? I don't understand it
Peter van der Woude replied to P3nnyw1se's topic in Configuration Manager 2012
The default application deployment re-evaluation cycle is 7days... it can be manually triggered via the actions tab of the client. -
What exactly are you trying to achieve? Your current query contains all selections from devices, while you're talking about a user collection.. those two things don't match.
- 3 replies
-
- wql
- software metering
-
(and 1 more)
Tagged with:
-
You can indeed try in case the GPO is not applying. Keep in mind that ConfigMgr does basically the same, but then via a local policy. So make sure they are at least equal, when using both methods, as the GPO will always win/overwrite.
-
Management Point for sccm 2012 problem
Peter van der Woude replied to peasent's topic in Configuration Manager 2012
Did you take a look at the installation log files of the MP? -
ADR not using WSUS upstream server
Peter van der Woude replied to milkyway11fr's question in Software Update Point
On the server-side the SUP uses WSUS only for it's metadata. At the moment that it will really download the update it will use the content location (which is specified in the metadata) to download the update itself. So ConfigMGr/SUP downloads the real content and not WSUS. -
Management Point for sccm 2012 problem
Peter van der Woude replied to peasent's topic in Configuration Manager 2012
It displays the disk space of the disk where it's installed. -
Management Point for sccm 2012 problem
Peter van der Woude replied to peasent's topic in Configuration Manager 2012
Really?!?!? This is a community forum, with all people answering questions in their own time! Please respect that and don't expect answers directly. If you want a direct answer just call Microsoft or a consultancy company.... Back to the question... I've got no clue what you mean with your Managment Point displays 0 bytes... Can you give some more information? -
TaskSequence Ending during install Updates
Peter van der Woude replied to Oli's topic in Configuration Manager 2012
It's a known issue with a few updates, see this kb-article: http://support.microsoft.com/kb/2894518/en-us -
Problem With Distribution Point in SCCM2012
Peter van der Woude replied to joksa84's question in Troubleshooting, Tools, Hints and Tips
Did you add a reference to the Content Location (DP) in the Distribution Point Group? -
CU3 only adds support for Software Distribution, Software Update Management and Compliance Settings for Windows 8.1.
- 10 replies
-
- 0XC000D135
- win 8.1
-
(and 3 more)
Tagged with:
-
Deploy applications in task sequence
Peter van der Woude replied to Balko's topic in Configuration Manager 2012
Start by looking at the ccmsetup.log in the ccmsetup directory. -
Acronis is used instead of SCCM
Peter van der Woude replied to Kingskawn's topic in Configuration Manager 2007
What about duplicate GUIDs? -
A device is affected by every maintenance window that is targeted to it via any collection. The different maintenance windows are cumulative.
-
Ehmm... keep in mind that the only reason for a client to stay in provisioning mode is because a task sequence didn't end successful. In other words, if that's the case, try finding the root cause as there might be a different/bigger problem...
-
How to change the published client push version?
Peter van der Woude replied to gleep52's topic in Configuration Manager 2012
You can use the PATCH= property in the Installation properties to specify the specific update(s). -
Configure Business Hours for clients
Peter van der Woude replied to narcoticmind's topic in Configuration Manager 2012
You could also use a Configuration Item (which is actually build of PowerShell scripts), see: http://powersheller.wordpress.com/2012/11/20/sccm-2012-setting-software-center-business-hours-with-a-compliance-configuration-item/- 10 replies
-
- Business hours
- client
-
(and 2 more)
Tagged with:
-
Volume issue when OSD win7
Peter van der Woude replied to P3nnyw1se's topic in Configuration Manager 2012
That's default behavior, when using the standard install.wim. The good thing is that there is a solution, see: http://www.petervanderwoude.nl/post/how-to-apply-the-default-install-wim-of-windows-7-to-c-with-configmgr-2012/ -
SCCM 2012 Sp1 Client installation
Peter van der Woude replied to keywan's topic in Configuration Manager 2012
It looks like the client isn't assigned to a site yet and/or can't communicate with the MP. Look at log files, like ClientIDManagerStartup.log, LocationServices.log, ClientLocation.log. -
Can be a lot of things, like problems with joining the domain, problems with the client installation, etc.. Try looking for more information..