Skip to content

Commit 913ad4c

Browse files
committed
typenames
1 parent c2bbd4a commit 913ad4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docset/winserver2022-ps/ServerManager/Get-WindowsFeature.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Computer to the Trusted Host List" in
9797
[about_Remote_Troubleshooting](https://go.microsoft.com/fwlink/p/?LinkID=135188).
9898

9999
```yaml
100-
Type: String
100+
Type: System.String
101101
Parameter Sets: (All)
102102
Aliases: Cn
103103

@@ -120,12 +120,12 @@ Quotation marks are optional.
120120
-- "Domain\User"
121121
122122
-- A Credential object returned by the
123-
[Get-Credential](https://go.microsoft.com/fwlink/p/?LinkID=113311) cmdlet.
123+
[Get-Credential](https://go.microsoft.com/fwlink/p/?LinkID=113311) cmdlet.
124124
125125
If a user name is entered, then a prompt for a password is displayed.
126126
127127
```yaml
128-
Type: PSCredential
128+
Type: System.Management.Automation.PSCredential
129129
Parameter Sets: (All)
130130
Aliases:
131131

@@ -142,7 +142,7 @@ Specifies a name and path to a log file.
142142
Add this parameter if the results of this cmdlet must be stored in a log.
143143
144144
```yaml
145-
Type: String
145+
Type: System.String
146146
Parameter Sets: (All)
147147
Aliases:
148148

@@ -158,7 +158,7 @@ Accept wildcard characters: False
158158
Specifies the command IDs of roles, role services, or features about which to return information.
159159
160160
```yaml
161-
Type: String[]
161+
Type: System.String[]
162162
Parameter Sets: (All)
163163
Aliases:
164164

@@ -191,7 +191,7 @@ Any local path, such as D:\myFolder, that is specified by using this parameter i
191191
the target computer.
192192

193193
```yaml
194-
Type: String
194+
Type: System.String
195195
Parameter Sets: (All)
196196
Aliases:
197197

0 commit comments

Comments
 (0)