Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 341 Bytes

File metadata and controls

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

$params = @{
	device = @{
		id = "aad49556-####-####-####-############"
	}
}

# A UPN can also be used as -UserId.
New-MgBetaUserAuthenticationHardwareOathMethod -UserId $userId -BodyParameter $params