Set-AzureADMSApplicationLogo

アプリケーション オブジェクトのロゴを設定します。

構文

Set-AzureADMSApplicationLogo
   -ObjectId <String>
   -Content <Byte[]>
   [<CommonParameters>]

説明

アプリケーション オブジェクトのロゴを設定します。

例 1: アプリケーションのロゴを設定する

PS C:\>Set-AzureADMSApplicationLogo -ObjectId 121ce3aa-64cb-44f2-99e8-deb705caeddd -Content {imagebytearray}

このコマンドは、アプリケーションロゴを更新します。

パラメーター

-Content

アプリケーション ロゴとして使用する ImageByteArray

型:Byte[]
Position:Named
既定値:None
必須:True
Accept pipeline input:True
Accept wildcard characters:False

-ObjectId

オブジェクト固有の Azure Active Directory オブジェクトの一意識別子

型:String
Position:Named
既定値:None
必須:True
Accept pipeline input:True
Accept wildcard characters:False

入力

string

Byte[]