Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 446 Bytes

File metadata and controls

24 lines (19 loc) · 446 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.CloudCommunications

$params = @{
	statusMessage = @{
		message = @{
			content = "Hey I'm currently in a meeting."
			contentType = "text"
		}
		expiryDateTime = @{
			dateTime = "2022-10-18T17:05:33.2079781"
			timeZone = "Pacific Standard Time"
		}
	}
}

Set-MgUserPresenceStatusMessage -UserId $userId -BodyParameter $params