Related Articles
Azure Stack – ASDK Syslog Client Meets Log Analytics
In my previous post I blogged about how to install the latest version of Azure Stack Development Kit. Release 1.1809.0.90 has a built-in syslog client which I wanted to test. Azure Log Analytics supports syslog messages and therefore I think it is a valid solution to use it with Azure Stack. Sounds very cool in […]
SCOM 2012 Maintenance Mode Script – Computer maintenance mode depending on SCCM 2012 collection membership
Maintenance mode is always something you are facing during System Center setups. Let’s say you have a SCCM administrator who want’s to deploy it’s Windows updates on a certain day e.g. Tuesday @ 08.00 p.m. o’clock, and he also decides to reboot each server forcefully after successful deployment. Because we (SCOM administrators) have to find […]
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. […]