Skip to content

Commit ae684c7

Browse files
Update docset/winserver2019-ps/hyper-v/Restart-VM.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 0736c21 commit ae684c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2019-ps/hyper-v/Restart-VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Accept wildcard characters: False
253253
254254
Restart-VM suppresses the PowerShell prompt and blocks the pipeline until the VM has restarted. You can use this parameter in a script to restart VM and then continue to process when the restart is finished.
255255
256-
The Wait parameter waits indefinitely for the VM to restart. You can use Timeout to adjust the timing and the For and Delay parameters to wait for particular services to become available on the restarted VM.
256+
The `-Wait` parameter waits indefinitely for the virtual machine to restart. You can use the `-Timeout` parameter to adjust the timing and the `-For` and `-Delay` parameters to wait for particular services to become available on the restarted virtual machine.
257257

258258
```yaml
259259
Type: SwitchParameter

0 commit comments

Comments
 (0)