Good day to all,
Hesham_Saad, thank you for sharing this with the Microsoft community.
We are trying to use the PowerShell script in order to deploy Sentinel and connect MS systems to it.
1. We found that in line 66 in PowerShell script -Sku Standard is unnecessary. Before we removed it, we had errors while creating Workspace and Sentinel.
2. While connecting Microsoft systems, we have the following error:
AzureSecurityCenter data connector is not enabled yet
Enabling data connector AzureSecurityCenter
Write-Error: /home/mikhail/SentinelallInOne1.ps1:285
Line285 | EnableOrUpdateDataconnector $baseUri $connectorProperties.gui …
Unable to enable data connector AzureSecurityCenter with error:
The only connector that doesn't show it is AzureActivityLog.
And the most interesting thing here is that after all errors, Sentinel has all connectors connected and working properly.
Has anyone experienced the same behaviour?