mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 22:37:22 +00:00
Merge pull request #3365 from MicrosoftDocs/macky-test
Removed $ in code samples and hyphens
This commit is contained in:
commit
0c44015b1d
@ -80,8 +80,8 @@ The following downloadable spreadsheet lists the services and their associated U
|
|||||||
|
|
||||||
|
|
||||||
Microsoft Defender ATP can discover a proxy server by using the following discovery methods:
|
Microsoft Defender ATP can discover a proxy server by using the following discovery methods:
|
||||||
- Proxy auto-config (PAC)
|
- Proxy autoconfig (PAC)
|
||||||
- Web Proxy Auto-discovery Protocol (WPAD)
|
- Web Proxy Autodiscovery Protocol (WPAD)
|
||||||
- Manual static proxy configuration
|
- Manual static proxy configuration
|
||||||
|
|
||||||
If a proxy or firewall is blocking anonymous traffic, make sure that anonymous traffic is permitted in the previously listed URLs.
|
If a proxy or firewall is blocking anonymous traffic, make sure that anonymous traffic is permitted in the previously listed URLs.
|
||||||
@ -96,7 +96,7 @@ To test that a connection is not blocked, open [https://x.cp.wd.microsoft.com/ap
|
|||||||
If you prefer the command line, you can also check the connection by running the following command in Terminal:
|
If you prefer the command line, you can also check the connection by running the following command in Terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl -w ' %{url_effective}\n' 'https://x.cp.wd.microsoft.com/api/report' 'https://cdn.x.cp.wd.microsoft.com/ping'
|
curl -w ' %{url_effective}\n' 'https://x.cp.wd.microsoft.com/api/report' 'https://cdn.x.cp.wd.microsoft.com/ping'
|
||||||
```
|
```
|
||||||
|
|
||||||
The output from this command should be similar to the following:
|
The output from this command should be similar to the following:
|
||||||
@ -110,7 +110,7 @@ The output from this command should be similar to the following:
|
|||||||
|
|
||||||
Once Microsoft Defender ATP is installed, connectivity can be validated by running the following command in Terminal:
|
Once Microsoft Defender ATP is installed, connectivity can be validated by running the following command in Terminal:
|
||||||
```bash
|
```bash
|
||||||
$ mdatp --connectivity-test
|
mdatp --connectivity-test
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to update Microsoft Defender ATP for Mac
|
## How to update Microsoft Defender ATP for Mac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user