mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 18:17:22 +00:00
add syntax
This commit is contained in:
parent
7e3be9134c
commit
36e430e88a
@ -55,7 +55,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:
|
||||||
|
|
||||||
```
|
```syntax
|
||||||
$webclient=New-Object System.Net.WebClient
|
$webclient=New-Object System.Net.WebClient
|
||||||
$creds=Get-Credential
|
$creds=Get-Credential
|
||||||
$webclient.Proxy.Credentials=$creds
|
$webclient.Proxy.Credentials=$creds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user