Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 385 Bytes

File metadata and controls

21 lines (16 loc) · 385 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Users.Actions

$params = @{
	inputIds = @(
	'{rest-formatted-id-1}'
'{rest-formatted-id-2}'
)
sourceIdType = "restId"
targetIdType = "restImmutableEntryId"
}

# A UPN can also be used as -UserId.
Invoke-MgTranslateUserExchangeId -UserId $userId -BodyParameter $params