Skip to content

Commit 1f6ac22

Browse files
Revert "update Install-WindowsFeature.md, fix issue #581"
This reverts commit e03a69d.
1 parent e03a69d commit 1f6ac22

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docset/winserver2012r2-ps/servermanager/Install-WindowsFeature.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Install-WindowsFeature -ConfigurationFilePath <String> [-Vhd <String>] [-Restart
4545
```
4646

4747
## DESCRIPTION
48-
The `Install-WindowsFeature` cmdlet installs the specified features on a computer that is running Windows Server 2012 R2, or on an offline virtual hard disk (VHD) on which Windows Server 2012 R2 is installed.
49-
This cmdlet works similarly to the arfw in Server Manager, with an important exception: the cmdlet does not install management tools for the features by default.
48+
The `Install-WindowsFeature` cmdlet installs the specified rrsandf_plural on a computer that is running Windows Server 2012 R2, or on an offline virtual hard disk (VHD) on which Windows Server 2012 R2 is installed.
49+
This cmdlet works similarly to the arfw in Server Manager, with an important exception: the cmdlet does not install management tools for rrsandf_plural by default.
5050
To install management tools such as snap-ins on a target server, you must add the `IncludeManagementTools` parameter to your command.
5151

5252
This cmdlet requires elevation; you must be running a Windows PowerShell session as an administrator to use this cmdlet.
@@ -106,7 +106,7 @@ The computer account of the local computer must have Read permissions on the spe
106106
## PARAMETERS
107107

108108
### -ComputerName
109-
Installs one or more available features on a specified remote computer.
109+
Installs one or more available rrsandf_plural on a specified remote computer.
110110
This parameter accepts only one computer name.
111111
If this parameter is not added, or no computer name is specified, the default target is the local computer.
112112

@@ -168,13 +168,13 @@ If the parameter is not added, or no value is specified, the default value of th
168168
Enter a user name in one of the following formats.
169169
Quotation marks are optional.
170170

171-
â—? "UserName"
171+
â—? "UserName"
172172

173-
â—? "Domain\User"
173+
â—? "Domain\User"
174174

175-
â—? "User@Domain.com"
175+
â—? "User@Domain.com"
176176

177-
â—? A Credential object returned by the Get-Credentialhttp://go.microsoft.com/fwlink/p/?LinkID=113311 cmdlet.
177+
â—? A Credential object returned by the Get-Credentialhttp://go.microsoft.com/fwlink/p/?LinkID=113311 cmdlet.
178178

179179
If a user name is entered, then a prompt for a password is displayed.
180180

0 commit comments

Comments
 (0)