Skip to content

Commit

Permalink
Merge pull request #28 from teamviewer/UpdateSynopsisToMDv2
Browse files Browse the repository at this point in the history
Updates synopsis and help
  • Loading branch information
ChristianJ-TV authored Nov 28, 2023
2 parents ca12419 + ca9e2be commit b914d51
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
The default value is `false`, causing the script to ask the user one more time before starting to remove devices.
.EXAMPLE
.\Remove-TeamViewerOutdatedDevice -ExpiryDate '2018-12-17T17:00:00'
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryDate '2018-12-17T17:00:00'
.EXAMPLE
.\Remove-TeamViewerOutdatedDevice -ExpiryDate 2018-12-31 -WhatIf
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryDate 2018-12-31 -WhatIf
.EXAMPLE
.\Remove-TeamViewerOutdatedDevice -ExpiryInterval -Days 10
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryInterval -Days 10
.EXAMPLE
.\Remove-TeamViewerOutdatedDevice -ExpiryInterval -Hours 12 -Force
.\Remove-TeamViewerOutdatedDeviceV2 -ExpiryInterval -Hours 12 -Force
.NOTES
This script requires the TeamViewerPS module to be installed.
Expand Down

0 comments on commit b914d51

Please sign in to comment.