Set-EntraApplicationLogo

アプリケーションのロゴを設定します

構文

File (既定)

Set-EntraApplicationLogo

    -ApplicationId <String>
    -FilePath <String>
    [<CommonParameters>]

Stream

Set-EntraApplicationLogo

    -ApplicationId <String>
    [<CommonParameters>]

ByteArray

Set-EntraApplicationLogo

    -ApplicationId <String>
    [<CommonParameters>]

説明

Set-EntraApplicationLogo コマンドレットは、アプリケーションのロゴを設定するために使用されます。

例 1: ApplicationId パラメーターで指定されたアプリケーションのアプリケーション ロゴを設定する

Connect-Entra -Scopes 'Application.ReadWrite.All'
$application = Get-EntraApplication -Filter "DisplayName eq 'Contoso Helpdesk Application'"
Set-EntraApplicationLogo -ApplicationId $application.Id -FilePath 'D:\applogo.jpg'

このコマンドレットは、 -ApplicationId パラメーターで指定されたアプリケーションのアプリケーション ロゴを、 -FilePath パラメーターで指定されたイメージに設定します。

パラメーター

-ApplicationId

ロゴが設定されているアプリケーションの ApplicationId。

パラメーターのプロパティ

型:System.String
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:オブジェクト識別子

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-FilePath

アプリケーション ロゴとしてアップロードするファイルのファイル パス。

-ApplicationId

ロゴが設定されているアプリケーションの ApplicationId。

パラメーターのプロパティ

型:System.String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

File
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:True
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

入力

System.String

System.IO.Stream System.Byte[]

出力

System.Object

メモ

ファイルのアップロードは 500 KB 未満にする必要があります。