Get-VsanFileShareSnapshot
This cmdlet retrieves vSAN file share snapshots based on name or other filters.
Syntax
[-EndTime
<DateTime>]
[-FileShare <VsanFileShare[]>]
[-Name <String[]>]
[-Server <VIServer[]>]
[-StartTime <DateTime>]
[CommonParameters]
[-FileShare <VsanFileShare[]>]
[-Name <String[]>]
[-Server <VIServer[]>]
[-StartTime <DateTime>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
DateTime | named |
|
Specifies end time of creation for the vSAN file share snapshots you want to retrieve. | optional |
|
VsanFileShare[] | named |
|
Specifies the vSAN file share to which the file share snapshots belong. | optional |
|
String[] | named |
|
Filters the retrieved vSAN file share snapshots by name. | optional |
|
VIServer[] | named |
|
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 |
|
DateTime | named |
|
Specifies start time of creation for the vSAN file share snapshots you want to retrieve. |
Output
VMware.VimAutomation.Storage.Types.V1.Vsan.FileService.VsanFileShare
Examples
Example 1
Get-VsanFileShareSnapshot -Name "SnapshotName"
Retrieves the vSAN file share snapshots whose name is "SnapshotName".
Example 2
Get-VsanFileShareSnapshot -StartTime "12/21/2020" -EndTime "12/22/2020"
Retrieves the vSAN file share snapshots which have been created in the specified time interval.
Related Commands
VsanFileServerIpConfig
This cmdlet creates a vSAN file service IP configuration at the client side.
VsanFileServiceDomain
This cmdlet retrieves vSAN file service domains in a vSAN cluster.
This cmdlet modifies the settings of the given vSAN file domains.
This cmdlet removes the specified vSAN file service domain from the vSAN clusters.
This cmdlet creates a file service domain in a vSAN cluster.
VsanFileServiceOvf
This cmdlet downloads a file service OVF file of the specified URL into the OVF repository in vSphere.
VsanFileServiceOvfInfo
This cmdlet retrieves a vSAN file service OVF information.
VsanFileShare
This cmdlet retrieves vSAN file shares based on the name or ID filter.
This cmdlet modifies the configuration of a specified vSAN file share.
This cmdlet removes vSAN file shares.
This cmdlet creates a new vSAN file share in a specified file service domain.
VsanFileShareNetworkPermission
New-VsanFileShareNetworkPermission -IPSetOrSubnet -VsanFileShareAccessPermission [-AllowSquashRoot] [-WhatIf] [-Confirm] []
VsanFileShareSnapshot
This cmdlet retrieves vSAN file share snapshots based on the name or other filters.
This cmdlet removes vSAN file share snapshots.
This cmdlet creates a vSAN file share snapshot for the specified vSAN file share.