Vous êtes sur la page 1sur 1

Install-WindowsFeature

2 out of 3 rated this helpful Updated: August 15, 2012 Applies To: Windows Server 2012

Install-WindowsFeature
Installs one or more WindowsServer roles, role services, or features on either the local or a specified remote server that is running WindowsServer2012. This cmdlet is equivalent to and replaces Add-WindowsFeature, the cmdlet that was used to install roles, role services, and features in WindowsServer2008R2.

Aliases
The following abbreviations are aliases for this cmdlet: Add-WindowsFeature

Syntax

Parameter Set: ComponentNamesAndRunningComputer Install-WindowsFeature [-Name] <Feature[]> [-ComputerName <String> ] [-Credenti al <PSCredential> ] [-IncludeAllSubFeature] [-IncludeManagementTools] [-LogPath <String> ] [-Restart] [-Source <String[]> ] [-Confirm] [-WhatIf] [ <CommonPara meters>] Parameter Set: ComponentNamesAndVhdPath Install-WindowsFeature [-Name] <Feature[]> -Vhd <String> [-ComputerName <String > ] [-Credential <PSCredential> ] [-IncludeAllSubFeature] [-IncludeManagementTo ols] [-LogPath <String> ] [-Source <String[]> ] [-Confirm] [-WhatIf] [ <CommonP arameters>] Parameter Set: ConfigurationFile Install-WindowsFeature -ConfigurationFilePath <String> [-ComputerName <String> ] [-Credential <PSCredential> ] [-LogPath <String> ] [-Restart] [-Source <Strin g[]> ] [-Vhd <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Vous aimerez peut-être aussi