Related Articles
Advanced Threat Analytics – Silent Installation “Adventure”
Well I love to automate things a lot using PowerShell – really I do! The success of automation depends on two major things. First there are the detailed requirements and secondly technical documentation of your stuff you want to automate. In reality, most projects do not cover both parameters in a satisfying way at all. […]
Azure – Azure Mask
I really like to do presentations about the latest and greatest Microsoft Azure technology. One big security problem I always have is that e.g. Subscription ID, email addresses, keys etc. are visible on a big screen or visible in the session recordings afterwards. A very nice tool to hide such sensitive information is a browser […]
Azure Log Analytics – Testing JOINs Part 2
In part 1 we got a pretty good understanding how joins work and what the results are. To make this a complete series we will now work on the remaining join types. Full Outer The fullouter join is a join that shows in addition to the inner matches, there’s a row for every row on […]