How to Find App Bundle ID for iOS Apps

Background Sometimes when working with Intune you will come across settings that require you to supply the App Bundle ID for apps you want to configure.The documentation for Intune has a list of all build-in apps from Apple and can be found here. An example of when this would be…

0 Comments
Create Powershell GUI with WPF

I recently switched to WPF to create graphical interfaces for my tools.In this post I will show you a very simple way of creating the GUI using Visual Studio. Previously I was using WinForms and creating everything manually and eventually, I got tired of this since it took a lot…

0 Comments
Powershell – Connect to Exchange Online

Connect to Exchange Online using powershell I thought that I would share my script to connect to Exchange Online. It is quite simple but is required to be able to work with Exchange Online together with Powershell.This version also uses an URI that supports uploading user photos that are up…

0 Comments