Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 575 Bytes

File metadata and controls

20 lines (15 loc) · 575 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement

$params = @{
	"@odata.type" = "#microsoft.graph.organizationalBrandingThemeLocalization"
	locale = "fr-FR"
	headerBackgroundColor = "#3377ffff"
	pageBackgroundColor = "#FFFF33"
	signInPageText = "Welcome to Contoso"
	usernameHintText = "ContosoUsername "
}

New-MgBetaOrganizationBrandingThemeLocalization -OrganizationId $organizationId -OrganizationalBrandingThemeId $organizationalBrandingThemeId -BodyParameter $params