-
Notifications
You must be signed in to change notification settings - Fork 7
Description
@jrich523
I am trying to create a Volume and I am getting the error below.
PS C:\Windows\system32> New-NSVolume -Name BRFtest -Size 1tb -Description "Bridgette's Powershell Test" -PerformancePolicy "VMware ESX 5"
New-NSVolume : Error Creating volume BRFtest! code: SMeinval
At line:1 char:1
- New-NSVolume -Name BRFtest -Size 1tb -Description "Bridgette's Powers ...
-
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException - FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-NSVolume
Loaded Module information:
PS C:\Windows\system32> (Get-Module Nimble).Version.build
20140407
PS C:\Windows\system32> (Get-Module Nimble).Version.revision
1024
Runnning PS Version : 5.0.9926.0
I also tried it step by step and when I enter the performance policy I see the same.
PS C:\Windows\system32> New-NSVolume -Name BRFtest
cmdlet New-NSVolume at command pipeline position 1
Supply values for the following parameters:
Size: 1
PerformancePolicy: VMware ESX 5
New-NSVolume : Error Creating volume BRFtest! code: SMeinval
At line:1 char:1
- New-NSVolume -Name BRFtest
-
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException - FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-NSVolume