Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 374 Bytes

File metadata and controls

26 lines (21 loc) · 374 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Files

$params = @{
	name = "Just some files"
	"@microsoft.graph.conflictBehavior" = "rename"
	bundle = @{
	}
	children = @(
		@{
			id = "1234asdf"
		}
		@{
			id = "1234qwerty"
		}
	)
}

New-MgBetaDriveBundle -DriveId $driveId -BodyParameter $params