Skip to content

Add-ZertoVRA -MemoryInGB #9

@as918

Description

@as918

[Parameter(Mandatory=$false, HelpMessage = 'Memory in GB for new VRA (1-16, defaults to 16)')] [string] $MemoryInGB = 16,

Unable to get command to accept values other than 1 or 16. Believe this is due to the datatype for $MemoryInGB is [string] and should be [int], or converted for the validation of -lt 1 -or -gt 16.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions