Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 362 Bytes

File metadata and controls

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

$params = @{
	displayName = "sales"
	description = "for employees working with sales and outside sales partners"
	state = "published"
	isExternallyVisible = $true
}

New-MgEntitlementManagementCatalog -BodyParameter $params