top of page

READ ABOUT CUTTING EDGE TECHNOLOGIES, AND CLOUD COMPUTING.
Scroll down to read about Cloud Technologies.
Blogs on Futuristic Technologies, Cloud Computing, Azure Cloud, Azure Security, Azure Monitor, Azure Sentinel, Azure Log Analytics, Azure Automation, Azure Defender, KQL and many other things.
LEARN AND GROW
Learn and Grow
Search
Keshav Jain
Nov 8, 20211 min read
Azure Sentinel will now be known as 'Microsoft Sentinel'
Name changes that Microsoft has announced at Ignite 2021. Azure Sentinel Microsoft Sentinel Azure Defender and Azure...
63 views0 comments


Keshav Jain
May 29, 20211 min read
Configure the Azure Sentinel.
Learn how to configure Azure Sentinel. If you are preparing for SC200 examination then its important to learn how to configure the Azure...
82 views0 comments
Keshav Jain
May 22, 20211 min read
Learn how to write your first KQL query!
KQL is quite important in Azure SECOPS domain. Azure Sentinel, Azure Monitor, Defender suite, etc. are powered by KQL . Sometime when...
161 views0 comments






Keshav Jain
Mar 28, 20211 min read
Azure Sentinel KQL Query to generate report of Users and Authentication Methods they have used.
Below KQL query will generate the report that generate report of Users and Authentication Methods they have used. SigninLogs | extend...
1,321 views0 comments

Keshav Jain
Mar 24, 20212 min read
Azure Sentinel Playbook Code for pulling up the IP Address from the Alert.
{ "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",...
450 views0 comments
Keshav Jain
Mar 2, 20211 min read
KQL Query in Sentinel to generate report of Users and details the Authentication Methods they have u
SigninLogs | extend authenticationMethod_ = tostring(parse_json(AuthenticationDetails)[0].authenticationMethod) | extend...
722 views0 comments

Keshav Jain
Feb 16, 20211 min read
Azure Sentinel Defender Connectors Explained.
I have been working on the Sentinel for quite a long. Off late I got a task to explore the Defender Connectors. When I looked first into...
1,242 views0 comments
![Unable to cast object of type ‘System.String’ to type ‘System.Object[]’.](https://static.wixstatic.com/media/216889_f63863182b914d7abcafa70dd41ed631~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_auto/216889_f63863182b914d7abcafa70dd41ed631~mv2.webp)
Keshav Jain
Jul 16, 20201 min read
Unable to cast object of type ‘System.String’ to type ‘System.Object[]’.
Environment: Azure Automation. Runbook Type: PowerShell. Mostly this problem arises in Azure Automation Runbook, if you are passing Array...
2,188 views0 comments
Keshav Jain
Feb 19, 20201 min read
Lesson learnt while installing the SysTrack 9.0
Just out of curiosity I thought on installing the Lakeside SysTrack 9.0 on Azure Virtual Machine. Here are few things I learnt. You can’t...
20 views0 comments

Keshav Jain
Feb 5, 20203 min read
Configuring the Domain Controller on the Azure VM and then putting another VM in domain.
Configuring the Domain Controller on the Azure VM and then putting another VM in domain. While working as part of the monitoring team I...
12 views0 comments
Keshav Jain
Feb 3, 20201 min read
Building the Resiliency in the Infrastructure with Azure Automation PowerShell Runbooks
Here is the copy of my session on “Building the Resiliency in the Infrastructure withAzure Automation PowerShell Runbooks” at Expert Live...
6 views0 comments
Keshav Jain
Dec 4, 20191 min read
[Azure Log Analytics\Azure Monitor] Extracting the values from $webhookdata.
While configuring the alerts and action groups, $webhoodata is used to provide input to the Azure Automation based runbooks. More...
143 views0 comments
Keshav Jain
Sep 27, 20192 min read
SCOM 2019 Report Deployment is failing.
Environment :- SCOM 2019, SQL 2017, SSRS 2017. SCOM 2019 report deployment is failing with the errors:- Failed to deploy reporting...
1,539 views0 comments
Keshav Jain
Apr 29, 20191 min read
Slides for my session “Monitoring and Managing the Hybrid Infrastructure with Azure Monitors a
azureDownload
4 views0 comments


Keshav Jain
Jan 3, 20191 min read
The Journey Begins
Thanks for joining me! Good company in a journey makes the way seem shorter. — Izaak Walton
3 views0 comments
bottom of page