1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2026-04-18 19:01:56 +02:00

Added synopsis 🕶

This commit is contained in:
Jaap Brasser
2020-09-12 11:55:13 +02:00
parent 474cab8085
commit fc6b2be728
@@ -1,4 +1,8 @@
function ConvertTo-FlatObject {
<#
.SYNOPSIS
Convert any object to a flat pscustomobject, so it can be used in flat formats such as csv
#>
param(
$sla
)