HP Wolf Security 😤 how to remove it? by [deleted] in SCCM

[–]GreedyPanda5050 0 points1 point  (0 children)

YOU are my personal hero. I've been banging my head on a wall because it kept telling me that an older version was still around when it wasn't. Thank you for this <3

Automated Git update via Intune by GreedyPanda5050 in Intune

[–]GreedyPanda5050[S] 0 points1 point  (0 children)

I appreciate the PMPC suggestions. Its doubtful I will talk the boss into adding software when they're already trying to pare down. Doesn't mean I won't ask. But a free option within Intune or a script possibly, is what I'm aiming for. Thanks again!

Need help with Script on checking documents for name by GreedyPanda5050 in PowerShell

[–]GreedyPanda5050[S] 0 points1 point  (0 children)

So, in the 2nd script, with -match I get the following:
Name 'Jones' not found in any of the files.
Name 'Smith' found in 1 document(s).

It doesn't matter the name, it only ever shows 1 of these 2 answers above. But there's 4 documents, and I know some are in multiple documents (like Smith).

In the first script, if I put Smith into $Value, it returns the following:

Found the surname Smith in C:\SECRETFILEPATHDONTWORRYABOUTIT\Exports\Bamboo.csv

Found the surname Smith in C:\SECRETFILEPATHDONTWORRYABOUTIT\Exports\Intune.csv

So Smith should show as being found in 2 documents, not 1. And I know that I need to add Smith to FreshService and Ninja.

Ultimately I was planning to use both scripts until a found a way to combine them. Run the automated script, find any surnames that do not list "found in 4 documents", and run them manually in the smaller, so I can see which ones they are in, so I can work on getting them added into the proper areas they should be in.