en-US/about_TeamViewerPS.help.txt
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-TeamViewerManagedDeviceManagement` `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/> |