resource/dummy/source/private/Get-DummyPrivate.ps1
<#
.SYNOPSIS A dummy function, that doesn't not do anything #> [CmdletBinding()] [OutputType([PSCustomObject])] param() End { $True | Write-Output } |
<#
.SYNOPSIS A dummy function, that doesn't not do anything #> [CmdletBinding()] [OutputType([PSCustomObject])] param() End { $True | Write-Output } |