File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Set-TeamViewerDevicesPolicy Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ There is also the option to exclude specific devices by their device ID.
23
23
.\Set-TeamViewerDevicesPolicy.ps1 -PolicyId "Pol123" -FilterGroupNames "Group1"
24
24
```
25
25
26
+ ### Set the policy of all but two specific devices in a company to "inherit"
27
+
28
+ ```
29
+ .\Set-TeamViewerDevicesPolicy.ps1 -ExcludedDeviceIds "d12345678","d90123456"
30
+ ```
31
+
26
32
## More help
27
33
28
34
To get further help about the script and its parameters, execute the
Original file line number Diff line number Diff line change 38
38
Optionally apply policy changes only to devices that are member of the groups
39
39
with the given IDs.
40
40
41
- . PARAMETER ExcludeDeviceIds
41
+ . PARAMETER ExcludedDeviceIds
42
42
Optionally exclude devices with the given IDs from the policy changes.
43
43
44
44
. EXAMPLE
53
53
. EXAMPLE
54
54
.\Set-TeamViewerDevicesPolicy.ps1 -PolicyId '388e8704-0f4a-4b4d-bdbf-2be823ae690f'
55
55
56
+ . EXAMPLE
57
+ .\Set-TeamViewerDevicesPolicy.ps1 -ExcludedDeviceIds 'd12345678','d90123456'
58
+
56
59
. NOTES
57
60
Copyright (c) 2019 TeamViewer GmbH
58
61
See file LICENSE.txt
You can’t perform that action at this time.
0 commit comments