New-CMDeviceCollectionVariable creating only 1 variable

Benoit LecoursPowershell, SCCMLeave a Comment

Update 2014-12-04 : Microsoft will have a fix in the next release of the PowerShell cmdlets. (Not released yet) I recently had a problem with the PowerShell command New-CMDeviceCollectionVariable creating only 1 variable. I had to create a set of collection with variables in an OSD project. The goal was to create 20 collections with 7 different variables. Nothing too complicated, Powershell to the rescue ! So I start creating my script, everything went smoothly, no errors were returned. After verification on the created collection I found out that only 1 variable per collection were created instead of the 7 intended. I decided to do a simple test to verify that New-CMDeviceCollectionVariable cmdlet was working correctly. I had problem in the past with another cmdlet and since then I like to double check if they work correctly. Create a Test collection Collection Test gets created Create a new variable with a value assigned to the Test … Read More

Software Center displays “Less than 1 Mb” on each Applications.

Benoit LecoursSCCM2 Comments

Software Center displays "Less than 1 Mb" on each applications

SCCM Software Center displays “Less than 1 Mb” on each application that are installed on a machine. This post shows how to fix SCCM Software Center Less 1Mb error. This value is not configurable in SCCM. It is automatically calculated when you install an application. SCCM version is 2012 R2 CU2. SCCM Software Center Less 1Mb Cause This is a display bug coming from Software Center. When clicking on an application, the information is updated and displayed correctly. In my example, I clicked on both Adobe Reader and Flash Player. When hitting F5 to refresh, you’re getting back to square 1 : Software center displays “Less than 1 mb” on each application. You can easily reproduce the problem by clicking on any applications and by refreshing. Resolution I’ve submitted this bug to Microsoft Connect. Please up-vote my submission if you’re experiencing the same problem. The more up-vote it gets, the more … Read More