mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-27 16:23:36 +00:00
Merge pull request #4850 from MicrosoftDocs/maximvelichko-patch-3
Working around `/*` incorrectly escaped
This commit is contained in:
@ -96,12 +96,12 @@ Grant Full Disk Access to the following components:
|
|||||||
- Microsoft Defender for Endpoint
|
- Microsoft Defender for Endpoint
|
||||||
- Identifier: `com.microsoft.wdav`
|
- Identifier: `com.microsoft.wdav`
|
||||||
- Identifier Type: Bundle ID
|
- Identifier Type: Bundle ID
|
||||||
- Code Requirement: identifier "com.microsoft.wdav" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /\* exists \*/ and certificate leaf[field.1.2.840.113635.100.6.1.13] /\* exists \*/ and certificate leaf[subject.OU] = UBF8T346G9
|
- Code Requirement: `identifier "com.microsoft.wdav" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9`
|
||||||
|
|
||||||
- Microsoft Defender for Endpoint Security Extension
|
- Microsoft Defender for Endpoint Security Extension
|
||||||
- Identifier: `com.microsoft.wdav.epsext`
|
- Identifier: `com.microsoft.wdav.epsext`
|
||||||
- Identifier Type: Bundle ID
|
- Identifier Type: Bundle ID
|
||||||
- Code Requirement: identifier "com.microsoft.wdav.epsext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9
|
- Code Requirement: `identifier "com.microsoft.wdav.epsext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9`
|
||||||
|
|
||||||
### Network extension policy
|
### Network extension policy
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ As part of the Endpoint Detection and Response capabilities, Microsoft Defender
|
|||||||
- Filter type: Plugin
|
- Filter type: Plugin
|
||||||
- Plugin bundle identifier: `com.microsoft.wdav`
|
- Plugin bundle identifier: `com.microsoft.wdav`
|
||||||
- Filter data provider bundle identifier: `com.microsoft.wdav.netext`
|
- Filter data provider bundle identifier: `com.microsoft.wdav.netext`
|
||||||
- Filter data provider designated requirement: identifier "com.microsoft.wdav.netext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9
|
- Filter data provider designated requirement: `identifier "com.microsoft.wdav.tunnelext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9`
|
||||||
- Filter sockets: `true`
|
- Filter sockets: `true`
|
||||||
|
|
||||||
## Check installation status
|
## Check installation status
|
||||||
|
@ -512,7 +512,7 @@ These steps are applicable of macOS 10.15 (Catalina) or newer.
|
|||||||
|
|
||||||
- Identifier: `com.microsoft.wdav`
|
- Identifier: `com.microsoft.wdav`
|
||||||
- Identifier Type: Bundle ID
|
- Identifier Type: Bundle ID
|
||||||
- Code Requirement: identifier "com.microsoft.wdav" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /\* exists \*/ and certificate leaf[field.1.2.840.113635.100.6.1.13] /\* exists \*/ and certificate leaf[subject.OU] = UBF8T346G9
|
- Code Requirement: `identifier "com.microsoft.wdav" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9`
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
@ -537,7 +537,7 @@ These steps are applicable of macOS 10.15 (Catalina) or newer.
|
|||||||
|
|
||||||
- Identifier: `com.microsoft.wdav.epsext`
|
- Identifier: `com.microsoft.wdav.epsext`
|
||||||
- Identifier Type: Bundle ID
|
- Identifier Type: Bundle ID
|
||||||
- Code Requirement: identifier "com.microsoft.wdav.epsext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9
|
- Code Requirement: `identifier "com.microsoft.wdav.epsext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9`
|
||||||
|
|
||||||
10. Select **+ Add**.
|
10. Select **+ Add**.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user