Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 337 Bytes

File metadata and controls

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

$params = @{
	name = "jobGroup"
	dataType = "String"
	isMultiValued = $true
	targetObjects = @(
	"User"
)
}

New-MgBetaApplicationExtensionProperty -ApplicationId $applicationId -BodyParameter $params