#hipchat-ps The hipchat-ps module is inspired by HipChat's hipchat-cli but wraps up the functionality to send a HipChat message in an easy to use Windows PowerShell module.
-
Copy this module to any location found in $env:PSModulePath
-
Import the module
C:\PS>Import-Module Publish-HipChatRoomMessage
-
List available functions
C:\PS>Get-Command -Module Publish-HipChatRoomMessage
-
Get help on the module
C:\PS>Get-Help Publish-HipChatRoomMessage -examples C:\PS>Get-Help Publish-HipChatRoomMessage -detailed
-
Execute the module
C:\PS>Publish-HipChatRoomMessage -apitoken e6b4ed16569cb86d272692171d5 5c8 -roomid 49459 -from "lloyd" -message "Test Message http://www.google.com"
NO warranty, expressed or written