mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 07:47:22 +00:00
Change vendor IDs to ones that don't exist
This commit is contained in:
parent
96419fa1af
commit
6c3e33b337
@ -238,7 +238,7 @@ The following example shows how program execution from removable media can be di
|
|||||||
|
|
||||||
## Restrict all devices from specific vendors
|
## Restrict all devices from specific vendors
|
||||||
|
|
||||||
The following example restricts all devices from specific vendors (in this case identified by `090c` and `8068`). All other devices will be unrestricted, since the permission defined at the top level of the policy lists all possible permissions (read, write, and execute).
|
The following example restricts all devices from specific vendors (in this case identified by `fff0` and `4525`). All other devices will be unrestricted, since the permission defined at the top level of the policy lists all possible permissions (read, write, and execute).
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
@ -298,14 +298,14 @@ The following example restricts all devices from specific vendors (in this case
|
|||||||
</array>
|
</array>
|
||||||
<key>vendors</key>
|
<key>vendors</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>090c</key>
|
<key>fff0</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>permission</key>
|
<key>permission</key>
|
||||||
<array>
|
<array>
|
||||||
<string>none</string>
|
<string>none</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>8068</key>
|
<key>4525</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>permission</key>
|
<key>permission</key>
|
||||||
<array>
|
<array>
|
||||||
@ -323,7 +323,7 @@ The following example restricts all devices from specific vendors (in this case
|
|||||||
|
|
||||||
## Restrict specific devices identified by vendor ID, product ID, and serial number
|
## Restrict specific devices identified by vendor ID, product ID, and serial number
|
||||||
|
|
||||||
The following example restricts two specific devices, identified by vendor ID `090c`, product ID `1000`, and serial numbers `04ZSSMHI2O7WBVOA` and `04ZSSMHI2O7WBVOB`. At all other levels of the policy the permissions include all possible values (read, write, and execute), meaning that all other devices will be unrestricted.
|
The following example restricts two specific devices, identified by vendor ID `fff0`, product ID `1000`, and serial numbers `04ZSSMHI2O7WBVOA` and `04ZSSMHI2O7WBVOB`. At all other levels of the policy the permissions include all possible values (read, write, and execute), meaning that all other devices will be unrestricted.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
@ -383,7 +383,7 @@ The following example restricts two specific devices, identified by vendor ID `0
|
|||||||
</array>
|
</array>
|
||||||
<key>vendors</key>
|
<key>vendors</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>090c</key>
|
<key>fff0</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>permission</key>
|
<key>permission</key>
|
||||||
<array>
|
<array>
|
||||||
|
@ -115,7 +115,7 @@ The following example shows how program execution from removable media can be di
|
|||||||
|
|
||||||
## Restrict all devices from specific vendors
|
## Restrict all devices from specific vendors
|
||||||
|
|
||||||
The following example restricts all devices from specific vendors (in this case identified by `090c` and `8068`). All other devices will be unrestricted, since the permission defined at the top level of the policy lists all possible permissions (read, write, and execute).
|
The following example restricts all devices from specific vendors (in this case identified by `fff0` and `4525`). All other devices will be unrestricted, since the permission defined at the top level of the policy lists all possible permissions (read, write, and execute).
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
@ -136,14 +136,14 @@ The following example restricts all devices from specific vendors (in this case
|
|||||||
</array>
|
</array>
|
||||||
<key>vendors</key>
|
<key>vendors</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>090c</key>
|
<key>fff0</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>permission</key>
|
<key>permission</key>
|
||||||
<array>
|
<array>
|
||||||
<string>none</string>
|
<string>none</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>8068</key>
|
<key>4525</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>permission</key>
|
<key>permission</key>
|
||||||
<array>
|
<array>
|
||||||
@ -159,7 +159,7 @@ The following example restricts all devices from specific vendors (in this case
|
|||||||
|
|
||||||
## Restrict specific devices identified by vendor ID, product ID, and serial number
|
## Restrict specific devices identified by vendor ID, product ID, and serial number
|
||||||
|
|
||||||
The following example restricts two specific devices, identified by vendor ID `090c`, product ID `1000`, and serial numbers `04ZSSMHI2O7WBVOA` and `04ZSSMHI2O7WBVOB`. At all other levels of the policy the permissions include all possible values (read, write, and execute), meaning that all other devices will be unrestricted.
|
The following example restricts two specific devices, identified by vendor ID `fff0`, product ID `1000`, and serial numbers `04ZSSMHI2O7WBVOA` and `04ZSSMHI2O7WBVOB`. At all other levels of the policy the permissions include all possible values (read, write, and execute), meaning that all other devices will be unrestricted.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
@ -180,7 +180,7 @@ The following example restricts two specific devices, identified by vendor ID `0
|
|||||||
</array>
|
</array>
|
||||||
<key>vendors</key>
|
<key>vendors</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>090c</key>
|
<key>fff0</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>permission</key>
|
<key>permission</key>
|
||||||
<array>
|
<array>
|
||||||
|
@ -349,7 +349,7 @@ Example of output:
|
|||||||
```Output
|
```Output
|
||||||
.Device(s)
|
.Device(s)
|
||||||
|-o Name: Untitled 1, Permission ["read", "execute"]
|
|-o Name: Untitled 1, Permission ["read", "execute"]
|
||||||
| |-o Vendor: General "090c"
|
| |-o Vendor: General "fff0"
|
||||||
| |-o Product: USB Flash Disk "1000"
|
| |-o Product: USB Flash Disk "1000"
|
||||||
| |-o Serial number: "04ZSSMHI2O7WBVOA"
|
| |-o Serial number: "04ZSSMHI2O7WBVOA"
|
||||||
| |-o Mount point: "/Volumes/TESTUSB"
|
| |-o Mount point: "/Volumes/TESTUSB"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user