-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Keep in mind that everything in ConfigMgr goes through the SMS provider, which is basically a WMI provider. The information in the console is also based on queries on the provider, which means on WMI. That will make it quite difficult to query on an unsupported change in the database.
-
Automat the Application in SCCM 2012
Peter van der Woude replied to sekhar's topic in Configuration Manager 2012
You can create a recurring schedule to the deployment. That in combination with the allways rerun behavior should do the trick. -
SCCM 2012 R2 SP1 upgrade to Config Manager
Peter van der Woude replied to SKCalgary's topic in Configuration Manager 2012
For now you should be good. You can find the supported combinations here: https://technet.microsoft.com/en-us/library/mt589738.aspx#bkmk_SupOS -
Custom Report with SQL Server versions and editions installed
Peter van der Woude replied to bendover's question in Reports
You might want to provide more details about your configuration, query and error, if you want some serious help. -
2012R2 SP1 not completing the Task Sequence
Peter van der Woude replied to edie209's topic in Configuration Manager 2012
There should also be a default Configuration Manager Client Package. If you're still seeing issues you might want to start with looking at the ccmsetup.log file. -
SCCM 2012 - Stand-alone Media greyed out
Peter van der Woude replied to Holmium's topic in Configuration Manager 2012
Make sure you've got all the permissions to create a stand-alone media. SP1 introduced a new permissions specifically for stand-alone media creation. -
Mimic ADR with Powershell Script
Peter van der Woude replied to rdr222's topic in Configuration Manager 2012
You can go straight to WMI and query SMS_SoftwareUpdate to filter on new updates. -
Help: Stopping a specific update ?
Peter van der Woude replied to artman51164's topic in Configuration Manager 2012
Short answer: No. -
Office with updates included
Peter van der Woude replied to joeman1881's topic in Windows Server General
During the installation the updates folders is the easiest method. -
I would start by checking the logs. Check smsts.log for general failures, or skipping of the steps and check scanstate.log and loadstate.log for information about the capture and restore.
-
Install Roles and Features - DesktopExperience
Peter van der Woude replied to g-fx's topic in Configuration Manager 2012
I've been able to add that feature with a similar process to the one described in that blogpost. -
Reboots in TS not working correctly?
Peter van der Woude replied to joengelhart's topic in Configuration Manager 2012
I see that you use a Restart Computer step imediatly after the Setup Windows and ConfigMgr step. I've seen this causing issues in combination with applications when the Notify the user before restarting checkbox is cleared and by that removing the Message display time-out. If you really need that restart step, make sure it has at least the default time-out. Otherwise the client might have to little time to successfully initialize. -
Software updates reboot
Peter van der Woude replied to CrazyLinnet's topic in Configuration Manager 2012
The User Experience tab of the deployment provides you with a lot of information about this. The User notifications setting determines what the end-user will see and the Device restart behavior determines if the device will automatically restarted.- 1 reply
-
- 1
-
That is often an indication that a firewall between those servers, or the Windows Firewall on those servers, is blocking the RPC traffic.
- 2 replies
-
- 1
-
- SCCM 2012
- RPC server
-
(and 1 more)
Tagged with:
-
Only ConfigMgr vNext will succesfully install that update via the software update process. That is not supported via the current version of ConfigMgr. For the current version the approach should be the upgrade task sequence. See for more information this: http://www.windows-noob.com/forums/topic/13251-first-major-update-for-windows-10-available-today-windows-10-version-1511/
- 2 replies
-
- sup
- windows 10
-
(and 3 more)
Tagged with:
-
Not sure what you mean with "clean drivers"... often the problem with the driver packs is that they contain too much drivers. They often contain drivers for multiple models and possible combinations on those models. Cleaner could be to make sure that you only use the drivers from a driver pack that your devices really need.
-
Setup of USMT through SCCM
Peter van der Woude replied to bowlen's topic in Configuration Manager 2012
Basic USMT is very straight forward, especially when using the default task sequence steps in combination with the SMP. You might get more and or better help if you can provide a specific scenario that you're looking for, including the problems that you've run in to. -
HTTPS PKI Software Updates in Task Sequence
Peter van der Woude replied to dambrosioj's topic in Configuration Manager 2012
It looks like the software update agent is disabled. Did you enable the software update agent in the default client policy or a custom client policy (targeted to the device). -
Client Push Installation errors in ccm.log
Peter van der Woude replied to dk4444's topic in Configuration Manager 2012
The log doesn't show a blocking error. It shows a succesful client push.