Windows PowerShell command on Get-command Get-StorageEnclosureStorageNodeView
MyWebUniversity

Windows PowerShell command on Get-command Get-StorageEnclosureStorageNodeView

NAME

Get-StorageEnclosureStorageNodeView

SYNOPSIS

Gets the node view of a Storage enclosure.

SYNTAX

Get-StorageEnclosureStorageNodeView [[-StorageNode] ] [[-StorageEnclosure] ]

[[-CimSession] ] []

DESCRIPTION

The Get-StorageEnclosureStorageNodeView cmdlet gets the node view of a Storage enclosure.

PARAMETERS

-CimSession []

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such

as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local

computer. Required? false Position? 3 Default value none Accept pipeline input? false Accept wildcard characters? false

-StorageEnclosure []

Specifies the Storage enclosure. Required? false Position? 2 Default value none Accept pipeline input? true(ByValue) Accept wildcard characters? false

-StorageNode []

Specifies the Storage node. Required? false Position? 1 Default value none Accept pipeline input? true(ByValue) Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

MSFT_StorageNodeToStorageEnclosure[] This cmdlet returns an array of StorageNodeToStorageEnclosure objects.

Example 1: Get enclosure details on a storage node

PS C:\>Get-StorageNode -Name "StorageNode21" | Get-StorageEnclosureStorageNodeView

This command gets all storage enclosure details connected to storage node named StorageNode21.

Example 2: Get storage enclosure details for all healthy enclosures

PS C:\>Get-StorageEnclosure -HealthStatus Healthy | Get-StorageEnclosureStorageNodeView

This command gets all Healthy storage enclosure details across all nodes in the cluster.

Example 3: Get storage enclosure details across all nodes

PS C:\>Get-StorageEnclosureStorageNodeView

This command gets all storage enclosure details across all nodes in the cluster.

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=816400

Get-DiskStorageNodeView

Get-PhysicalDiskStorageNodeView



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™