Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 428 Bytes

File metadata and controls

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

$params = @{
	parentFolderId = "AQMkADIxYjJiYgEzLTFmNjYALTRjYTMtODA1NC0wZDkxZGNmOTcxNTQALgAAA8RJzXYaLKZPlmn0ge0edZkBADa3qi2IMXRNg6RwQSHe_F8AAAIBDgAAAA=="
	displayName = "Important contacts"
}

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