Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 399 Bytes

File metadata and controls

17 lines (12 loc) · 399 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Identity.SignIns

$params = @{
	"@odata.type" = "#microsoft.graph.externalAuthenticationMethod"
	configurationId = "26310fee-860b-4eab-8749-ab730dcf335e"
	displayName = "Adatum"
}

New-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId $userId -BodyParameter $params