Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 398 Bytes

File metadata and controls

22 lines (12 loc) · 398 Bytes

Example 1: Get a succeeded operation

Import-Module Microsoft.Graph.Beta.Calendar

Get-MgBetaPlaceOperation

This example will get a succeeded operation

Example 2: Get a partially succeeded operation with errors

Import-Module Microsoft.Graph.Beta.Calendar

Get-MgBetaPlaceOperation

This example will get a partially succeeded operation with errors