Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 329 Bytes

File metadata and controls

20 lines (15 loc) · 329 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.CloudCommunications

$params = @{
	statusMessage = @{
		message = @{
			content = "Hey I am available now"
			contentType = "text"
		}
	}
}

Set-MgUserPresenceStatusMessage -UserId $userId -BodyParameter $params