Get-SCStorageFileServer
스토리지 파일 서버를 가져옵니다.
Syntax
Get-SCStorageFileServer
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageFileServer
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCStorageFileServer cmdlet은 스토리지 파일 서버를 가져옵니다.
예제
예제 1: 특정 스토리지 파일 서버 가져오기
PS C:\> $FileServer = Get-SCStorageFileServer -Name "FileServer01.Contoso.com"
PS C:\> $FileServer
첫 번째 명령은 FileServer01이라는 파일 서버 개체를 가져와서 해당 개체를 $FileServer 변수에 저장합니다.
두 번째 명령은 $FileServer 저장된 파일 서버에 대한 정보를 표시합니다.
매개 변수
-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를 지정합니다.
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 |