remove fetching tokens block

This commit is contained in:
Joey Caparas
2017-03-16 15:33:14 -07:00
parent 8735a59010
commit 3df9bc81a2

View File

@ -49,16 +49,6 @@ This step will guide you in creating an alert definition and an IOC for a malici
3. Run the script and verify that the operation succeeded in the results the window. Wait up to 20 minutes until the new or updated alert definition propagates to the detection engines.
Example message:
```
Fetching an access token
Token fetched successfully
Creating an Alert definition
Alert Definition successfully created
Creating an Indicator of Compromise
Indicator of Compromise created successfully
All done!
```
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.
```