-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Upgrade SCCM 2012 SP1 to SP2
Peter van der Woude replied to ZeZe's topic in Configuration Manager 2012
Usually you should uninstall the old ADK and after that install the new ADK. Also, keep in mind that you can even move to the Windows 10 ADK if you need to think about Windows 10 deployments. For some more information about that see: http://blogs.technet.com/b/configmgrteam/archive/2015/08/05/windows-10-adk-and-configuration-manager.aspx -
For an example that should help you out see this: https://asithadesilva.wordpress.com/2013/04/01/how-to-prompt-collection-to-a-report-in-sccm-2012/
-
View drivers in boot image after SCCM update?
Peter van der Woude replied to Lagamorph's topic in Configuration Manager 2012
When you've update ConfigMgr and the Windows ADK, then this is expected behavior. To view the drivers and everything available in the boot image you can use DISM manually. -
Windows 10 is not an product option
Peter van der Woude replied to truongtr's topic in Configuration Manager 2012
Well, that explains what you're seeing... Also, did you check the mentioned log file for more information? -
ConfigManager not obeying maintenance window
Peter van der Woude replied to firstcom's topic in Configuration Manager 2012
That's normal behavior, the maintenance windows are to prevent the installation and the restart. If you don't want anything to happen yet, you should make it available later (deployment scheduling). -
Thanks! The best option also depends a bit on the scenario. For example, when a client is only installed during OS deployment, you can also look at the MP_ClientRegistration agent name and time. Another option could be to tattoo your devices with the deployment information. In that case you could do something like this: http://www.petervanderwoude.nl/post/reporting-about-the-all-the-different-os-deployment-versions-with-configmgr-2012/
-
If I'm not mistaken this works still the same as it did in the old SMS days. The good thing is that there is an article of that period with more information. Before the SMS UUID will change there have to be three hardware changes as mentioned in the following article: https://support.microsoft.com/en-us/kb/837374
-
That's a very good start! You can make it even prettier by looking into configuration items.
-
Adding computer to AD group
Peter van der Woude replied to Kevin79's question in Deploying Operating Systems
At what point in the task sequence are you performing this action? -
Yes, that's possible, but it will require (a lot) custom scripting. You need to find out the location and you need to find out the number that it has to use.
-
That will be a hell of a job, because the ConfigMgr client runs in the SYSTEM context. That means it would require custom scripting in which you find the current logged on user and go through it's hyve in the registry.
-
App Catalog - Advanced setup?
Peter van der Woude replied to lachouinard's topic in Configuration Manager 2012
No, you can't edit that message. -
Migrate ConfiMgr 2012 R2 to new Server
Peter van der Woude replied to Kops's topic in Configuration Manager 2012
You could use something like the following tool to adjust the source location of packages: http://www.scconfigmgr.com/2015/08/26/configmgr-content-source-update-tool-1-0-0/ -
SCCM 2007 Client Agent settings change
Peter van der Woude replied to milemar's topic in Configuration Manager 2007
That change will apply during the next machine policy update. -
Automat the Application in SCCM 2012
Peter van der Woude replied to sekhar's topic in Configuration Manager 2012
Agree. For running something on a schedule the package-program is the easiest method. -
SCCM stand alone deployment issue
Peter van der Woude replied to FabianL's topic in Configuration Manager 2012
I'm sorry, I completely missed the part about a stand-alone media, I responded based on the failure you've got. Are you absolutely sure that you've created a stand-alone media? A stand-alone media doesn't need any interaction with the site server at all... -
What version of ConfigMgr are you running? Also, what exactly is the issue that you're running into that makes you look at that post. Doesn't your task sequence start? Does the task sequence fail at a specific point? What's in your SMSTS.log file? As you can see, a lot of information is required to say something usefull
- 2 replies
-
- Windows 10
- SCCM 2012
-
(and 1 more)
Tagged with:
-
SCCM stand alone deployment issue
Peter van der Woude replied to FabianL's topic in Configuration Manager 2012
That's usually an indication that either the task sequence is not deployed, or that the device is not in the right collection. -
ConfigMgr 2012 Automation with Powershell
Peter van der Woude replied to P@docIT's topic in Configuration Manager 2012
Those are variables created by the poster of that script and they are not ConfigMgr variables.- 6 replies
-
- powershell
- sccm 2012
-
(and 2 more)
Tagged with:
-
Facing 2 issues with SCCM not sure if related
Peter van der Woude replied to zchandler's topic in Configuration Manager 2012
At least your first issue sounds like it's still busy loading within the console. Please check your SmsAdminUI.log and Smsprov.log for more information.