Android emulation for endpoint Manager Admins

As every IT Pro knows, when you are working with managing devices its always best to have access to physical hardware for testing and playing around with. Many of us are use to having a bunch of virtual machines running windows on but what about Android ? In this article

How to deploy .Net 3.5 with Intune

Content Introduction Prereqs .Net 3.5 Microsoft Win32 Content Prep Tool Creating our application and deployment Creating our Installation script Creating our .wintunewim file Deploy our application with Intune This is the introduction Welcome back to another blog post and today I will cover how to deploy .Dot 3.5 from Intune.There

Intune – Invoke sync to all devices in Intune with the Intune powershell SDK

IMPORTANT NOTICE.A new updated article from 2023 on this topic has been published here:https://timmyit.com/2023/10/23/invoke-sync-to-all-intune-devices-with-microsoft-graph-powershell-sdk/ The new article covers using the new Microsoft.Graph Powershell SDK instead of the old Intune Powershell SDK that has not been updated since 2019. I recommend you take a look at the newer article.   Continuing

ConfigMgr Current Branch 1802 – Phased deployments

  Late January Microsoft introduced something they called phased deployment in the technical preview 1801 for ConfigMgr and I went through the feature in a blog post here: https://timmyit.com/2018/01/22/configmgr-technical-preview-1801-phased-deployment   2 months later we now have a new ConfigMgr current branch release version 1802 and with that we now have the

Baseline Evaluation with Run script feature in ConfigMgr 1706

One of the new pre-realease features in ConfigMgr 1706 is the Run Script function which makes it possible to run Powershell scripts directly from the ConfigMgr console towards clients. This is a huge benefit to be able to do so because this means as long as the client is active

Import boundaries to SCCM with powershell

  This is the second blog post in a series of two where the first one was about exporting boundaries from ConfigMgr to .CSV files and you can check out that post here: https://timmyit.com/2017/04/25/export-boundaries-from-sccm-with-powershell/ Now its time for us to import it to ConfigMgr and it’s very simple to do, all