You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
Added synopsis 🕶
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user