Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,217 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What function to use or code to write in Azure portal (KQL) for generating random alpha- numeric passwords for users account?
I needed similar, so did this (basic example).
I just removed the "-" from the GUID and took a random part of the answer:
Take a look at the new_guild() function: https://learn.microsoft.com/azure/data-explorer/kusto/query/newguidfunction.