File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 17
17
Enable debugging which will output input charcaters and their mappings
18
18
. EXAMPLE
19
19
Set-VMKeystrokes -VMName $VM -StringInput "root"
20
+
21
+ Push "root" to VM $VM
20
22
. EXAMPLE
21
23
Set-VMKeystrokes -VMName $VM -StringInput "root" -ReturnCarriage $true
24
+
25
+ Push "root" with return line to VM $VM
22
26
. EXAMPLE
23
27
Set-VMKeystrokes -VMName $VM -StringInput "root" -DebugOn $true
28
+
29
+ Push "root" to VM $VM with some debug
24
30
===========================================================================
25
31
Modified by: David Rodriguez
26
32
Organization: Sysadmintutorials
40
46
. EXAMPLE
41
47
Set-VMKeystrokes -VMName $VM -SpecialKeyInput "F2"
42
48
49
+ Push SpecialKeyInput F2 to VM $VM
50
+
43
51
#>
44
52
param (
45
53
[Parameter (Mandatory = $true )][String ]$VMName ,
You can’t perform that action at this time.
0 commit comments