Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 793 Bytes

File metadata and controls

35 lines (30 loc) · 793 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.People

$params = @{
	categories = @(
	"Branding"
)
client = @{
	displayName = "Contoso Ltd."
	department = "Corporate Marketing"
	webUrl = "https://www.contoso.com"
}
displayName = "Contoso Re-branding Project"
detail = @{
	company = @{
		displayName = "Adventureworks Inc."
		department = "Consulting"
		webUrl = "https://adventureworks.com"
	}
	description = "Rebranding of Contoso Ltd."
	jobTitle = "Lead PM Rebranding"
	role = "project management"
	summary = "A 6 month project to help Contoso rebrand after they were divested from a parent organization."
}
}

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