Get-EmcVnxeFileSystem

Gets the file systems on connected VNXe3200 systems. File systems contain shares which are exposed to hosts. They are allocated from pools and hosted in NAS servers.

Note: This command is for VNXe3200 systems only.

 

Syntax

Get-EmcVnxeFileSystem [-ID <String>] [-StorageSystem <IStorageSystem>] [-Silent] [<CommonParameters>]

 

Parameters

-ID <String>

Attributes: Optional, Position: 1

Specifies the VNXe file system name or ID. Wildcards are permitted. It is a positional parameter (position = 1).

 

-StorageSystem <IStorageSystem>

Attributes: Optional, Position: named

Optional parameter, if omitted, the cmdlet returns results from all connected VNXe systems.

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Example

C:\PS>$ss = Get-EmcStorageSystem TestVNXeSystem

Get-EmcVnxeLunGroup -StorageSystem $ss

Gets all LUN groups for the specified VNXe storage system.