Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Export-AzSentinel.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ With this function you can export Azure Sentinel configuration

### EXAMPLE 1
```
Export-AzSentinel -WorkspaceName '' -Path C:\Temp\ -Kind All
Export-AzSentinel -WorkspaceName '' -OutputFolder C:\Temp\ -Kind All
In this example you export Alert, Hunting and Template rules
```

### EXAMPLE 2
```
Export-AzSentinel -WorkspaceName '' -Path C:\Temp\ -Kind Templates
Export-AzSentinel -WorkspaceName '' -OutputFolder C:\Temp\ -Kind Templates
In this example you export only the Templates
```

### EXAMPLE 3
```
Export-AzSentinel -WorkspaceName '' -Path C:\Temp\ -Kind Alert
Export-AzSentinel -WorkspaceName '' -OutputFolder C:\Temp\ -Kind Alert
In this example you export only the Scheduled Alert rules
```

Expand Down