In earlier blogs we have had an introduction to Microsoft Graph and what we can do with Microsoft Intune via the Microsoft Graph API. In this blog I want to add PowerShell to the story and show what we need to use PowerShell to access Microsoft Intune via the Microsoft Graph API. As you may […]
READ MOREIn part 1 I gave a brief introduction to Microsoft Graph API. In this part I’ll explain how to get started and give you some useful examples. As I mentioned in Part 1, almost everything that can be done in the Intune portal can be automated via REST API calls to the Microsoft Graph API. […]
READ MORESince I attended David Falkus‘s Graph API session in Boston, I got enthusiastic about the Microsoft Graph API for Microsoft Intune. As an Azure and Intune (EM+S) expert, one of the features I have been missing the most is the ability to automate repetitive tasks. Not having this option in Microsoft Intune standalone was often […]
READ MOREToday I was at one of my customers and looked at an issue that my Clean up Powershell script was not working anymore. While troubleshooting I noticed that the script was exited with a Quota Violation error, since they also has some WMI issues since a power outage a couple of weeks ago I thought […]
READ MOREWhen using a service account to run for instance my “cleaning ConfigMgr” Powershell script you may run in to an error. When trying to access the Windows PowerShell drive that is mapped to your Primary Site you will receive the following error: “set-location : Cannot find drive. A drive with the name <primary site> does […]
READ MOREToday I released a new version of the “Cleanup in AD deleted devices via Powershell in ConfigMgr 2012 SP1” script that was originally released in March of this year. In this new version the following is changed: Ability to set the Maximum Query Result Size of ConfigMgr 2012 SP1, by default this is 1000 items […]
READ MOREI am not a real scripting guy but for one of my customers I wrote a Powershell script that allows you to delete devices in Configuration Manager 2012 SP1 that have been deleted from the Active Directory. This way the customer is able to keep its Configuration Manager database clean and update date. With the release of Service Pack 1 for Configuration […]
READ MOREIn my series about my top 10 of new features in Configuration Manager 2012 SP1 I would like to dedicate this blog on the Powershell 3.0 support. I am not a Powershell expert but I will try to show you some tricks 😉 When starting the Configuration Manager 2012 SP1 Console you need to click […]
READ MOREThis blog is initiated by a question asked to Wally Mead during the SCUG Netherlands event last week. The question was if there is any PowerShell support for Boot Images in Configuration Manager 2012 Service Pack 1. In this blog I would like to show you how to add the PowerShell support to WinPE boot images from the Configuration […]
READ MOREWhen migrating from Exchange 2003 often in the combination when a customer uses a third party utility to create user accounts you can get into trouble with trailing whitespaces in the Display name of the user. A user with a trailing whitespace in the display name cannot be managed by the Exchange Management Console (EMC) […]
READ MOREThe function is there for ages, but I am always forget the following administrative feature. 😉 Sometimes when a employee is unavailable for a longer time, due an extended holiday or sickness, you often will get the request to give access to the mail of the employee. You can do this like mentioned in an earlier […]
READ MORE