Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 596 Bytes

File metadata and controls

21 lines (16 loc) · 596 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.People

$params = @{
	description = "Lifetime Achievement award from the International Association of Branding Managers"
	displayName = "Lifetime Achievement Award For Excellence in Branding"
	issuedDate = "Date"
	issuingAuthority = "International Association of Branding Management"
	thumbnailUrl = "https://iabm.io/sdhdfhsdhshsd.jpg"
	webUrl = "https://www.iabm.io"
}

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