Get-SCStorageZoneAlias
Gets a Fibre Channel zone alias.
Syntax
All (Default)
Get-SCStorageZoneAlias
[[-Name] <String>]
[-VMMServer <ServerConnection>]
[-All]
[<CommonParameters>]
ID
Get-SCStorageZoneAlias
[[-Name] <String>]
[-VMMServer <ServerConnection>]
[-ID <Guid>]
[<CommonParameters>]
Description
The Get-SCStorageZoneAlias cmdlet gets a Fibre Channel zone alias.
Examples
Example 1: Get a storage zone alias by name
PS C:\> Get-SCStorageZoneAlias -Name "Alias01"
This command gets the storage zone alias named Alias01.
Parameters
-All
Indicates that this cmdlet retrieves a full list of all subordinate Fibre Channel zone aliases independent of the parent object with which they are associated.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
All
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ID
Specifies the unique ID for a Fibre Channel zone.
Parameter properties
| Type: | Guid |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
ID
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Name
Specifies the name the Fibre Channel zone alias.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-VMMServer
Specifies a Virtual Machine Manager (VMM) server object.
Parameter properties
| Type: | ServerConnection |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Outputs
StorageZoneAlias
This cmdlet returns a StorageZoneAlias object.