IT - Solutions - Blog
  • Home
  • Search
  • Consulting
  • about me (Tom)
  • External Contributions
  • Impressum

IT - Solutions - Blog

Tom the IT-Solutionist

KQL - Basics for SOC - Analysts #5 - Summarize
Microsoft

KQL - Basics for SOC - Analysts #5 - Summarize

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage KQL OPERATOR: SummarizeDescription:The summarize operator in

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 6 Apr 2025 • 4 min read
KQL - Basics for SOC - Analysts #0
Azure

KQL - Basics for SOC - Analysts #0

‌❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Introduction:The Kusto Query Language, or KQL

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 31 Mar 2025 • 5 min read
Threat Intelligence in Sentinel
Cloud

Threat Intelligence in Sentinel

‌❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Friendly name (for server): Alienvault-Demo API root

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 26 Mar 2025 • 2 min read
KQL - Basics for SOC - Analysts #4 - Distinct
Azure

KQL - Basics for SOC - Analysts #4 - Distinct

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage KQL OPERATOR: DISTINCTDescription:The distinct operator in

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 30 Jan 2025 • 2 min read
KQL - Basics for SOC - Analysts #3 - Where
KQL

KQL - Basics for SOC - Analysts #3 - Where

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage KQL OPERATOR: WHEREDescription:The where operator in

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 27 Jan 2025 • 2 min read
KQL - Basics for SOC - Analysts #2 - Search
Azure

KQL - Basics for SOC - Analysts #2 - Search

‌❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage KQL OPERATOR: SEARCHDescription:The search operator in

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 21 Jan 2025 • 3 min read
KQL - Basics for SOC - Analysts #1 - Take
Azure

KQL - Basics for SOC - Analysts #1 - Take

‌❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage KQL OPERATOR: TAKEDescription:The take operator in

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 18 Jan 2025 • 3 min read
Kusto Detective Agency (Part 5) - Challenge 4: Ready to Play
Azure

Kusto Detective Agency (Part 5) - Challenge 4: Ready to Play

This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage. Setting up the environment:Return to the

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 15 Jan 2025 • 4 min read
Kusto Detective Agency (Part 4) - Challenge 3: Bank robbery
Azure

Kusto Detective Agency (Part 4) - Challenge 3: Bank robbery

This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage. Setting up the environment:Return to the

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 15 Jan 2025 • 4 min read
Azure Sentinel - SampleData-as-a-service solution
Azure

Azure Sentinel - SampleData-as-a-service solution

‌❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Setting up an Automation AccountNecessary Permission (RBAC)

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 20 Sep 2024 • 2 min read
Creating a Azure Linux VM via Azure CLI
Azure

Creating a Azure Linux VM via Azure CLI

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage ✏️ Note: This step by step guide is

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 17 Sep 2024 • 4 min read
Setting up your FIDO credential on your Security Key on a Windows Device
Security

Setting up your FIDO credential on your Security Key on a Windows Device

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Yubikey Options:Yubikey FIPS (5 Series) optionsSetup:

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 4 Sep 2024 • 3 min read

Azure Advisor and the Well Architected Framework

This post is a part of the Azure Back to School 2024 online event. In this post, I will discuss how Microsoft Azure Advisor works and how it relates to the Well Architected Framework. Prerequisite:some Azure Subscriptions 🔑 with some resources 📦 deployedIntroduction:When operating

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 2 Sep 2024 • 9 min read
Zero Trust ("never trust, always verify") in a Nutshell (in a Microsoft Perspective)
Microsoft

Zero Trust ("never trust, always verify") in a Nutshell (in a Microsoft Perspective)

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Prerequisite:Nothing Pic 1 The castle-and-moat theory

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 4 Jul 2024 • 3 min read
How to Invite a Guest User to your Tenant (as a Global Admin)
Microsoft

How to Invite a Guest User to your Tenant (as a Global Admin)

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Prerequisite:an Office 365 Subscription1. Make sure

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 27 Jun 2024 • 2 min read
Azure Sentinel - Cost Optimized Initial Setup & Configuration
Azure

Azure Sentinel - Cost Optimized Initial Setup & Configuration

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Description:In this blog post I present

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 27 Jun 2024 • 9 min read
How to quickly create a list of all installed software
Windows

How to quickly create a list of all installed software

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Code: $array = @() #Define the variable to hold

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 31 May 2024 • 2 min read

Useful Bash - Styleset (Ubuntu)

# Show current Shell: echo $0 # Change current Shell to Bash chsh -s /bin/bashbashrc - Example: # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 22 Feb 2024 • 2 min read
Microsoft Designer Prompting
AI

Microsoft Designer Prompting

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Prompt: "A server that is delivered as

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 22 Jan 2024 • 1 min read
Azure Stack HCI Deployment 23H2 via the Azure portal
Azure

Azure Stack HCI Deployment 23H2 via the Azure portal

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Prerequisites:Azure Arc registered Node (see Link)

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 22 Jan 2024 • 6 min read
SQL - Backup to URL (SQL on Azure VM to Azure Storage Account)
Azure

SQL - Backup to URL (SQL on Azure VM to Azure Storage Account)

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Info: This documentation shows the implementation using

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 22 Jan 2024 • 3 min read
Register with ARC and assign permissions for Azure Stack HCI Deployment 23H2
Azure

Register with ARC and assign permissions for Azure Stack HCI Deployment 23H2

Prerequisites:a prepared Active Directory (see link)a preconfigured node equipped with Azure Stack HCI OS 23H2 (see link and link)Contributor permissions and User Access Administrator permissions for the

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 18 Jan 2024 • 3 min read
Performing the required Node Configurations for an Azure Stack HCI Deployment (23H2)
Azure

Performing the required Node Configurations for an Azure Stack HCI Deployment (23H2)

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Rename the Host:Network-Setup:Configure a valid

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 15 Jan 2024 • 2 min read
Export and Import Drivers using PNPUTIL if you ar missing Drivers for Azure Stack HCI OS
Azure

Export and Import Drivers using PNPUTIL if you ar missing Drivers for Azure Stack HCI OS

❕This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage If you do not have certified hardware

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 15 Jan 2024 • 2 min read
Prepare Active Directory for Azure Stack HCI Deployment - 23H2
Azure

Prepare Active Directory for Azure Stack HCI Deployment - 23H2

This article has not been completed yet. However, it may already contain   helpful Information and therefore it has been published at this stage Install-Module AsHciADArtifactsPreCreationTool -Repository PSGallery -ForceAdd-KdsRootKey -EffectiveTime ((Get-Date)

  • Thomas Bründl
    Thomas Bründl
Thomas Bründl 13 Jan 2024 • 2 min read
IT - Solutions - Blog
  • Home
  • Search
  • Consulting
  • about me (Tom)
  • External Contributions
  • Impressum
IT - Solutions - Blog © 2025
Latest Posts Twitter Ghost