From 37767091e4374587dff9a91428cd6d9183f6cdb2 Mon Sep 17 00:00:00 2001 From: "christian.jaeckle" Date: Thu, 12 Oct 2023 19:32:54 +0200 Subject: [PATCH] Updates Readme.md --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 88c6453..3b4cdb6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ TeamViewerPS allows to interact with the TeamViewer Web API as well as a locally ## Installation & Update -Install TeamViewerPS from the Powershell Gallery using the following command: +Downloads and installs TeamViewerPS from the Powershell Gallery using the following command: ```powershell Install-Module TeamViewerPS @@ -23,9 +23,6 @@ Update-Module TeamViewerPS The following example code shows how to interact with the TeamViewer Web API functions by retrieving the list of users of a TeamViewer company: ```powershell -# Downloads and installs the module from Powershell Gallery -Install-Module TeamViewerPS - # Stores API token for Powershell session # 1. Create a TeamViewer API access token in the Management Console: https://login.teamviewer.com # 2. Enter the API token in the shown dialog @@ -38,8 +35,6 @@ Get-TeamViewerUser Another example below shows how to display the TeamViewer ID as well as the version of the locally installed TeamViewer client: ```powershell -Install-Module TeamViewerPS - # Returns the TeamViewer Id of the locally installed TeamViewer client Get-TeamViewerId @@ -67,12 +62,13 @@ The module provides functions for the following categories: - _Computers & Contacts list_ - _User management_ - _User groups_ +- _User roles_ - _Managed groups_ - _Policy management_ -- _Single Sign-On management_ +- _Single Sign-On (SSO) management_ - _Local TeamViewer utilities_ -Please see the [TeamViewerPS](docs/TeamViewerPS.md) article for a more detailed list. +Please see the [TeamViewerPS](Docs/TeamViewerPS.md) article for a more detailed list. ## Prerequisites @@ -88,6 +84,7 @@ Please see the file `LICENSE.md`. ## Links -- [TeamViewerPS project page on Github](https://github.com/TeamViewer/TeamViewerPS) -- [TeamViewer Web API documentation](https://webapi.teamviewer.com/api/v1/docs/index) -- [TeamViewer website](https://www.teamviewer.com/) +- [TeamViewer company website](https://www.teamviewer.com/) +- [TeamViewerPS project on Github](https://github.com/TeamViewer/TeamViewerPS) +- [TeamViewer web API documentation](https://webapi.teamviewer.com/api/v1/docs/index) +- [TeamViewerPS on Powershell Gallery](https://www.powershellgallery.com/packages/TeamViewerPS)