PackageDeployment Module Help

Package Deployment Module

Test-WindowsFeature Cmdlet

Version 3.1.0.0

Test-WindowsFeature

Synopsis

Checks if one or more Windows features are installed or activated.

Syntax

Test-WindowsFeature [-Name] <String> [-ContinueOnError] [<CommonParameters>]

Description

Checks if one or more Windows features are installed or activated.

Parameters

-Name <String>

The name of the feature or features to check for. Wildcards (? *) can be used.

Required

True

Position

1

Accepts pipeline input

False

-ContinueOnError <SwitchParameter>

Continues script execution in spite of errors in the respective command

Required

False

Position

Named

Accepts pipeline input

False

<CommonParameters>

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