Set-AzureADMSApplicationLogo
設定應用程式對象的標誌。
語法
Set-AzureADMSApplicationLogo
-ObjectId <String>
-Content <Byte[]>
[<CommonParameters>]
Description
設定應用程式對象的標誌。
範例
範例 1:設定應用程式的標誌
PS C:\>Set-AzureADMSApplicationLogo -ObjectId 121ce3aa-64cb-44f2-99e8-deb705caeddd -Content {imagebytearray}
此命令會更新應用程式標誌。
參數
-Content
要當做應用程式標誌使用的 ImageByteArray
類型: | Byte[] |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ObjectId
特定 Azure Active Directory 物件的唯一標識碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
string
Byte[]