Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 427 Bytes

File metadata and controls

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

$params = @{
	allowedAudiences = "organization"
	client = @{
		department = "Corporate Marketing"
		webUrl = "https://www.contoso.com"
	}
}

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