imabdk/Toast-Notification-Script

Incorrect Quotation Marks

Closed this issue · 1 comments

Wrong type of quotation marks used in the query on line 520.

$GetCMUpdate = Get-CimInstance -Namespace root\ccm\clientSDK -Query SELECT * FROM CCM_SoftwareUpdate WHERE ArticleID = '$RunUpdateIDValue' AND Name LIKE '%$RunUpdateTitleValue%'

Wow. Well done spotted. Looks like a copy/paste thing. Fixed in the next release. Thank you.