Skip to content

Commit e944dad

Browse files
committed
Clean log file
1 parent 7878252 commit e944dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PingCastle-Notify.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ try {
439439
$log = $BodyTeams
440440
$log = $log + $final_thread
441441
$log = $log.Replace("*","").Replace(":large_green_circle:","").Replace(":large_orange_circle:","").Replace(":large_yellow_circle:","").Replace(":red_circle:","").Replace(":heavy_exclamation_mark:","!").Replace(":white_check_mark:","-").Replace(":arrow_forward:",">").Replace(":tada:","")
442+
$log = $log.Replace("{","").Replace(" text:'","").Replace("🥳","")
442443
$log | out-file -append $logreport
443444

444445
$log

0 commit comments

Comments
 (0)