Set-AzureADApplicationLogo

Het logo voor een toepassing instellen

Syntax

Set-AzureADApplicationLogo
   [-ObjectId <String>]
   -FilePath <String>
   [<CommonParameters>]
Set-AzureADApplicationLogo
   [-ObjectId <String>]
   -FileStream <Stream>
   [<CommonParameters>]
Set-AzureADApplicationLogo
   [-ObjectId <String>]
   -ImageByteArray <Byte[]>
   [<CommonParameters>]

Description

Deze cmdlet wordt gebruikt om het logo voor een toepassing in te stellen

Voorbeelden

Voorbeeld 1

PS C:\WINDOWS\system32> Set-AzureADApplicationLogo -ObjectId 79592454-dea7-4660-9d91-f1768e5055ac -FilePath D:\applogo.jpg

Met deze cmdlet stelt u het toepassingslogo in voor de toepassing die is opgegeven door de object-id-parameter op de installatiekopieën die zijn opgegeven met de parameter FIlepath

Parameters

-FilePath

Het bestandspad van het bestand dat moet worden geüpload als het toepassingslogo

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-FileStream

Een fileStream die moet worden gebruikt als het toepassingslogo

Type:Stream
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ImageByteArray

En ImageByteArray die moet worden gebruikt als het toepassingslogo

Type:Byte[]
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ObjectId

De ObjectID van de toepassing waarvoor het logo is ingesteld

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

String

System.IO.Stream System.Byte[]

Uitvoerwaarden

Object