< Back

New-ProxyCommand

Sat Jan 18, 2020 11:37 am

NAME New-ProxyCommand



SYNTAX

New-ProxyCommand [-Name] <string> [[-CommandType] {Alias | Function | Filter | Cmdlet | ExternalScript |

Application | Script | Workflow | Configuration | All}] [[-AddParameter] <string[]>] [[-RemoveParameter]

<string[]>] [[-AddParameterAttribute] <hashtable>] [<CommonParameters>]





PARAMETERS

-AddParameter <string[]>



Required? false

Position? 2

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-AddParameterAttribute <hashtable>



Required? false

Position? 4

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-CommandType <CommandTypes>



Required? false

Position? 1

Accept pipeline input? false

Parameter set name (All)

Aliases Type

Dynamic? false



-Name <string>



Required? true

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-RemoveParameter <string[]>



Required? false

Position? 3

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

None





OUTPUTS

System.String





ALIASES

None





REMARKS

None