mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
fix note
This commit is contained in:
@ -43,8 +43,8 @@ This step will guide you in creating an alert definition and an IOC for a malici
|
|||||||
|
|
||||||
2. Copy and paste the following PowerShell script. This script will upload a sample alert definition and IOC to Windows Defender ATP which you can use to generate an alert.
|
2. Copy and paste the following PowerShell script. This script will upload a sample alert definition and IOC to Windows Defender ATP which you can use to generate an alert.
|
||||||
|
|
||||||
>[!NOTE]
|
NOTE:<br>
|
||||||
>Make sure you replace the `authUrl`, `clientId`, and `clientSecret` values with your details which you saved in when you enabled the threat intelligence application.
|
Make sure you replace the `authUrl`, `clientId`, and `clientSecret` values with your details which you saved in when you enabled the threat intelligence application.
|
||||||
|
|
||||||
[!code[ExampleScript](./code/example-script.ps1#L1-L60)]
|
[!code[ExampleScript](./code/example-script.ps1#L1-L60)]
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ This step will guide you in creating an alert definition and an IOC for a malici
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
NOTE:</br>
|
NOTE:<br>
|
||||||
If you get the exception “The remote server returned an error: (407) Proxy Authentication Required", you need to add the proxy configuration by adding the following code to the PowerShell script:
|
If you get the exception “The remote server returned an error: (407) Proxy Authentication Required", you need to add the proxy configuration by adding the following code to the PowerShell script:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user