en-US/about_TeamViewerPS.help.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
TOPIC
about_teamviewerps SHORT DESCRIPTION TeamViewerPS allows to interact with the TeamViewer Web API as well as a locally installed TeamViewer client. LONG DESCRIPTION TeamViewerPS allows to interact with the TeamViewer Web API as well as a locally installed TeamViewer client. The module provides functions for the following categories: Computers & Contacts list Remotely manage the Computers & Contacts list via the TeamViewer Web API. The following functions are available in this category: `Get-TeamViewerContact` `Get-TeamViewerDevice` `Get-TeamViewerGroup` `New-TeamViewerContact` `New-TeamViewerDevice` `New-TeamViewerGroup` `Remove-TeamViewerContact` `Remove-TeamViewerDevice` `Remove-TeamViewerGroup` `Set-TeamViewerDevice` `Set-TeamViewerGroup` `Publish-TeamViewerGroup` `Unpublish-TeamViewerGroup` User management Remotely manage the user accounts of a TeamViewer company via the TeamViewer Web API. The following functions are available in this category: `Get-TeamViewerUser` `New-TeamViewerUser` `Remove-TeamViewerUser` `Set-TeamViewerUser` User groups Remotely manage the user groups of a TeamViewer company via the TeamViewer Web API. Have user groups to organize company members. The following functions are available in this category: `Get-TeamViewerUserGroup` `New-TeamViewerUserGroup` `Set-TeamViewerUserGroup` `Remove-TeamViewerUserGroup` `Get-TeamViewerUserGroupMember` `Add-TeamViewerUserGroupMember` `Remove-TeamViewerUserGroupMember` Managed groups Remotely manage the managed groups and managed devices of an account via the TeamViewer Web API. The following functions are available in this category: `Get-TeamViewerManagedDevice` `Get-TeamViewerManagedGroup` `Get-TeamViewerManagementId` `Get-TeamViewerManager` `New-TeamViewerManagedGroup` `Set-TeamViewerManagedDevice` `Set-TeamViewerManagedGroup` `Set-TeamViewerManager` `Add-TeamViewerManagedDevice` `Add-TeamViewerManager` `Remove-TeamViewerManagedDevice` `Remove-TeamViewerManagedGroup` `Remove-TeamViewerManager` Policy management Remotely manage the policies of a TeamViewer company via the TeamViewer Web API. The following functions are available in this category: `Get-TeamViewerPolicy` `New-TeamViewerPolicy` `Remove-TeamViewerPolicy` `Set-TeamViewerPolicy` Single Sign-On management Remotely manage Single Sign-On configurations via the TeamViewer Web API. The following functions are available in this category: `Get-TeamViewerSsoDomain` `Get-TeamViewerSsoExclusion` `Add-TeamViewerSsoExclusion` `Remove-TeamViewerSsoExclusion` Event logs & reporting Retrieve event log entries or connection-reports of a TeamViewer company via the TeamViewer Web API. `Get-TeamViewerConnectionReport` `Get-TeamViewerEventLog` Local TeamViewer utilities Utilities that help managing the local TeamViewer installation. The following functions are available in this category: `Get-TeamViewerId` `Get-TeamViewerService` `Get-TeamViewerVersion` `Invoke-TeamViewerPackageDownload` `Restart-TeamViewerService` `Start-TeamViewerService` `Stop-TeamViewerService` `Test-TeamViewerConnectivity` `Test-TeamViewerInstallation` Web API utilities Utilities that help working with the TeamViewer Web API related functions. The following functions are available in this category: `Connect-TeamViewerApi` `Disconnect-TeamViewerApi` `Invoke-TeamViewerPing` SEE ALSO TeamViewerPS project page on Github: <https://github.com/TeamViewer/TeamViewerPS> TeamViewer Web API Documentation: <https://webapi.teamviewer.com/api/v1/docs/index> TeamViewer Homepage: <https://www.teamviewer.com/> |