mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2024-08-30 18:22:17 +00:00
Add some info for Powershell ISE users
This commit is contained in:
parent
ce5601464d
commit
2d18a214c7
@ -1,4 +1,16 @@
|
||||
Param (
|
||||
<#
|
||||
If you are opening this file in Powershell ISE you should modify the params section like so...
|
||||
Remember: GPU Name must match the name of the GPU you assigned when creating the VM...
|
||||
|
||||
Param (
|
||||
[string]$VMName = "NameofyourVM",
|
||||
[string]$GPUName = "NameofyourGPU",
|
||||
[string]$Hostname = $ENV:Computername
|
||||
)
|
||||
|
||||
#>
|
||||
|
||||
Param (
|
||||
[string]$VMName,
|
||||
[string]$GPUName,
|
||||
[string]$Hostname = $ENV:Computername
|
||||
|
Loading…
Reference in New Issue
Block a user