Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 347 Bytes

File metadata and controls

23 lines (18 loc) · 347 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Users

$params = @{
	businessPhones = @(
	"+1 425 555 0109"
)
officeLocation = "18/2111"
authorizationInfo = @{
	certificateUserIds = @(
	"5432109876543210@mil"
)
}
}

Update-MgBetaUser -UserId $userId -BodyParameter $params