Forum Discussion
barkz
4 years agoNovice I
Curious did you get the following error with just using `-Overwrite` with no bool?
```New-Pfa2Volume : Missing an argument for parameter 'Overwrite'. Specify a parameter of type
'System.Nullable`1[System.Boolean]' and try again.
At line:1 char:61
+ ... ew-Pfa2Volume -Array $FA -Name overwrite_test -Source $src -Overwrite
+ ~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-Pfa2Volume], ParameterBindingException
+ FullyQualifiedErrorId : MissingArgument,PureStorage.Rest.PowerShell.NewVolumeCmdlet```