Import-Module Microsoft.Graph.Beta.Files
Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId
This example shows how to use the Get-MgBetaShareDriveItem Cmdlet.
Import-Module Microsoft.Graph.Beta.Files
Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId -ExpandProperty "children"
This example shows how to use the Get-MgBetaShareDriveItem Cmdlet.