< Back

Invoke-Process

Sun Jan 19, 2020 6:06 pm

NAME Invoke-Process



SYNTAX

Invoke-Process [-FilePath] <string> [[-Argument1] <string>] [[-Argument2] <string>] [[-Argument3] <string>]

[[-Argument4] <string>] [[-Argument5] <string>] [[-Argument6] <string>] [[-Argument7] <string>] [[-Argument8]

<string>] [[-Argument9] <string>] [-WorkingDirectory <string>] [<CommonParameters>]



Invoke-Process [-FilePath] <string> [[-ArgumentList] <string[]>] [-WorkingDirectory <string>] [<CommonParameters>]





PARAMETERS

-Argument1 <string>



Required? false

Position? 1

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg1

Dynamic? false



-Argument2 <string>



Required? false

Position? 2

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg2

Dynamic? false



-Argument3 <string>



Required? false

Position? 3

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg3

Dynamic? false



-Argument4 <string>



Required? false

Position? 4

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg4

Dynamic? false



-Argument5 <string>



Required? false

Position? 5

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg5

Dynamic? false



-Argument6 <string>



Required? false

Position? 6

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg6

Dynamic? false



-Argument7 <string>



Required? false

Position? 7

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg7

Dynamic? false



-Argument8 <string>



Required? false

Position? 8

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg8

Dynamic? false



-Argument9 <string>



Required? false

Position? 9

Accept pipeline input? false

Parameter set name WithPositionalArgs

Aliases Arg9

Dynamic? false



-ArgumentList <string[]>



Required? false

Position? 1

Accept pipeline input? false

Parameter set name WithArgumentList

Aliases Args

Dynamic? false



-FilePath <string>



Required? true

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases PSPath

Dynamic? false



-WorkingDirectory <string>



Required? false

Position? Named

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.Object



ALIASES

ipr

~





REMARKS

None