PackageDeployment Module Help

Package Deployment Module

Test-ProcessRunning Cmdlet

Version 3.1.0.0

Test-ProcessRunning

Synopsis

Check for Process

Syntax

Test-ProcessRunning [-Identifier] <String> [[-Find] <String>] [<CommonParameters>]

Description

Checks if a Windows process is running either by Window title or File name. Allows the use of ? and * wildcards.

Parameters

-Find <String>

FileName: File name.
WindowTitle: Window title.

Required

False

Position

1

Accepts pipeline input

False

-Identifier <String>

Identifier.

Required

True

Position

0

Accepts pipeline input

False

<CommonParameters>

For more information about common parameters, type "Get-Help about_CommonParameters".