Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 279 Bytes

File metadata and controls

17 lines (12 loc) · 279 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Mail

$params = @{
	displayName = "Clutter"
	isHidden = $true
}

# A UPN can also be used as -UserId.
New-MgUserMailFolder -UserId $userId -BodyParameter $params