einast / PS_M365_scripts

Public repository of scripts
8 stars 10 forks source link

typo in line 153 #5

Closed cweste82 closed 2 years ago

cweste82 commented 2 years ago

$Message = $incidents.posts.description.content[$inc.Messages.Count-1] | ConvertTo-Json

must be

$Message = $inc.posts.description.content[$inc.Messages.Count-1] | ConvertTo-Json

einast commented 2 years ago

Thanks, fixed.