Get-SCStorageProvider
스토리지 공급자 개체를 가져옵니다.
Syntax
Get-SCStorageProvider
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageProvider
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCStorageProvider cmdlet은 하나 이상의 스토리지 공급자 개체를 가져옵니다.
예제
예제 1: 이름으로 스토리지 공급자 가져오기
PS C:\> $Provider = Get-SCStorageProvider -Name "StorProv01.Contoso.com"
이 명령은 StorProv01이라는 스토리지 공급자를 가져오고 $Provider 변수에 저장합니다.
매개 변수
-All
이 cmdlet은 부모 개체와 독립적으로 모든 하위 개체를 가져옵니다.
예를 들어 이 명령은 Get-SCVirtualDiskDrive -All
각 가상 디스크 드라이브 개체가 연결된 가상 머신 개체 또는 템플릿 개체에 관계없이 모든 가상 디스크 드라이브 개체를 가져옵니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ID
특정 개체의 숫자 식별자를 전역적으로 고유한 식별자 또는 GUID로 지정합니다.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
VMM 개체의 이름을 지정합니다.
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 |
출력
StorageProvider
이 cmdlet은 StorageProvider 개체를 반환합니다.