Search notes:

System.Management.Automation.ProxyCommand (class)

PS C:\> $cmdMeta = new-object System.Management.Automation.CommandMetadata(get-command select-object)
PS C:\> [System.Management.Automation.ProxyCommand]::create($cmdMeta)

Index