-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60b07bd
commit 2a4f3db
Showing
11 changed files
with
21 additions
and
352 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
Triggers/PowerShellUniversal.Triggers.MSTeams/.universal/scripts.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
New-PSUScript -Module "PowerShellUniversal.Triggers.MSTeams" -Command "Send-PSUTeamsNotification" |
19 changes: 19 additions & 0 deletions
19
Triggers/PowerShellUniversal.Triggers.MSTeams/PowerShellUniversal.Triggers.MSTeams.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@{ | ||
RootModule = 'PowerShellUniversal.Triggers.MSTeams.psm1' | ||
ModuleVersion = '1.0.0' | ||
GUID = 'cc203207-5dea-462e-896e-9ce46e731074' | ||
Author = 'Ironman Software' | ||
CompanyName = 'Ironman Software' | ||
Copyright = '(c) Ironman Software. All rights reserved.' | ||
Description = 'Scripts for sending triggers to Microsoft Teams.' | ||
FunctionsToExport = @('Send-PSUTeamsNotification') | ||
PrivateData = @{ | ||
|
||
PSData = @{ | ||
Tags = @('script', "PowerShellUniversal", "triggers", "MSTeams") | ||
LicenseUri = 'https://github.com/ironmansoftware/scripts/blob/main/LICENSE' | ||
ProjectUri = 'https://github.com/ironmansoftware/scripts/tree/main/Triggers/PowerShellUniversal.Triggers.MSTeams' | ||
IconUri = 'https://raw.githubusercontent.com/ironmansoftware/scripts/main/images/script.png' | ||
} | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters