Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PoShMon
1.1.1
Functions/PoShMon.MessageFormatters.Html.Repairs/New-HtmlRepairFooter.ps1
Function
New-HtmlRepairFooter
{
[
CmdletBinding
(
)
]
param
(
)
$emailSection
=
''
$emailSection
+=
'</body>'
return
$emailSection
;
}