Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 373 Bytes

File metadata and controls

16 lines (11 loc) · 373 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Applications

$params = @{
	name = "name-value"
	region = "region-value"
}

Update-MgBetaOnPremisePublishingProfileConnectorGroup -OnPremisesPublishingProfileId $onPremisesPublishingProfileId -ConnectorGroupId $connectorGroupId -BodyParameter $params