Pouyan Khabazi

Results 13 comments of Pouyan Khabazi

@fukusuket just tested your proposed change on a M1 Mac but I am still getting the same error: ![image](https://user-images.githubusercontent.com/20944041/171380349-f9d1c2bc-9044-4e14-847f-50c51b0513c5.png)

> @fukusuket just tested your proposed change on a M1 Mac but I am still getting the same error: > > ![image](https://user-images.githubusercontent.com/20944041/171380349-f9d1c2bc-9044-4e14-847f-50c51b0513c5.png) Issue is solved, thanks for the update!

hi @spartan117au thanks for the feedback! I think this is a good idea. I will see if someone likes to work on this request.

Thanks for the update @bgelens, @kay07949 is currently working on this issue. Please see if you can help each other to solve the issue

Hi @BubbaNL thanks for the feedback, I will update the function to also include -All switch

hi @Jaa9 Thanks for your feedback. alertRuleTemplateName needs to be the GUID name of the template rule and not the display name. you can use Get-AzSentinelAlertRuleTemplates to get the correct...

hi @jutlag, The property "resourceGroupName" is not port of AzSentinel so I think you are using the MS PowerShell module. In AzSentinel Tactics are configured as following: ``` PowerShell -Tactics...

can you try running it as following: ``` PowerShell AzSentinel\New-AzSentinelAlertRule -WorkspaceName "dev" -DisplayName "test0103" -Description "something" -Severity High -Enabled $true -Query 'SecurityEvent' -QueryFrequency "5H" -QueryPeriod "6H" -TriggerOperator GreaterThan -TriggerThreshold 5...

hi @pemontto thanks for the feedback, sounds as a good proposal. Do you have some code example or working solution that I can integrate in AzSentinel?

hi @JaimePolo thanks for the feedback. Which permission do you have on the Azure subscription? If it's the first time you are trying to enable Azure Sentinel on the subscription...