OneLogicalMyth / PowerShell-HipChat

Using the HipChat API version 2, sends a message to a given room using PowerShell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HipChat

A HipChat module that makes use of the API version 2.

Currently a work in progress for now this only has the ability to send a message to a choosen room.

Installing

This module can be installed from the PowerShellGet Gallery, You need WMF 5 to use this feature.

# To install HipChat, run the following command in the PowerShell prompt in Administrator mode:
Install-Module -Name HipChat

Example

Here is one example you can use the Get-Help to see more

Send-HCRoomMessage -Hostname hipchatserver.test -AuthToken 123456789 -RoomID 9999 -Message 'Hello World' -Colour green -DisableCertCheck -From TestPerson

About

Using the HipChat API version 2, sends a message to a given room using PowerShell.

License:GNU General Public License v2.0


Languages

Language:PowerShell 100.0%