MvRAdaptiveCards
0.5.6.0
This module provides functions for working with Adaptive Cards in PowerShell in a similar fashion as the popular module PSWriteHTML does for HTML generation. Please read the documentation on GitHub for more information. (https://github.com/Michael19842/PowerShell.MvRAdaptiveCards.Module)
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) Michael van Rooijen. All rights reserved.
Package Details
Author(s)
- Michael van Rooijen
Tags
AdaptiveCards Cards PowerShell MvRAdaptiveCards MvR MicrosoftTeams Outlook SMTP Email MsTeams Teams
Functions
Build-CardFromTemplate Find-CardTemplateTags New-AdaptiveCard New-CardActionSet New-CardActionShowCard New-CardActionToggleVisibility New-CardCodeBlock New-CardContainer New-CardFactSet New-CardImage New-CardRichTextblock New-CardTable New-CardTemplateTag New-CardTextBlock Out-OnlineDesigner Send-CardViaClassicOutlook Send-CardViaSMTP Send-CardViaTeams Set-CardDefaultSmtpSettings Set-CardDefaultTeamsSettings
Dependencies
This module has no dependencies.
Release Notes
Initial release: MvRAdaptiveCards module.
---------------------------------------------------------------------------
- Added functions for creating card elements like text blocks, images, containers, and action sets.
- Implemented template tagging and building for dynamic card generation.
- Included integration functions for sending cards via Microsoft Teams and SMTP email.
- Improved documentation and added examples for all public functions.
FileList
- MvRAdaptiveCards.nuspec
- MvRAdaptiveCards.psm1
- schemas\AdaptiveCard.json
- Private\Helper\Convert-ObjectToHashtable.ps1
- Private\Helper\IIF.ps1
- Private\Schema\Test-CardSchema.ps1
- Public\Application\Out-OnlineDesigner.ps1
- Public\Application\Send-CardViaSMTP.ps1
- Public\Application\Send-CardViaTeams.ps1
- Public\Application\Set-CardDefaultSmtpSettings.ps1
- Public\Application\Set-CardDefaultTeamsSettings.ps1
- Public\Containers\New-CardContainer.ps1
- Public\Containers\New-CardFactSet.ps1
- Public\Containers\New-CardTable.ps1
- Public\Elements\New-CardCodeBlock.ps1
- Public\Elements\New-CardImage.ps1
- Public\Elements\New-CardRichTextblock.ps1
- Public\Elements\New-CardTextBlock.ps1
- Public\Template\Build-CardFromTemplate.ps1
- Public\Template\Find-CardTemplateTags.ps1
- Public\Template\New-CardTemplateTag.ps1
- Public\Elements\Actions\New-CardActionSet.ps1
- Public\Elements\Actions\New-CardActionShowCard.ps1
- Public\Elements\Actions\New-CardActionToggleVisibility.ps1
- MvRAdaptiveCards.psd1
- Public\New-AdaptiveCard.ps1
- Private\Element\New-CardTextRun.ps1
- Private\Helper\ConvertFrom-JsonAsHashtable.ps1
- Private\Helper\Write-ColoredHost.ps1
- Public\Application\HtmlTemplate.html
- Public\Application\Send-CardViaClassicOutlook.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.6.1.1 | 5 | 10/19/2025 |
0.5.6.0 (current version) | 4 | 10/18/2025 |
0.5.5.0 | 5 | 10/18/2025 |