Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 462 Bytes

File metadata and controls

23 lines (18 loc) · 462 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Security

$params = @{
	assignedTo = ""
	comment = "control is reviewed"
	state = "Reviewed"
	vendorInformation = @{
		provider = "SecureScore"
		providerVersion = $null
		subProvider = $null
		vendor = "Microsoft"
	}
}

Update-MgSecuritySecureScoreControlProfile -SecureScoreControlProfileId $secureScoreControlProfileId -BodyParameter $params