Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 394 Bytes

File metadata and controls

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

$params = @{
	displayName = "Norwegian Bokmål"
	tag = "nb-NO"
	spoken = "nativeOrBilingual"
	written = "nativeOrBilingual"
	reading = "nativeOrBilingual"
}

# A UPN can also be used as -UserId.
New-MgBetaUserProfileLanguage -UserId $userId -BodyParameter $params