Skip to content

Commit 40e3e74

Browse files
committed
VMKeyStrokes: add description to EXAMPLE
1 parent 65c95a1 commit 40e3e74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

powershell/VMKeystrokes.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
Enable debugging which will output input charcaters and their mappings
1818
.EXAMPLE
1919
Set-VMKeystrokes -VMName $VM -StringInput "root"
20+
21+
Push "root" to VM $VM
2022
.EXAMPLE
2123
Set-VMKeystrokes -VMName $VM -StringInput "root" -ReturnCarriage $true
24+
25+
Push "root" with return line to VM $VM
2226
.EXAMPLE
2327
Set-VMKeystrokes -VMName $VM -StringInput "root" -DebugOn $true
28+
29+
Push "root" to VM $VM with some debug
2430
===========================================================================
2531
Modified by: David Rodriguez
2632
Organization: Sysadmintutorials
@@ -40,6 +46,8 @@
4046
.EXAMPLE
4147
Set-VMKeystrokes -VMName $VM -SpecialKeyInput "F2"
4248
49+
Push SpecialKeyInput F2 to VM $VM
50+
4351
#>
4452
param(
4553
[Parameter(Mandatory = $true)][String]$VMName,

0 commit comments

Comments
 (0)