Get-SCStorageFabric
VMM 데이터베이스에서 파이버 채널 패브릭을 가져옵니다.
Syntax
Get-SCStorageFabric
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageFabric
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCStorageFabric cmdlet은 VMM(Virtual Machine Manager) 데이터베이스에서 파이버 채널 패브릭을 가져옵니다.
예제
예제 1: 이름으로 스토리지 패브릭 가져오기
PS C:\> Get-SCStorageFabric -Name "Fabric01"
이 명령은 Fabric01이라는 스토리지 패브릭을 가져옵니다.
매개 변수
-All
이 cmdlet은 부모 개체와 독립적으로 모든 하위 개체를 가져옵니다.
예를 들어 이 명령은 Get-SCVirtualDiskDrive -All
각 가상 디스크 드라이브 개체가 연결된 가상 머신 개체 또는 템플릿 개체에 관계없이 모든 가상 디스크 드라이브 개체를 가져옵니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ID
이 cmdlet이 가져오는 파이버 채널 패브릭의 고유 ID 적(foe)을 지정합니다.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
이 cmdlet이 가져오는 파이버 채널 패브릭의 이름을 지정합니다.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
VMM 서버 개체를 지정합니다.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
출력
StorageFabric
이 cmdlet은 StorageFabric 개체를 반환합니다.