共用方式為


Get-AzureADContactThumbnailPhoto

擷取聯繫人的縮圖相片

語法

Get-AzureADContactThumbnailPhoto
   -ObjectId <String>
   [-FilePath <String>]
   [-FileName <String>]
   [-View <Boolean>]
   [<CommonParameters>]

Description

擷取聯繫人的縮圖相片

範例

範例 1

Get-AzureADContactThumbnailPhoto -ObjectId b052db07-e7ec-4c0e-b481-a5ba550b9ee7

Tag                  :
PhysicalDimension    : {Width=279, Height=390}
Size                 : {Width=279, Height=390}
Width                : 279
Height               : 390
HorizontalResolution : 96
VerticalResolution   : 96
Flags                : 77840
RawFormat            : [ImageFormat: b96b3cae-0728-11d3-9d7b-0000f81ef32e]
PixelFormat          : Format24bppRgb
Palette              : System.Drawing.Imaging.ColorPalette
FrameDimensionsList  : {7462dc86-6180-4c7e-8e3f-ee7333a7a483}
PropertyIdList       : {274, 305, 306, 36867...}
PropertyItems        : {274, 305, 306, 36867...}

此範例會擷取以物件識別元參數指定的聯繫人對象的縮圖相片

參數

-FileName

提供時,Cmdlet 會將縮圖相片的複本寫入此檔名

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-FilePath

提供時,Cmdlet 會使用隨機檔名,將縮圖相片的複本寫入此檔案路徑

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-ObjectId

擷取縮圖相片之聯繫人的物件標識碼

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-View

如果此參數值設定為 $True,請在新視窗中顯示擷取的縮圖相片

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸入

String

System.Boolean

輸出

Object