Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 372 Bytes

File metadata and controls

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

$params = @{
	"@odata.type" = "#microsoft.graph.agentUser"
	accountEnabled = $true
	displayName = "Adele Vance"
	mailNickname = "AdeleV"
	userPrincipalName = "AdeleV@contoso.com"
	identityParentId = ""
}

New-MgBetaUser -BodyParameter $params