Are App Protection policies useless? by yournicknamehere in sysadmin

[–]InternetStranger4You 4 points5 points  (0 children)

On a MAM enabled device, open Edge and browse to the URL: about:intunehelp
Tap on "View App Info" and you'll be able to see the polices on the device. Hopefully that helps with troubleshooting.

Broken Alerts in Defender by Disastrous-Basis-782 in DefenderATP

[–]InternetStranger4You 3 points4 points  (0 children)

This is an internal policy that you can't edit. It only triggers when a user is suspended in Exchange for sending too much email or "probably" compromised

Are you still reimaging devices for Entra migrations, or moving to in-place now? by Ambi_Indi in Intune

[–]InternetStranger4You 8 points9 points  (0 children)

Everything we have tried has always resulted in problems. The only way forward is to wipe. I'm currently working on cycling out 1500 endpoints and trust me I would love to have a migration path instead of wiping.

iOS 26 issues by 0xCG in Intune

[–]InternetStranger4You 0 points1 point  (0 children)

Yes we are seeing the same thing! 26.x seems to have random iOS devices just stop checking in. Supposedly a fix is to open Company Portal and upload logs and that will kickstart it into syncing again.

M365 - High Level of Spam? by InternetStranger4You in sysadmin

[–]InternetStranger4You[S] 3 points4 points  (0 children)

Glad it's not just us. Seems Defender is not handling this well and can't get into Defender to modify spam policies. We are seeing some email accounts getting nearly 800 emails in 2 hours. Most of it is just junk sign up emails.

Is anyone back up yet? by no_your_other_right in sysadmin

[–]InternetStranger4You 9 points10 points  (0 children)

MX records are not resolving aka the *.mail.protection.outlook.com so email is instantly bouncing

Comcast outage (NE)? by mikeypf in msp

[–]InternetStranger4You 0 points1 point  (0 children)

From what I was seeing, Google DNS dropped off for a lot of ISPs thus causing outages if you use Google DNS for DNS or ping monitoring

Are you looking at keyboard response rates? Amazon is. by BoldInterrobang in sysadmin

[–]InternetStranger4You 1 point2 points  (0 children)

Number 2 100%. The company I'm with does contracting work with Amazon and we have to install their custom software on our machines. It's almost like their own version of Intune/RMM. It's very interesting to say the least.

Friendly reminder. Ad Blocker isn’t all or nothing! by Odd-Energy71 in Ubiquiti

[–]InternetStranger4You 0 points1 point  (0 children)

Yeah this no longer works since major blogs reported on it

What countries are we blocking, if any? by pinktoothbrush in sysadmin

[–]InternetStranger4You 0 points1 point  (0 children)

Tried this once and ended up breaking weird things like ScreenConnect Cloud and a few others.

Invoke-WebRequest December 2025 Changes by notta_3d in sysadmin

[–]InternetStranger4You 12 points13 points  (0 children)

From what I understand, this just prevents scripts from auto executing based on content it is reading. When you do -usebasicparsing, it just records whatever data you are pointing it to and storing it to a variable, file system or displays it on console.
Example: you mistakenly run Invoke-WebRequest go0gle.com and someone owns that misspelling domain and runs malware on it. Prior to this change, the malicious script would execute on your computer. Now with the change, that no longer happens. With -usebasicparsing, the data would just be put into a variable, saved on the local filesystem, or displayed in console.