Add-VsanFileServiceOvf

This cmdlet downloads a file service OVF file of the specified URL into the OVF repository in vSphere. If no URL is specified, a compatible vSAN file service OVF download URL for the target cluster is searched and used.

Syntax

[-Cluster  <Cluster[]>]
[-Server  <VIServer[]>]
[-Url  <String[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
Cluster
Cluster[] named
  • wildcards
  • pipeline
  • Specifies the vSAN cluster for which a compatible OVF is searched and downloaded. If the URL is specified, this parameter is ignored.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.
    optional
    Url
    String[] named Specifies the URL from which you want to download the OVF file.

    Output

    Examples


    Example 1

    Add-VsanFileServiceOvf -Url $url

    Downloads an OVF file from the specified URL into the vSphere OVF repository.

    Related Commands

    Feedback

    Was this page helpful?