mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 19:33:37 +00:00
Update mac-install-manually.md
fixed Commands to enable the copy button & paste to work in terminal window without the need to remove leading $ or results in the command boxes
This commit is contained in:
@ -81,21 +81,19 @@ The installation proceeds.
|
|||||||
The client machine is not associated with orgId. Note that the *orgId* attribute is blank.
|
The client machine is not associated with orgId. Note that the *orgId* attribute is blank.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ mdatp --health orgId
|
mdatp --health orgId
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the Python script to install the configuration file:
|
2. Run the Python script to install the configuration file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ /usr/bin/python MicrosoftDefenderATPOnboardingMacOs.py
|
/usr/bin/python MicrosoftDefenderATPOnboardingMacOs.py
|
||||||
Generating /Library/Application Support/Microsoft/Defender/com.microsoft.wdav.atp.plist ... (You may be required to enter sudos password)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Verify that the machine is now associated with your organization and reports a valid *orgId*:
|
3. Verify that the machine is now associated with your organization and reports a valid *orgId*:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ mdatp --health orgId
|
mdatp --health orgId
|
||||||
E6875323-A6C0-4C60-87AD-114BBE7439B8
|
|
||||||
```
|
```
|
||||||
|
|
||||||
After installation, you'll see the Microsoft Defender icon in the macOS status bar in the top-right corner.
|
After installation, you'll see the Microsoft Defender icon in the macOS status bar in the top-right corner.
|
||||||
|
Reference in New Issue
Block a user