We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39afd5 commit f2bad8dCopy full SHA for f2bad8d
Contrib/New-NSHyperVInstance.ps1
@@ -32,7 +32,17 @@
32
Default gateway to auto-provision the instane with
33
34
.EXAMPLE
35
- TODO
+ New-NSHyperVInstance.ps1 -Verbose -Package C:\temp\NSVPX-HyperV-11.1-50.10_nc.zip `
36
+ -VMName NSVPX-11-1 `
37
+ -SwitchName Labnet `
38
+ -NSIP 10.0.0.30 -DefaultGateway 10.0.0.254 `
39
+ -Path C:\temp\NSVPX-11-1 `
40
+ -Force
41
+
42
+ Create a new NetScaler Hyper-V VM named 'NSVPX-11-1' in directory 'c:\temp\NSVPX-11-1'
43
+ from the given VPX package.
44
+ Auto-provision it with NSIP 10.0.0.30/24 default gateway 10.0.0.254 on switch
45
+ 'Labnet'. If the VM already exists, remove it first.
46
47
.NOTES
48
Copyright 2017 Dominique Broeglin¨
0 commit comments