Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 472 Bytes

File metadata and controls

22 lines (12 loc) · 472 Bytes

Example 2: Code snippet

Import-Module Microsoft.Graph.Beta.Files

Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId

This example shows how to use the Get-MgBetaShareDriveItem Cmdlet.

Example 3: Code snippet

Import-Module Microsoft.Graph.Beta.Files

Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId -ExpandProperty "children" 

This example shows how to use the Get-MgBetaShareDriveItem Cmdlet.