Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 368 Bytes

File metadata and controls

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

$params = @{
	customSecurityAttributes = @{
		Engineering = @{
			"@odata.type" = "#Microsoft.DirectoryServices.CustomSecurityAttributeValue"
			ProjectDate = "2022-10-01"
		}
	}
}

Update-MgBetaUser -UserId $userId -BodyParameter $params