-
Notifications
You must be signed in to change notification settings - Fork 82
Set AzSentinel
PKhabazi edited this page Sep 5, 2019
·
4 revisions
Enable Azure Sentinel
Set-AzSentinel [-Subscription] <String> [-ResourceGroup] <String> [-Workspace] <String> [[-Test] <Boolean>]
[<CommonParameters>]
This function enables Azure Sentinel trough Rest API Call
Set-AzSentinel -Subscription "" -ResourceGroup "" -Workspace ""
Run in production mode, changes will be applied
Set-AzSentinel -Subscription "" -ResourceGroup "" -Workspace "" -Test $true -Verbose
Run in Test mode and verbose mode, no changes will be applied
Enter the subscription ID where the Workspace is deployed
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enter the resourceGroup name where the Workspace is deployed
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enter the Workspace name
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Set $true if you want to run in tests mode without pushing any change
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.