你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADContactThumbnailPhoto
检索联系人的缩略图
语法
Get-AzureADContactThumbnailPhoto
-ObjectId <String>
[-FilePath <String>]
[-FileName <String>]
[-View <Boolean>]
[<CommonParameters>]
说明
检索联系人的缩略图
示例
示例 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...}
此示例检索使用对象 ID 参数指定的联系人对象的缩略图照片
参数
-FileName
提供后,cmdlet 会将缩略图照片的副本写入此文件名
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-FilePath
提供后,cmdlet 将使用随机文件名将缩略图照片的副本写入此文件路径
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ObjectId
检索缩略图照片的联系人的对象 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-View
如果此参数值设置为$True,则在新窗口中打开检索到的缩略图照片
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
输入
System.Boolean