Category: SCCM 2012

  • SCCM 2012 – OSD PXE not working

    ,

    Hi reader, A few weeks ago I changed a lot within my LAB: I divided the Clients from the Servers into separate VLANs to have a more accurate Lab. Now I wanted to install a VM on my Windows 10 Hyper-V environment, but when I tried to boot PXE, the machine stays for a while…

  • SCCM 2012 – Install .Net 4.5.2 on Windows 7 while on OSD

    ,

    Hi, I recently faced the issue, that the .Net 4.5.2 Application, which is working very well if deployed to a installed Windows 7 Client, but when I tried to use the same application within the OSD Task Sequence with System Center 2012 Configuration Manager, the Installation constantly fails with the Error: Process 4000 terminated with…

  • Quickpost – Powershell One-Liner to determine Incremental Update collections

    , ,

    Hi, here’s Martin with a tiny Powershell One-Liner to measure, how many collection are in System Center 2012 Configuration Manager configured with the “Use incremental updates for this collection” option. Just use: @(Get-CMDeviceCollection | where{$_.refreshtype -eq 4 -or $_.refreshtype -eq 6}).count Hope this helps

  • SCCM 2012 R2 SP1 – Application Management Policies for Android and iOS

    , , ,

    Hey, here is Martin serving you with some new Information about the MAM (Mobile Application Management) Features in the SCCM 2012 R2 SP1 Release. There is a new section in the Application Tree of the Software Library wunderbar, it is called “Application Management Policies”:

  • SCCM 2012 R2 SP1 – New Intune Features: Block Apps natively and deploy a iOS custom profile

    , , ,

    Hi there, finally I got time to check, which new Features was brought to us System Center 2012 configuration Manager guys with the R2 SP1 update. My interests were on the iOS and Windows Management. And for both of them, some nice Features were added. Blocking Apps The availability of blocking Apps is now supported…

  • SCCM 2012 R2 – Remove old Hotfix packages – Quickpost

    ,

    Hi Reader, here is martin 🙂 have you installed the new Service Pack for your infrastructure? Was you lazy as me when you have installed the Hotfixes for R2, you did not delete the old ones? Now you have more than 10 Packages in you Config Manager Hotfix Folder? You don’t want to delete them…

  • SCCM 2012 R2 SP1 – No longer Need of Company Portal for Windows Phone 8.1

    , , ,

    Hi all, here’s Martin serving some new Informations about the Intune Integration in System Center 2012 Configuration Manager R2 SP1. With the newly available Service Pack 1 for SCCM 2012 R2, there is no Need to create a self-signed Company Portal for the Windows Phone 8.1. For old Windows Phone 8.0 you will still need…

  • SCCM 2012 R2 + Microsoft Intune – Exchange Conditional Access

    , ,

    Hi, here is Martin with a Blogpost about the new Feature that has been shipped to the Microsoft Mobile Device Management Solution Intune: Conditional Echange/Sharepoint Access. This means, you are now able to restrict the Access to Exchange Online, On-Premise Exchange and SharePoint Online to Devices, which has to be Intune enrolled. Update: Intune in combination…

  • SCCM 2012 – Display special lock Screen when OSD was unsuccessful

    ,

    Hi, here’s Martin again with a blog about how to Display a Special Lock Screen, when the Operating System Deployment Task Sequence Fails. When you are using System Center 2012 Configuration Manager, you might want to have an easy solution to see, if a OSD was successful or not. Normally you see this Picture after…

  • SCCM 2012 R2 – Create your own Windows Phone 8.1 App and deploy it with SCCM/Intune

    , , , ,

    Hey, here’s Martin. Today I decided to create a simple App to demonstrate how you can deploy our own Apps within System Center 2012 Configuration Manager R2 connected to Microsoft Intune. Before you begin: Be sure that you have a Code Signing Certificate for windows mobile Devices. Everything starts with Visual Studio Express 2013 for…