Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 392 Bytes

File metadata and controls

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

$params = @{
	categories = @(
	"Sports"
)
description = "World's greatest football club"
displayName = "Chelsea FC"
webUrl = "https://www.chelseafc.com"
}

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