New-VsanFileShare

This cmdlet creates a new vSAN file share in a specified file service domain.

Syntax

-FileServiceDomain  <VsanFileServiceDomain>
-Name  <String>
[-FileShareNetworkPermission  <VsanFileShareNetworkPermission[]>]
[-HardQuotaGB  <Decimal>]
[-Label  <Hashtable>]
[-Server  <VIServer[]>]
[-SoftQuotaGB  <Decimal>]
[-StoragePolicy  <SpbmStoragePolicy>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
FileServiceDomain
VsanFileServiceDomain named
  • pipeline
  • Specifies the vSAN file service domain to which the vSAN file share belongs.
    required
    Name
    String named Specifies the new name of the vSAN file share.
    optional
    FileShareNetworkPermission
    VsanFileShareNetworkPermission[] named Specifies the new file share network permission settings of the vSAN file share.
    optional
    HardQuotaGB
    Decimal named Specifies the new hard quota in GB of the vSAN file share.
    optional
    Label
    Hashtable named Specifies the new labels of the vSAN file share.
    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
    SoftQuotaGB
    Decimal named Specifies the new soft quota in GB of the vSAN file share.
    optional
    StoragePolicy
    SpbmStoragePolicy named Specifies the new storage policy of the vSAN file share.

    Output

    VMware.VimAutomation.Storage.Types.V1.Vsan.FileService.VsanFileShare

    Examples


    Example 1

    New-VsanFileShare -FileServiceDomain $fileServieDomain -Name "FileShare1" -FileShareNetworkPermission $permission

    Creates a new vSAN file share named "FileShare1" in the $fileServieDomain file service domain with a $permission network permision.

    Related Commands

    Feedback

    Was this page helpful?