-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Did you also download and deploy those updates already?
-
Most often I've seen that problem in combination with connection issues. Have there be some proxy changes, or something like that?
-
Windows Updates Wont Deploy to Client
Peter van der Woude replied to dooty22's topic in Configuration Manager 2012
Please provide some more information about the setup of your software update deployment. -
Install a SUP on remote server
Peter van der Woude replied to anyweb's question in Software Update Point
Either makes sure you've got something to manage those lclients like they're online, by using something like VPN or DirectAccess. Or you have to think about Internet Based Client Management, which also requires a lot of certificates. -
What exactly are you expecting and trying to achieve? The first time the ADR runs it will create the software update group and if needed the deployments. It won't add to one of the software update groups that you previously created.
-
Locking a client to only one Management Point?
Peter van der Woude replied to Snoop78's topic in Configuration Manager 2012
You should be reluctant to dive into SQL to fix stuff. In that case I would advise you to do the same as the guy from that article, create a CSS call and let MS fix it. That the only supported road for a SQL edit. About your initial question, if you're looking for only specific set of client that need to be "locked" to specific MP(s), you can also look at this for a static solution: http://www.petervanderwoude.nl/post/set-the-allowed-management-points-via-a-configuration-item-in-configmgr-2012/ -
Yes, I'm suggesting to remove the folders in the Update repository. The easiest way to search for the same updates every month again is to create searches by adding criteria (like product, expired, supersedence) and saving those searches to reuse them again.
-
MDT 2012 vs MDT 2013
Peter van der Woude replied to simulacra75's topic in Configuration Manager 2012
It gives you the ability to use the MDT scripts in an easy way via the console. Basically it creates a console extention for creating custom MDT bootimages and it gives you extra task sequence steps. -
Windows Phone 8.1 - Application Whitelisting
Peter van der Woude replied to NB2704's topic in Microsoft Intune
Have a look at this post by Nico Sienaert: http://scug.be/nico/2014/05/22/deny-windows-phone-apps-with-configuration-manager-intune/ -
SCCM + SUP and non-Windows specific updates
Peter van der Woude replied to DaaT's question in Software Update Point
The ConfigMgr client uses local policies and an agent to scan and deploy updates on the scheduled time. -
The folders you're creating don't really add anything to the deplooyment process. In the Update repository I would simply use searches to find the applicable updates. After that you can add them to the different groups and packages (as one update can be part of multiple groups and packages).
-
One early advice, tackle the issues one-by-one. When your batch file only starts the MSI, I would definitly get rid of it. Simply create and application within ConfigMgr, import the MSI and a standard command line will be created for you. That command line should be enough to run the biggest part of the standard MSI's.
-
Install a SUP on remote server
Peter van der Woude replied to anyweb's question in Software Update Point
If you mean by off-site clients, that they're not connected via the corporate network (by something like VPN) then simply setting-up a remote SUP won't help you. -
MDT 2012 vs MDT 2013
Peter van der Woude replied to simulacra75's topic in Configuration Manager 2012
You can run the packages created for MDT 2012 and MDT 2013 simultatneously, but only one version can be installed and integrated with ConfigMgr. -
SCCM + SUP and non-Windows specific updates
Peter van der Woude replied to DaaT's question in Software Update Point
Also, keep in mind that you can also look at the client log files for more information about the errors. -
Help me to understand SCUP
Peter van der Woude replied to lappy's topic in Configuration Manager 2012
When there are new updates available for Adobe, you need to import them in SCUP. Then publish them to WSUS and let ConfigMgr sync with WSUS. -
Move CM12 Site to a New Domain
Peter van der Woude replied to pfors's topic in Configuration Manager 2012
Yes, it should also work between different domains. Also, I think it's the only way for you to migrate the objects. Usually, you can also use a backup-restore action, but as you're moving between domains that's not a supported possibility. -
When you're not getting an Ip, you're network driver is definitly your problem. Make sure you're using the right version and also for the right operating system.
-
Collection Membership Questions
Peter van der Woude replied to ramadori's topic in Configuration Manager 2012
When you are targetting devices the machine policy retrieval will trigger the client to look for new policies (that can be anything from deployments to settings).- 6 replies
-
- Configuration Manager 2012 R2
- Assets and Compliance
- (and 2 more)
-
SCCM + SUP and non-Windows specific updates
Peter van der Woude replied to DaaT's question in Software Update Point
That's indeed one possibility. Just keep in mind that you shouldn't add more then a 1000 updates to one update group / deployment / package. -
Move CM12 Site to a New Domain
Peter van der Woude replied to pfors's topic in Configuration Manager 2012
You can use the migration jobs to migrate your objects from one environment to another.