Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 317 Bytes

File metadata and controls

18 lines (13 loc) · 317 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.DirectoryObjects

$params = @{
	entityType = "Group"
	displayName = "test"
	mailNickname = "test"
	onBehalfOfUserId = "onBehalfOfUserId-value"
}

Test-MgDirectoryObjectProperty -BodyParameter $params