You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 installation of roles and features in Server Manager, with an important exception: the cmdlet does not install management tools for the features by default.
50
50
To install management tools such as snap-ins on a target server, you must add the `IncludeManagementTools` parameter to your command.
51
51
52
52
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
106
106
## PARAMETERS
107
107
108
108
### -ComputerName
109
-
Installs one or more available rrsandf_plural on a specified remote computer.
109
+
Installs one or more available features on a specified remote computer.
110
110
This parameter accepts only one computer name.
111
111
If this parameter is not added, or no computer name is specified, the default target is the local computer.
112
112
@@ -168,13 +168,13 @@ If the parameter is not added, or no value is specified, the default value of th
168
168
Enter a user name in one of the following formats.
169
169
Quotation marks are optional.
170
170
171
-
â—? "UserName"
171
+
"UserName"
172
172
173
-
â—? "Domain\User"
173
+
"Domain\User"
174
174
175
-
â—? "User@Domain.com"
175
+
"User@Domain.com"
176
176
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.
178
178
179
179
If a user name is entered, then a prompt for a password is displayed.
0 commit comments