-
Posts
97 -
Joined
-
Last visited
-
Days Won
6
Everything posted by NickolajA
-
Removing Expired Updates from SUPs and DPs
NickolajA replied to broonster's topic in Configuration Manager 2012
An active Deployment for a Software Update Group is a deployment that's not disabled, meaning it's enabled Use my Clean Software Update Groups extension: http://www.scconfigmgr.com/2015/03/15/clean-software-update-groups-console-extension-for-configmgr-2012/ -
Office 2013 Updates - ridiculous disk usage
NickolajA replied to Jaybone's topic in Configuration Manager 2012
Check in the WSUS console to see if someone have used that to configure the language settings. If you for instance make a change through ConfigMgr on your SUP, it's propagated to WSUS. But if you make a change in the WSUS console, it's not visible in the ConfigMgr console.- 4 replies
-
- office
- office 2013
-
(and 3 more)
Tagged with:
-
SCCM 2012 Application deployment with AD integration
NickolajA replied to dunkel's topic in Configuration Manager 2012
I've not heard anything against having "a lot" of Configuration Baselines. But I'd be cautious with how often you set them to evaluate, since it may put unnecessary load on the client. Cool trick! -
For example if you have several versions of the driver in your catalog but they are intended for various models, the PnP will select which one it thinks is the best in accordance with it's ruleset and it might break things, especially for TPM drivers this happened a lot a while ago. Driver Packages is the way to go, it's also really simple to maintain and update with a versioning fasion.
-
ConfigManager not obeying maintenance window
NickolajA replied to firstcom's topic in Configuration Manager 2012
You could set the BITS maximum transfer rate on your clients to a certain amount of KB/s during your business hours. -
I'd think that's because when you re-image the machine, the execution history on the client is not preserved and due to the fact that there's a TS deployed to it and it is allowed to run it again during the maintenance window, it will re-run.
-
ConfigManager not obeying maintenance window
NickolajA replied to firstcom's topic in Configuration Manager 2012
Like Peter is saying, that's the default behavior. It's rather better to have the clients at their "random" time (what I mean by that is that not all clients will refresh their machine policy at the same time) download the content, than after the deadline during a maintenance window all of them would download at the same time. -
I second Nial and Jakob, dedicated server for MBAM.
-
Office 2013 Updates - ridiculous disk usage
NickolajA replied to Jaybone's topic in Configuration Manager 2012
I'd say that's "normal". It all comes down to what update classifications that you've selected to download in addition to the update languages. I'd start looking at deploying SP1 if you haven't done that already.- 4 replies
-
- office
- office 2013
-
(and 3 more)
Tagged with:
-
Migrate ConfiMgr 2012 R2 to new Server
NickolajA replied to Kops's topic in Configuration Manager 2012
You're welcome. Glad we could help! -
Issues with SQLCluster Reinstallation
NickolajA replied to adurrant's topic in Configuration Manager 2012
Just a lousy answer, but have you attempted to create the E: volume to see what happens? -
Missing Operating System Installers Folder?
NickolajA replied to turbopsi's topic in Configuration Manager 2012
In ConfigMgr 2012 R2 SP1, Operating System Installers was renamed to Operating System Upgrade Packages. They simply have the same purpose as before, just with a new name. -
Have you verified that you client is in fact within a defined boundary in ConfigMgr? Is it an IP-range boundary?
-
I had a look around in the DB, but I was not able to find anything referencing the user name. You could simply just remove the subscription, and re-add it if you're unsure.
-
Windows 10 Official in-Place upgrade
NickolajA replied to ibrafe's topic in Configuration Manager 2012
Yes, I'd say that some of the official documentation. Although with ConfigMgr 2012 R2 SP1 the process is a bit more complicated since the task sequence engine including the new steps will first be released in the vNext version that's about to be released during Q4 this year. Why are your users not logged on in the first place? Are you In-Place upgrading newly imaged system that has not been given to a user yet? -
You have new software available pop-up question.
NickolajA replied to Davo's topic in Configuration Manager 2012
Like Garth said, this is the default and non-modifiable configuration for Software Center. -
Are you're using ConfigMgr with MDT integration, you could create a new Client UDI task sequence (User Driven Installation task sequence), where you have the option for the "Applications" screen to appear. That way your help desk team could select what applications they want to install. Here's an excellent guide for your scenario: http://joshheffner.com/integrate-udi-with-your-sccm-task-sequence-for-optional-software-deployment-and-other-features/
-
Migrate ConfiMgr 2012 R2 to new Server
NickolajA replied to Kops's topic in Configuration Manager 2012
I agree with Garth on this one. -
Migrate ConfiMgr 2012 R2 to new Server
NickolajA replied to Kops's topic in Configuration Manager 2012
A side-by-side migration is really what you do when you migrate from ConfigMgr 2007 to ConfigMgr 2012. You setup and configure a new environment and connect from the new environment to the old. When the source hierarchy configuration is working, you're able to migrate almost all of your objects and configuration from the old environment. -
Export User Collection with Primary Devices
NickolajA replied to CraigSCCM's topic in Configuration Manager 2012
Yes there is, but you'll most likely not find any script that does exactly what you're looking for (or perhaps you will). I'm just saying that you could look at my scripts to perhaps get an understanding of what classes you'd have to work with when you create your own -
It's all about the deployment and how you'd configure its setting to adhere to the configured maintenance window. The deployment deadline also plays a huge role in a successful configuration.
- 4 replies
-
- Maintenance Window
- MW
-
(and 1 more)
Tagged with:
-
SCCM 2012 R2 SP1 Prerequisite failure
NickolajA replied to jhartleycaw's topic in Configuration Manager 2012
You can't have both ADK 8.1 and ADK 10 installed. You'd have to go with either one, and just to be clear, both are supported for ConfigMgr 2012 R2 SP1. -
Export User Collection with Primary Devices
NickolajA replied to CraigSCCM's topic in Configuration Manager 2012
That's not gonna work, since there can be several Primary Devices for a single user, and you're only able to have one of them per line. You'd have to have duplicate lines for the users. I've created a couple of scripts related to Primary Users/Devices, maybe they can be an inspiration for you: https://github.com/NickolajA/PowerShell/tree/master/ConfigMgr/Users -
Facing 2 issues with SCCM not sure if related
NickolajA replied to zchandler's topic in Configuration Manager 2012
Just to clarify, what that means is that he installed https://support.microsoft.com/en-us/kb/3084586 -
Software Updates Not Applying in Task Sequence
NickolajA replied to Kops's topic in Configuration Manager 2012
Since you're not prestaging (or importing it, whatever ) and using Unknown Computer support, ConfigMgr only knows that this system during the provisioning phase is in the All Unknown Computers collection. Therefor you'd have to deploy SUG's to that collection if you'd want to deploy Software Updates during OSD. I'm glad I was able to help!