mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Fixed Syntax errors in applocker-csp.md
This commit is contained in:
parent
57ceb89b65
commit
65f3339a27
@ -289,9 +289,9 @@ The following table show the mapping of information to the AppLocker publisher r
|
|||||||
Here is an example AppLocker publisher rule:
|
Here is an example AppLocker publisher rule:
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
FilePublisherCondition PublisherName="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProductName="Microsoft.Reader" BinaryName="*">
|
<FilePublisherCondition PublisherName="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProductName="Microsoft.Reader" BinaryName="*">
|
||||||
<BinaryVersionRange LowSection="*" HighSection="*" />
|
<BinaryVersionRange LowSection="*" HighSection="*" />
|
||||||
</FilePublisherCondition>
|
</FilePublisherCondition>
|
||||||
```
|
```
|
||||||
|
|
||||||
You can get the publisher name and product name of apps using a web API.
|
You can get the publisher name and product name of apps using a web API.
|
||||||
@ -299,7 +299,7 @@ You can get the publisher name and product name of apps using a web API.
|
|||||||
**To find publisher and product name for Microsoft apps in Microsoft Store for Business**
|
**To find publisher and product name for Microsoft apps in Microsoft Store for Business**
|
||||||
|
|
||||||
1. Go to the Microsoft Store for Business website, and find your app. For example, Microsoft OneNote.
|
1. Go to the Microsoft Store for Business website, and find your app. For example, Microsoft OneNote.
|
||||||
2. Copy the ID value from the app URL. For example, Microsoft OneNote's ID URL is https:<span><\span>//www.microsoft.com/store/apps/onenote/9wzdncrfhvjl, and you'd copy the ID value, **9wzdncrfhvjl**.
|
2. Copy the ID value from the app URL. For example, Microsoft OneNote's ID URL is https://www.microsoft.com/store/apps/onenote/9wzdncrfhvjl, and you'd copy the ID value, **9wzdncrfhvjl**.
|
||||||
3. In your browser, run the Store for Business portal web API, to return a JavaScript Object Notation (JSON) file that includes the publisher and product name values.
|
3. In your browser, run the Store for Business portal web API, to return a JavaScript Object Notation (JSON) file that includes the publisher and product name values.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@ -313,14 +313,11 @@ You can get the publisher name and product name of apps using a web API.
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td><p>https://bspmts.mp.microsoft.com/v1/public/catalog/Retail/Products/{app ID}/applockerdata</p></td>
|
<td><p><code>https://bspmts.mp.microsoft.com/v1/public/catalog/Retail/Products/{app ID}/applockerdata</code></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
~~~
|
|
||||||
Here is the example for Microsoft OneNote:
|
Here is the example for Microsoft OneNote:
|
||||||
|
|
||||||
Request
|
Request
|
||||||
@ -339,7 +336,6 @@ Result
|
|||||||
"publisherCertificateName": "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
"publisherCertificateName": "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
~~~
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user