Category: SCCM 2012
-
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
Written by
-
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”:
Written by
-
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…
Written by
-
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…
Written by
-
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…
Written by
-
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…
Written by
-
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…
Written by