Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 365 Bytes

File metadata and controls

25 lines (20 loc) · 365 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Files

$params = @{
	name = "My Day at the Beach"
	"@microsoft.graph.conflictBehavior" = "rename"
	bundle = @{
		album = @{
		}
	}
	children = @(
		@{
			id = "1234asdf"
		}
	)
}

New-MgBetaDriveBundle -DriveId $driveId -BodyParameter $params