Skip to content

Commit 89a9d93

Browse files
committed
Merge branch '2025-config' of https://github.com/jasongerend/windows-powershell-docs into 2025-config
2 parents 17c1a34 + 7a4e890 commit 89a9d93

30 files changed

+173
-78
lines changed

docset/winserver2025-ps/hyper-v/Add-VMNetworkAdapter.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
332332
333333
## OUTPUTS
334334
335-
###
336-
None by default; if **PassThru** is specified, then either a **Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter** if **ManagementOS** is specified, or a **Microsoft.HyperV.PowerShell.VMNetworkAdapter** if it is not.
335+
### None
336+
337+
By default, this cmdlet doesn't return any output.
338+
339+
### Microsoft.HyperV.PowerShell.VMNetworkAdapter
340+
341+
If **PassThru** is specified, a **Microsoft.HyperV.PowerShell.VMNetworkAdapter** object is output by default.
342+
343+
### Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter
344+
345+
If **PassThru** and **ManagementOS** is specified, then **Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter** is output.
337346
338347
## NOTES
339348

docset/winserver2025-ps/hyper-v/Add-VMSwitch.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
148148
149149
## OUTPUTS
150150
151-
###
152-
None by default; **Microsoft.HyperV.PowerShell.VMNetwork** if **-PassThru** is present.
151+
### None
152+
153+
By default, this cmdlet doesn't return any output.
154+
155+
### Microsoft.HyperV.PowerShell.VMNetwork
156+
157+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.VMNetwork** object.
153158
154159
## NOTES
155160

docset/winserver2025-ps/hyper-v/Checkpoint-VM.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216216
217217
## OUTPUTS
218218
219-
###
220-
Nothing by default; **Microsoft.HyperV.PowerShell.Snapshot** if *PassThru* is specified.
219+
### None
220+
221+
By default, this cmdlet doesn't return any output.
222+
223+
### Microsoft.HyperV.PowerShell.Snapshot
224+
225+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.Snapshot** object.
221226
222227
## NOTES
223228

docset/winserver2025-ps/hyper-v/Disable-VMMigration.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
145145
146146
## OUTPUTS
147147
148-
###
149-
None by default; **Microsoft.HyperV.PowerShell.Host** if **-PassThru** is present.
148+
### None
149+
150+
By default, this cmdlet doesn't return any output.
151+
152+
### Microsoft.HyperV.PowerShell.Host
153+
154+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.Host** object.
150155
151156
## NOTES
152157

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,14 @@ System.String\[\]
181181
182182
## OUTPUTS
183183
184-
###
185-
None by default; **Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter\[\]** if *PassThru* is specified.
184+
### None
185+
186+
By default, this cmdlet doesn't return any output.
187+
188+
### Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter
189+
190+
**Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter\[\]** if *PassThru* is specified.
186191
187192
## NOTES
188193
189194
## RELATED LINKS
190-

docset/winserver2025-ps/hyper-v/Get-VMNetworkAdapter.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
255255
256256
## OUTPUTS
257257
258-
###
259-
**Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter** if **ManagementOS** is specified; **Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter** and **Microsoft.HyperV.PowerShell.VMNetworkAdapter** if **All** is specified;**Microsoft.HyperV.PowerShell.VMNetworkAdapter** in all other cases.
258+
### Microsoft.HyperV.PowerShell.VMNetworkAdapter
259+
260+
By default, **Microsoft.HyperV.PowerShell.VMNetworkAdapter** is output.
261+
262+
### Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter
263+
264+
**Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter** if **ManagementOS** is specified.
265+
266+
### Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter and Microsoft.HyperV.PowerShell.VMNetworkAdapter
267+
268+
**Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter** and **Microsoft.HyperV.PowerShell.VMNetworkAdapter** if **All** is specified.
260269
261270
## NOTES
262271

docset/winserver2025-ps/hyper-v/Move-VM.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
471471
472472
## OUTPUTS
473473
474-
###
475-
None, by default.
476-
**Microsoft.HyperV.PowerShell.VirtualMachine** if the migration succeeds and **-PassThru** is specified.
477-
**Microsoft.HyperV.PowerShell.CompatibilityReport** if the migration fails because of an incompatibility.
474+
### None
475+
476+
By default, this cmdlet doesn't return any output.
477+
478+
### Microsoft.HyperV.PowerShell.VirtualMachine
479+
480+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.VirtualMachine** object if the migration is successful.
481+
482+
### Microsoft.HyperV.PowerShell.CompatibilityReport
483+
484+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.CompatibilityReport** object if the migration fails because of an incompatibility.
478485
479486
## NOTES
480487

docset/winserver2025-ps/hyper-v/Remove-VMNetworkAdapter.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
249249
250250
## OUTPUTS
251251
252-
###
253-
None by default.
254-
if *PassThru* is specified, **Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter**, if **-ManagementOS** is also specified;otherwise **Microsoft.HyperV.PowerShell.VMNetworkAdapter**.
252+
### None
253+
254+
By default, this cmdlet doesn't return any output.
255+
256+
### Microsoft.HyperV.PowerShell.VMNetworkAdapter
257+
258+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.VMNetworkAdapter** object.
259+
260+
### Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter
261+
262+
When you use the **PassThru** and **-ManagementOS** parameters, this cmdlet returns a **Microsoft.HyperV.PowerShell.VMInternalNetworkAdapter**.
255263
256264
## NOTES
257265

docset/winserver2025-ps/hyper-v/Remove-VMNetworkAdapterAcl.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
390390
391391
## OUTPUTS
392392
393-
###
394-
None by default, **Microsoft.HyperV.PowerShell.VMNetworkAdapterAclSetting** if *PassThru* is specified.
393+
### None
394+
395+
By default, this cmdlet doesn't return any output.
396+
397+
### Microsoft.HyperV.PowerShell.VMNetworkAdapterAclSetting
398+
399+
When you use the **PassThru** parameter, this cmdlet returns a **Microsoft.HyperV.PowerShell.VMNetworkAdapterAclSetting** object.
395400
396401
## NOTES
397402

docset/winserver2025-ps/hyper-v/Remove-VMScsiController.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
192192
193193
## OUTPUTS
194194
195-
###
196-
None by default; **VMScsiController** if **-PassThru** is specified.
195+
### None
196+
197+
By default, this cmdlet doesn't return any output.
198+
199+
### VMScsiController
200+
201+
When you use the **PassThru** parameter, this cmdlet returns a **VMScsiController** object.
197202
198203
## NOTES
199204
200205
## RELATED LINKS
201-

0 commit comments

Comments
 (0)