Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberthstrand/skypetoolpack
PowerShell module containing cmdlets for easier administration of Skype for Business On-Premise.
https://github.com/roberthstrand/skypetoolpack
Last synced: 1 day ago
JSON representation
PowerShell module containing cmdlets for easier administration of Skype for Business On-Premise.
- Host: GitHub
- URL: https://github.com/roberthstrand/skypetoolpack
- Owner: roberthstrand
- License: mit
- Created: 2018-12-20T17:40:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T09:54:53.000Z (about 5 years ago)
- Last Synced: 2024-12-18T02:44:41.566Z (6 days ago)
- Language: PowerShell
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkypeToolPack
When I started working with Skype for Business, I quickly started to write scripts to check the services on some of the Enterprise frontend pools I helped manage. When people started asking for these scripts I figured it would be easier if I made it into a module and published it online.### Installation
You can install the module manually but when I'm done with a new feature or bug fix I quickly upload the module to [PowerShellGallery](https://www.powershellgallery.com/packages/SkypeToolPack/). You can easily install the module with the following:```powershell
Install-Module -Name SkypeToolPack
```For the majority of the cmdlets, you need to have the Skype for Business administration tools installed on the machine but some cmdlets require the *ActiveDirectory* module.
[Documentation](docs/index.md)