Skip to content

Commit 0d830bc

Browse files
committed
Fix schema violations in 2025 content
1 parent 89a9d93 commit 0d830bc

File tree

1 file changed

+42
-23
lines changed

1 file changed

+42
-23
lines changed

docset/winserver2025-ps/hyper-v/Enable-VMRemoteFXPhysicalVideoAdapter.md

+42-23
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,43 @@ Enables one or more RemoteFX physical video adapters for use with RemoteFX-enabl
1616
## SYNTAX
1717

1818
### GPUByName (Default)
19+
1920
```
2021
Enable-VMRemoteFXPhysicalVideoAdapter [-CimSession <CimSession[]>] [-ComputerName <String[]>]
21-
[-Credential <PSCredential[]>] [-Name] <String[]> [-Passthru] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
[-Credential <PSCredential[]>] [-Name] <String[]> [-Passthru] [-WhatIf] [-Confirm]
23+
[<CommonParameters>]
2224
```
2325

2426
### GPUByObject
27+
2528
```
26-
Enable-VMRemoteFXPhysicalVideoAdapter [-GPU] <VMRemoteFXPhysicalVideoAdapter[]> [-Passthru] [-WhatIf]
27-
[-Confirm] [<CommonParameters>]
29+
Enable-VMRemoteFXPhysicalVideoAdapter [-GPU] <VMRemoteFXPhysicalVideoAdapter[]> [-Passthru]
30+
[-WhatIf] [-Confirm] [<CommonParameters>]
2831
```
2932

3033
## DESCRIPTION
31-
The **Enable-VMRemoteFXPhysicalVideoAdapter** cmdlet enables one or more RemoteFX physical video adapters to be used with RemoteFX-enabled virtual machines.
34+
35+
The **Enable-VMRemoteFXPhysicalVideoAdapter** cmdlet enables one or more RemoteFX physical video
36+
adapters to be used with RemoteFX-enabled virtual machines.
3237

3338
## EXAMPLES
3439

3540
### Code Example Title
36-
```
37-
PS C:\> Get-VMRemoteFXPhysicalVideoAdapter -Name *Nvidia* | Enable-VMRemoteFXPhysicalVideoAdapter
41+
42+
```powershell
43+
Get-VMRemoteFXPhysicalVideoAdapter -Name *Nvidia* | Enable-VMRemoteFXPhysicalVideoAdapter
3844
```
3945

4046
Enables all RemoteFX physical video adapters which include the sequence "Nvidia" in their name.
4147

4248
## PARAMETERS
4349

4450
### -CimSession
45-
Runs the cmdlet in a remote session or on a remote computer.
46-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
47-
The default is the current session on the local computer.
51+
52+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
53+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
54+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
55+
current session on the local computer.
4856

4957
```yaml
5058
Type: CimSession[]
@@ -59,10 +67,10 @@ Accept wildcard characters: False
5967
```
6068
6169
### -ComputerName
70+
6271
Specifies one or more Hyper-V hosts on which the RemoteFX physical video adapters are to be enabled.
63-
NetBIOS names, IP addresses, and fully qualified domain names are allowable.
64-
The default is the local computer.
65-
Use localhost or a dot (.) to specify the local computer explicitly.
72+
NetBIOS names, IP addresses, and fully qualified domain names are allowable. The default is the
73+
local computer. Use localhost or a dot (.) to specify the local computer explicitly.
6674
6775
```yaml
6876
Type: String[]
@@ -77,6 +85,7 @@ Accept wildcard characters: False
7785
```
7886
7987
### -Confirm
88+
8089
Prompts you for confirmation before running the cmdlet.
8190
8291
```yaml
@@ -92,8 +101,9 @@ Accept wildcard characters: False
92101
```
93102
94103
### -Credential
95-
Specifies one or more user accounts that have permission to perform this action.
96-
The default is the current user.
104+
105+
Specifies one or more user accounts that have permission to perform this action. The default is the
106+
current user.
97107
98108
```yaml
99109
Type: PSCredential[]
@@ -108,6 +118,7 @@ Accept wildcard characters: False
108118
```
109119
110120
### -GPU
121+
111122
Specifies the RemoteFX physical video adapters to be enabled.
112123
113124
```yaml
@@ -123,8 +134,9 @@ Accept wildcard characters: False
123134
```
124135
125136
### -Name
126-
Specifies an array of names of adapters.
127-
The cmdlet enables the RemoteFX physical video adapters that you specify.
137+
138+
Specifies an array of names of adapters. The cmdlet enables the RemoteFX physical video adapters
139+
that you specify.
128140
129141
```yaml
130142
Type: String[]
@@ -139,7 +151,10 @@ Accept wildcard characters: False
139151
```
140152
141153
### -Passthru
142-
Specifies that one or more **Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter** objects are to be passed through to the pipeline representing the RemoteFX physical video adapters to be enabled.
154+
155+
Specifies that one or more **Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter** objects
156+
are to be passed through to the pipeline representing the RemoteFX physical video adapters to be
157+
enabled.
143158
144159
```yaml
145160
Type: SwitchParameter
@@ -154,8 +169,8 @@ Accept wildcard characters: False
154169
```
155170
156171
### -WhatIf
157-
Shows what would happen if the cmdlet runs.
158-
The cmdlet is not run.
172+
173+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
159174
160175
```yaml
161176
Type: SwitchParameter
@@ -170,14 +185,17 @@ Accept wildcard characters: False
170185
```
171186
172187
### CommonParameters
173-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
188+
189+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
190+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
191+
-WarningAction, and -WarningVariable. For more information, see
192+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
174193
175194
## INPUTS
176195
177196
### Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter[]
178197
179-
###
180-
System.String\[\]
198+
### System.String[]
181199
182200
## OUTPUTS
183201
@@ -187,7 +205,8 @@ By default, this cmdlet doesn't return any output.
187205
188206
### Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter
189207
190-
**Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter\[\]** if *PassThru* is specified.
208+
What you use the **PassThru** parameter, the cmdlet returns
209+
**Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter** objects.
191210
192211
## NOTES
193212

0 commit comments

Comments
 (0)