{"id":16567158,"url":"https://github.com/zloeber/psvvx","last_synced_at":"2025-04-13T04:07:06.924Z","repository":{"id":86167038,"uuid":"99431762","full_name":"zloeber/PSVVX","owner":"zloeber","description":"Polycom VVX series PowerShell Module","archived":false,"fork":false,"pushed_at":"2017-12-20T03:48:28.000Z","size":644,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T04:07:03.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zloeber.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"docs/Contributing.md","funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-05T15:38:23.000Z","updated_at":"2022-06-10T14:44:07.000Z","dependencies_parsed_at":"2023-03-13T08:44:34.515Z","dependency_job_id":null,"html_url":"https://github.com/zloeber/PSVVX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zloeber%2FPSVVX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zloeber%2FPSVVX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zloeber%2FPSVVX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zloeber%2FPSVVX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zloeber","download_url":"https://codeload.github.com/zloeber/PSVVX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661705,"owners_count":21141450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T21:05:48.697Z","updated_at":"2025-04-13T04:07:06.916Z","avatar_url":"https://github.com/zloeber.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSVVX\n\nPowerShell module for Polycom VVX devices\n\n## Description\n\nPowerShell module for Polycom VVX devices\n\n## Introduction\n\nThe Polycom VVX series devices have a RESTful interface. This module takes advantage of that to simplify scripting against a fleet of such devices if you need to do so.\n\n## Requirements\n\nI wrote and tested this with PowerShell 5 but 3 or 4 will probably work just fine. Most of the script ideas were pulled from [this script](http://www.myskypelab.com/2015/10/skype-for-business-lync-polycom-vvx.html) and all of the same device requirements listed therin will apply here as well.\n\nIf passing credentials for admin then use the default admin user of 'Polycom'.\n\n## Installation\n\nPowershell Gallery (PS 5.0, Preferred method)\n`install-module PSVVX -Scope:CurrentUser`\n\nManual Installation\n`iex (New-Object Net.WebClient).DownloadString(\"https://github.com/zloeber/psvvx/raw/master/Install.ps1\")`\n\nOr clone this repository to your local machine, extract, go to the .\\releases\\PSVVX directory\nand import the module to your session to test, but not install this module.\n\n## Features\n\n- A simple mechanism to script a wide range of activities against Polycom VVX phones\n- Abstraction of several common phone tasks.\n- Two phone API integration methods, the REST API and the push model.\n- Find VVX devices without any REST or push model available\n- More to come, the base functions can be used for almost any task though.\n\n## Versions\n\n0.0.1\n- Initial Release\n\n0.0.4\n- Several updates including:\n- New functions for sending push commands\n- New function for sending a text messagebox to devices\n- Ability to add new commands to this module by simply updating one file in the prebuild scripts.\n\n0.0.7\n- Updates to the credential parameters for PS 4.0 compatibility\n- Added Send-VVSSIPNotify function\n- Many other clean up items\n\n0.0.8\n- Cleaned up Find-VVXDevice quite a bit and added DeviceType to output.\n\n## Contribute\n\nPlease feel free to contribute by opening new issues or providing pull requests.\nFor the best development experience, open this project as a folder in Visual\nStudio Code and ensure that the PowerShell extension is installed.\n\n* [Visual Studio Code]\n* [PowerShell Extension]\n\n\n## Other Information\n\n**Author:** Zachary Loeber\n\n**Website:** https://github.com/zloeber/psvvx\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzloeber%2Fpsvvx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzloeber%2Fpsvvx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzloeber%2Fpsvvx/lists"}