你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADApplicationLogo
检索应用程序的徽标
语法
Get-AzureADApplicationLogo
-ObjectId <String>
[-FilePath <String>]
[-FileName <String>]
[-View <Boolean>]
[<CommonParameters>]
说明
此 cmdlet 检索为应用程序设置的徽标。
示例
示例 1
PS C:\WINDOWS\system32> Get-AzureADApplicationLogo -ObjectId 79592454-dea7-4660-9d91-f1768e5055ac
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...}
此示例演示如何检索通过 Object ID 参数指定的应用程序的应用程序徽标
参数
-FileName
如果提供,则会将应用程序徽标复制到此参数中提供其名称的文件
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-FilePath
如果提供,则使用随机文件名将应用程序徽标复制到此参数中指定的文件路径
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ObjectId
要为其检索徽标的应用程序的 ObjectID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-View
如果设置为 $true,则应用程序的徽标将显示在屏幕上的新窗口中。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
输入
System.Boolean
输出
备注
请参阅 Get-AzureADApplicationLogo 到 Microsoft Graph PowerShell 的迁移指南。