function Get-KnownWCFServices { <# .SYNOPSIS Get the known WCF services from the internal value #> [CmdletBinding()] [OutputType([object[]])] param() return $global:appTierApplications }