File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Remove-TeamViewerOutdatedDeviceV2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
The default value is `false`, causing the script to ask the user one more time before starting to remove devices.
42
42
43
43
. EXAMPLE
44
- .\Remove-TeamViewerOutdatedDevice -ExpiryDate '2018-12-17T17:00:00'
44
+ .\Remove-TeamViewerOutdatedDeviceV2 -ExpiryDate '2018-12-17T17:00:00'
45
45
46
46
. EXAMPLE
47
- .\Remove-TeamViewerOutdatedDevice -ExpiryDate 2018-12-31 -WhatIf
47
+ .\Remove-TeamViewerOutdatedDeviceV2 -ExpiryDate 2018-12-31 -WhatIf
48
48
49
49
. EXAMPLE
50
- .\Remove-TeamViewerOutdatedDevice -ExpiryInterval -Days 10
50
+ .\Remove-TeamViewerOutdatedDeviceV2 -ExpiryInterval -Days 10
51
51
52
52
. EXAMPLE
53
- .\Remove-TeamViewerOutdatedDevice -ExpiryInterval -Hours 12 -Force
53
+ .\Remove-TeamViewerOutdatedDeviceV2 -ExpiryInterval -Hours 12 -Force
54
54
55
55
. NOTES
56
56
This script requires the TeamViewerPS module to be installed.
You can’t perform that action at this time.
0 commit comments