Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 378 Bytes

section-copytonotebook-powershell-snippets.md

File metadata and controls

18 lines (13 loc) · 378 Bytes
description
Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Users.Actions

$params = @{
	id = "id-value"
	groupId = "groupId-value"
	renameAs = "renameAs-value"
}

# A UPN can also be used as -UserId.
Copy-MgBetaUserOnenoteSectionToNotebook -UserId $userId -OnenoteSectionId $onenoteSectionId -BodyParameter $params