Related Articles
SCSM – SMLets “The criteria could not be parsed. See inner exception for details.”
If you are using the SMLets from codeplex in combination with PowerShell remoting to retrieve information from Service Manager it could well be that you hit this error: The criteria could not be parsed. See inner exception for details. + CategoryInfo : OperationStopped: (:) [], InvalidCriteriaException + FullyQualifiedErrorId : The criteria could not […]
SCOMfaq@System Center SP1 TAP Airlift in Redmond
Good news, from September 17th to 19th I will be in Redmond on the Microsoft Campus for the System Center 2012 SP1 TAP Airlift. Together with MVP Marcel Zehner (http://blog.scsmfaq.ch) and Thomas Maurer (http://www.thomasmaurer.ch) we hopefully will see great news and improvements in System Center 2012 SP1. It is my second Airlift and from my […]
Azure Functions – Programmatically List All Subscriptions in Your Tenant Using Resource Graph & C#
Recently I have been working quite a bit with Azure Functions and C#. Therefore it is time to post some interesting code – at least in my opinion. One problem I wanted to solve was to list all subscriptions within your tenant having tag information and if possible the solution should be easy to extend. […]