PoshCode Archive  Artifact [73a62fdf05]

Artifact 73a62fdf0569430d478aa5f9afa7dacf7ca9030abb663ca24b9e9114bd433f74:

  • File PowerGrowl-Sample.ps1 — part of check-in [4f3708bf1c] at 2018-06-10 14:16:31 on branch trunk — PowerGrowl Sample Goes Here (user: Thom Lamb size: 651)

# encoding: ascii
# api: powershell
# title: PowerGrowl Sample
# description: PowerGrowl Sample Goes Here
# version: 0.1
# type: module
# author: Thom Lamb
# license: CC0
# x-poshcode-id: 6473
# x-archived: 2017-03-31T03:09:31
# x-published: 2017-08-13T03:27:00
#
#
# Working PowerGrowl Sample Goes Here
Clear-Host
$Location = $($Env:PSModulePath).Split(';')[0]

Import-Module $Location\PowerGrowl.psm1

Get-Module PowerGrowl | Format-List

#Register-GrowlType -AppName "PoshTwitter" -Name "Greetings" `
#    -Icon "C:\Users\username\Documents\WindowsPowerShell\Modules\default_icon.png"
#Send-Growl "Greetings" "Hello World!"