Set-AzureADMSApplicationLogo
Sets the logo for an application object.
Syntax
Set-AzureADMSApplicationLogo
-ObjectId <String>
-Content <Byte[]>
[<CommonParameters>]
Description
Sets the logo for an application object.
Examples
Example 1: Sets the logo of the application
PS C:\>Set-AzureADMSApplicationLogo -ObjectId 121ce3aa-64cb-44f2-99e8-deb705caeddd -Content {imagebytearray}
This command updates the application logo.
Parameters
-Content
An ImageByteArray that is to be used as the application logo
Type: | Byte[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ObjectId
The unique identifier of the object specific Azure Active Directory object
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
string
Byte[]