Skip to content

Commit ca9e2be

Browse files
Updates synopsis and help
Updates synopsis and indirectly the help of the function.
1 parent ca12419 commit ca9e2be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Remove-TeamViewerOutdatedDeviceV2/Remove-TeamViewerOutdatedDeviceV2.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
The default value is `false`, causing the script to ask the user one more time before starting to remove devices.
4242
4343
.EXAMPLE
44-
.\Remove-TeamViewerOutdatedDevice -ExpiryDate '2018-12-17T17:00:00'
44+
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryDate '2018-12-17T17:00:00'
4545
4646
.EXAMPLE
47-
.\Remove-TeamViewerOutdatedDevice -ExpiryDate 2018-12-31 -WhatIf
47+
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryDate 2018-12-31 -WhatIf
4848
4949
.EXAMPLE
50-
.\Remove-TeamViewerOutdatedDevice -ExpiryInterval -Days 10
50+
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryInterval -Days 10
5151
5252
.EXAMPLE
53-
.\Remove-TeamViewerOutdatedDevice -ExpiryInterval -Hours 12 -Force
53+
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryInterval -Hours 12 -Force
5454
5555
.NOTES
5656
This script requires the TeamViewerPS module to be installed.

0 commit comments

Comments
 (0)