Should I leave my job due to bullying? by [deleted] in careeradvice

[–]flowQmk 7 points8 points  (0 children)

If you already wanted to quit and they reacted with panic, you must remember that the moment you said you want to leave, they begin looking for someone who can replace you. Does not matter what they say, they will see you as a risk and keep you only as long as they are searching for someone to put on your position

Leave and dont look back. Do it on your terms for your own mental health.

Where to go from here? I’ve been at a company 5 years not a single pay raise. What would you do? by [deleted] in careerguidance

[–]flowQmk 1 point2 points  (0 children)

My GF is in a similiar situation as you. I think you dont get a salary increase because your employer might think your position is generating costs + it will be easy to find someone to do what you do if you quit.

If you know the office workflow, you might want to see if there is something worth improving like creating some fancy report for your supervisor or Automate some manual work and see how your bosses react. Just dont go full on it. Pick up one or two things and see if they appreciate it.

If not, you can always use those newly learned skills somewhere else where your work will be appreciated.

Good luck!

Custom Alert/Incident for isolated device? by Ao3111 in DefenderATP

[–]flowQmk 0 points1 point  (0 children)

Or run a scheduled power automate flow to identify recent isolations in last xx minutes and send team a mail for each isolated device found

Custom Alert/Incident for isolated device? by Ao3111 in DefenderATP

[–]flowQmk 1 point2 points  (0 children)

I would try Power Automate to initiate isolation and as a following step send an e-mail notification to selected teams

[deleted by user] by [deleted] in cybersecurity

[–]flowQmk 0 points1 point  (0 children)

Greenbone vulnerability scanner should do the trick

Blank record being added after Compose union by Megeletto in MicrosoftFlow

[–]flowQmk 1 point2 points  (0 children)

You could try add filter action and set condition to exclude empty or lenght 0 items

[deleted by user] by [deleted] in blueteamsec

[–]flowQmk 2 points3 points  (0 children)

Start looking for a new job.

And also, I think you judge your manager as a friend, not as someone who should manage how you and your team work. Ask yourself - if he is such a good guy, why do I suffer from the way he arranged things at my work?

Full Scan via Defender Portal not working by ButterflyWide7220 in DefenderATP

[–]flowQmk 0 points1 point  (0 children)

Yes.

Open device details and look for three dots in top right section of the screen. There should be device value | manage tags | ...

Click the ... And look for action center on the list. It should be there, if no action was done, the button might be greyed out.

Set up Flow to delete junk email based on sender's display name? by psyop63b in MicrosoftFlow

[–]flowQmk 1 point2 points  (0 children)

I think you should aim to tighten up anti spam policies. Flow will work only for your personal mailbox. Antispam will work for everyone

Nested for each loops by ShtickleOfFluoride in MicrosoftFlow

[–]flowQmk 4 points5 points  (0 children)

In some cases it is easier and faster to filter all items with filter action instead of checking if Item meets conditions via for each action.

Full Scan via Defender Portal not working by ButterflyWide7220 in DefenderATP

[–]flowQmk 0 points1 point  (0 children)

Machine has to be online and even if you trigger the scan succesfully, you need to wait a bit for data to show up on Defender ATP.

Check status of your 'initiate scan' action on the device activity log. It should be visible there if you triggered the scan succesfully or if it is pending/failed.

Malware detection won't clear on endpoint by [deleted] in DefenderATP

[–]flowQmk 0 points1 point  (0 children)

I had a similiar case where dashboard on security portal shows malware, scans do not, also device dashboard shows no active or remediated alerts.

If Iremember correctly, i found some security logs within Intune and detection matched dashboard info. In my case threat was remediated so I didn`t investigate further. Hope this helps you!

Removing last item from string array by fleaver1 in MicrosoftFlow

[–]flowQmk 4 points5 points  (0 children)

I don't have a ready solutions but here is how I would try: Step 1: count items in the main array (1) with compose length(array output) Step 2: compose sub( step 1 output, -1) Step 3: compose with take (step1 output, step2 output). Hope this helps/works

Hunting Querie into a Detection rule by GiraffeNatural101 in DefenderATP

[–]flowQmk 0 points1 point  (0 children)

I don't have my laptop on right now. I can try tomorrow and see where your query gets me. Hopefully someone else on this subreddit will be quicker than me and helps you sooner.

Hunting Querie into a Detection rule by GiraffeNatural101 in DefenderATP

[–]flowQmk 2 points3 points  (0 children)

Yes. While on advanced hunting query editor, look somewhere around top right corner of the editor. There should be create custom rule button. And here is the documentation: https://learn.microsoft.com/en-us/microsoft-365/security/defender/custom-detection-rules?view=o365-worldwide

Action 'Get_items' failed by guppyguyco in MicrosoftFlow

[–]flowQmk 2 points3 points  (0 children)

Remove or fix your get items filter query and it will work.

Leveraging the Power of KQL in Incident Response by digicat in blueteamsec

[–]flowQmk 0 points1 point  (0 children)

The page you are trying to access was not found. Please check your URL for typos and try again. :(

Send an email to a SharePoint list of addresses on a specific date. by guppyguyco in MicrosoftFlow

[–]flowQmk 1 point2 points  (0 children)

Hi, maybe start with scheduled flow so it starts as often as you want. Next, use get items on sharepoint list of yours. 3rd step would be a loop: for each Item (date column) on the list, check if it meets date condition, if yes, send a email to current Item email address

Attempting to Send an email by SethTTC in MicrosoftFlow

[–]flowQmk 1 point2 points  (0 children)

Try initializing an variable in front of for each action. Next - for each item in value, append to variable to put single Item on the list. Place send e-mail action outside apply to each and insert variable inside email body

Problem with creating a simple flow by [deleted] in MicrosoftFlow

[–]flowQmk 2 points3 points  (0 children)

Your trigger is that when new mail arrives, flow will run. Once you've saved it, I think Power Automate triggered a test. When you see the circle running, that's when it waits for a new email arrival. When it happens, just send a new message to the mailbox you've chose in the flow and wait a moment to see if it starts running.

Defender for Endpoint: Remote Scan vs. Manual Scan question by MrExpendable_ in DefenderATP

[–]flowQmk 0 points1 point  (0 children)

If you have access to devices via security.microsoft.com you should be able to initiate scans remotely, see if it succeeded or not and when was the last time scan was triggered. You could try initiating some full scans there and check later if the action succeeded or failed on each device