<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Drop Temporary SCCM scripts in Windows Events in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762517#M24464</link>
    <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;Do you think:&lt;/P&gt;&lt;P&gt;blacklist1 = EventCode="4103" Message="C:\\WINDOWS\\CCM\\SystemTemp\\[0-9|a-z]{8}\-([0-9|a-z]{4}\-){3}[0-9|a-z]{12}\.ps1&lt;/P&gt;&lt;P&gt;Would work to only filter out the specific number/word character syntax these temporary scripts use and allow other .ps1 scripts to be ingested?&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2026 14:05:20 GMT</pubDate>
    <dc:creator>Lynn_01</dc:creator>
    <dc:date>2026-07-27T14:05:20Z</dc:date>
    <item>
      <title>Drop Temporary SCCM scripts in Windows Events</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762485#M24458</link>
      <description>&lt;P&gt;On the universal forwarders, I need a regex pattern to drop Powershell temporary script events in splunk.&amp;nbsp; I'm trying to use the "Message" object to filter out the following example:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Script&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;C:\\WINDOWS\\CCM\\SystemTemp\\1b71bac2-99a4-4075&lt;/SPAN&gt;-a96e-9ecc803443f5.ps1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;So far, my blacklist stanza is:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;blacklist1 = EventCode = "4103" Message="C:\\\\WINDOWS\\\\CCM\\\\SystemTemp\\\\.*\.ps1"&lt;/P&gt;&lt;P&gt;But this does not seem to work.&amp;nbsp; Help please!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 21:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762485#M24458</guid>
      <dc:creator>Lynn_01</dc:creator>
      <dc:date>2026-07-24T21:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Temporary SCCM scripts in Windows Events</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762493#M24461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/318059"&gt;@Lynn_01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you&amp;nbsp;need to adjust the formatting of your blacklist entry in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;inputs.conf.&lt;/P&gt;&lt;P&gt;Remove the spaces around the inner&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;characters and the over-escaping of the backslashes.&lt;/P&gt;&lt;PRE&gt;[WinEventLog://Microsoft-Windows-PowerShell/Operational]
...&lt;BR /&gt;...
blacklist1 = EventCode="4103" Message="C:\\WINDOWS\\CCM\\SystemTemp\\.*\.ps1&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; &lt;STRONG&gt;Did this answer help you? If so, please consider&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2026 13:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762493#M24461</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-07-25T13:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Temporary SCCM scripts in Windows Events</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762517#M24464</link>
      <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;Do you think:&lt;/P&gt;&lt;P&gt;blacklist1 = EventCode="4103" Message="C:\\WINDOWS\\CCM\\SystemTemp\\[0-9|a-z]{8}\-([0-9|a-z]{4}\-){3}[0-9|a-z]{12}\.ps1&lt;/P&gt;&lt;P&gt;Would work to only filter out the specific number/word character syntax these temporary scripts use and allow other .ps1 scripts to be ingested?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 14:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762517#M24464</guid>
      <dc:creator>Lynn_01</dc:creator>
      <dc:date>2026-07-27T14:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Temporary SCCM scripts in Windows Events</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762531#M24469</link>
      <description>&lt;P&gt;Your regex looks close, but the Message field may not match the exact path format. &amp;nbsp;Before and after the path, and verify the raw event to confirm how Message is stored. Testing the regex against the raw event usually reveals the mismatch.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 08:36:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Drop-Temporary-SCCM-scripts-in-Windows-Events/m-p/762531#M24469</guid>
      <dc:creator>cartergray70543</dc:creator>
      <dc:date>2026-07-28T08:36:24Z</dc:date>
    </item>
  </channel>
</rss>

