PSNotify

0.0.7

Apteco PS Modules - PowerShell Notify

This module allows you to trigger messages via email, Telegram, Slack and Teams. You can use
the channels separated from each other or combined as a group, when you want to inform via
multiple different channels.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSNotify

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSNotify

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 Apteco GmbH. All rights reserved.

Package Details

Author(s)

  • florian.von.bracht@apteco.de

Tags

Windows Apteco

Functions

Add-TelegramChannel Get-TelegramChannel Remove-TelegramChannel Add-TelegramTarget Remove-TelegramTarget Send-TelegramNotification Get-TelegramMe Get-TelegramUpdates Add-EmailChannel Get-EmailChannel Remove-EmailChannel Add-EmailTarget Remove-EmailTarget Install-Mailkit Send-MailNotification Add-SlackChannel Get-SlackChannel Remove-SlackChannel Add-SlackTarget Remove-SlackTarget Get-SlackConversations Send-SlackNotification Add-TeamsChannel Get-TeamsChannel Remove-TeamsChannel Send-TeamsNotification Add-NotificationGroup Add-NotificationGroupTarget Get-NotificationGroups Send-GroupNotification Get-NotificationChannels Get-NotificationTargets

PSEditions

Desktop Core

Dependencies

Release Notes


0.0.7 Improved the Get-TelegramUpdates function to allow input parameter like offset, limit and timeout
0.0.6 Get Telegram updates
0.0.5 Some fixed for Teams Updates
0.0.4 More wrong named functions fixed
0.0.3 Adding milliseconds to backup store file name
     Fixed a bug where "null" was put into the channels
     Fixed wrong named functions
0.0.2 Fixed wrong nameing of Send-TeamsUpdate to Send-TeamsNotification
     Fixed a small $null bug when creating the first channel
0.0.1 Initial release of PSNotify module through psgallery

FileList

Version History

Version Downloads Last updated
0.0.7 (current version) 37 11/24/2023
0.0.5 8 11/23/2023
0.0.4 6 11/23/2023
0.0.3 6 11/23/2023
0.0.2 6 11/23/2023
0.0.1 12 10/24/2023
Show more