Send custom notifications with intune powershell sdk

Last week (Week of July 22, 2019) Microsoft released a new feature in Intune where admins now can send custom notifications to the Company Portal app to Android and iOS devices. A short explenation of the function is that you send a notification to the Company portal application on iOS

Intune Powershell SDK – 2019

Back in 2018 I wrote a post about the Intune powershell SDK and explaining how to install it. What is the Intune Powershell SDK ? Its a powershell module which contains 1569 cmdlets, yes you read that correctly 1569 different cmdlets to help IT pro’s automate and manage their Intune

ConfigMgr Technical Preview 1710 – Run script update

  Last night for us Europeans there was another ConfigMgr Technical Preview release and this time its version 1710. There are many new great features indroduced to this Technical Preview and the full overview you can find over at Microsoft. https://docs.microsoft.com/en-us/sccm/core/get-started/capabilities-in-technical-preview-1710   In this post I will focus on one

Powershell script to output every direct rule WMI query used by device collections in ConfigMgr

I want to share a script that came about after i wanted to get hold of all the WMI-queries that’s been created and used for populating different device collections without need to go in to every single one of them and extract the query manually. Especially if you are dealing

LAPS Powershell installation script for Domain controllers

Continuing with LAPS, if you don’t know what LAPS is you should read this https://technet.microsoft.com/en-us/mt227395.aspx?f=255&MSPPError=-2147217396 And take a look at my earlier post https://timmyit.com/2017/03/19/quick-overview-of-local-administrator-password-solution-laps/   Steps to Install So, I created a powershell script that will help install LAPS on your DC and configure most of the things automatically tho

Making a GUI with Powershell Studio to run cmrcviewer.exe with logging

    I did a blog post few weeks back talking about how to do logging with Cmrcviewer and powershell (Here) That works great but if you intend to give it to someone else for example help desk you might wanna consider to make GUI for it instead of having