resource/dummy/source/public/Get-Dummy.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 } |