-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Uninstall in Software Center failing
Peter van der Woude replied to Drekko's topic in Configuration Manager 2012
You need to provide more details about the failures that you are seeing (logfiles etc.). -
Task sequence question
Peter van der Woude replied to firstcom's topic in Configuration Manager 2012
If you mean a stand-alone media, that contains all the required content. That's the whole idea of that media. Are you using custom scripts that download additional stuff? If so, you can look at the _SMSTSLaunchMode task sequence variable, which contains the required information. -
Use variables in TS
Peter van der Woude replied to Kevin79's question in Deploying Operating Systems
If RegionValue is an exact match to what you need, then the answer is yes. -
SUP not synchronising updates
Peter van der Woude replied to spadge's topic in Configuration Manager 2012
Based on the log files it looks like it's trying to connect on port 443 though... -
You've got the run the software update scan cycle on the client, to get its up-to-date information about the installed products and applicable patches. After that trigger the software update deployment cycle and it should find the applicable IE11 updates.
-
Capturing cookies with USMT
Peter van der Woude replied to Creed's topic in Configuration Manager 2012
I would start a discussion with hiim about this almost crazy request. If you really want to migrate it, you've got to add the cooky location to the XML files that you use during the capture of the user state. -
If you don't have the Windows Firewall enabled, you don't need to create those settings in a GPO, or locally. Just make sure that the required ports are open on the network-level. Only the ConfigMgr site server needs permissions to the System Management container. The database server doesn't have to write anything in that container.
-
Capturing cookies with USMT
Peter van der Woude replied to Creed's topic in Configuration Manager 2012
Why would you want to migrate cookies? This is one of those moments that I would be happy to finally get them cleaned up.... -
1622 is related to opening the log file. Could it be related to the backslash behind the name of your log file?
-
Deleted package still trying to install
Peter van der Woude replied to lt.son's topic in Configuration Manager 2012
Just double-checking, you are aware that this is an Application and not a Package? -
This should get you started: http://damonjohns.com/2015/09/28/windows-10-implementing-custom-branding/
-
If you try, even a little bit, you can see that it's all about registry keys and values.
-
Version Not Compatible - HELP
Peter van der Woude replied to sprite's topic in Configuration Manager 2012
Is it getting that information from the AD? If so make sure that the AD is updated. If not, make sure that the management point upgrade was succesful. -
XP Clients
Peter van der Woude replied to Kevin79's topic in System Center Configuration Manager (Current Branch)
Haven't tested it. I would simply test it in a lab environment and try XP with an old client and XP with a new client. -
There you go: https://technet.microsoft.com/en-us/library/gg712298.aspx
-
Automatic Client Upgrade
Peter van der Woude replied to rem7777's topic in Configuration Manager 2012
The client provides the updated version number during the next heartbeat discovery. Depending on the schedule of the heartbeat discovery, this might take some time. -
XP Clients
Peter van der Woude replied to Kevin79's topic in System Center Configuration Manager (Current Branch)
Small note, not supported doesn't mean that it doesn't work. -
Configuration Manager 1511
Peter van der Woude replied to ZeZe's topic in Configuration Manager 2012
Works like a charm. What kind of remarks are you exactly looking for? -
Depending on the exact scenario, I would probably put the ConfigMgr client in the image. There is a TechNet article that explains how to clean the client before finalizing the image.
-
SCCM 2012 R2 SP1 TS Media Failure
Peter van der Woude replied to klcast's topic in Configuration Manager 2012
That error is often certificate related. -
Missing SMSadmin account.. Fresh install
Peter van der Woude replied to Drekko's topic in Configuration Manager 2012
I assume they've created that account to perform the installation with. The installation only creates the local group of SMS Admins. -
You can run WSUS and a SUP in the same environment. You just have to make sure to target the right GPO and Client Settings to the right clients. In this specific case you can even create a script to scan against WSUS during the task sequence.