Chapter4/4.6_AdvancedFunctions/OutputTypeSample.ps1
function Get-Process2{ [CmdletBinding()] [OutputType([System.Diagnostics.Process[]])] param() Get-Process } |
function Get-Process2{ [CmdletBinding()] [OutputType([System.Diagnostics.Process[]])] param() Get-Process } |