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:
@ -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]$VMName,
|
||||||
[string]$GPUName,
|
[string]$GPUName,
|
||||||
[string]$Hostname = $ENV:Computername
|
[string]$Hostname = $ENV:Computername
|
||||||
|
Reference in New Issue
Block a user