Get-SCStorageZoneAlias
Gets a Fibre Channel zone alias.
Syntax
Get-SCStorageZoneAlias
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageZoneAlias
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-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.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ID
Specifies the unique ID for a Fibre Channel zone.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name the Fibre Channel zone alias.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
Specifies a Virtual Machine Manager (VMM) server object.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
StorageZoneAlias
This cmdlet returns a StorageZoneAlias object.