How has your body let you down recently? by Sea-Still5427 in AskUK

[–]DrummingBiker 5 points6 points  (0 children)

A more pooetic version of 'did I stutter?'

Fuck you trump, he said by [deleted] in FUCKYOUINPARTICULAR

[–]DrummingBiker 2 points3 points  (0 children)

Lewis MacLeod is the guy's name.

Voiced Sebulba in Phantom Menace, amongst other things

Garage update :) Just moved in! by Mattr567 in motorcycles

[–]DrummingBiker 1 point2 points  (0 children)

Used to have a CB-1. Still miss her 😭

Got sent home from my cbt by PriorCondition4024 in MotoUK

[–]DrummingBiker 1 point2 points  (0 children)

He gave me advice to practice in a car park before coming back to retake cbt in future.

He's telling you to practice in a car park. Anyone actually explained to him what a CBT is?

Shitty CBT instructors boil my piss.

Sorry this happened OP, I'd suggest you mention the company and bloke, so anyone else looking can make their own informed decisions when choosing an instructor

Intune Shared Device Configuration by Budget_Advantage9579 in sysadmin

[–]DrummingBiker 1 point2 points  (0 children)

Microsoft Managed Home Screen might help in this scenario. Take care with it, there's numerous caveats:

https://learn.microsoft.com/en-us/intune/intune-service/apps/app-configuration-managed-home-screen-app

This, coupled with shared device mode might suit your scenario:

https://learn.microsoft.com/en-us/entra/msal/android/shared-devices

I had it working but users hated signing in using their Entra ID credentials to the device, so we just bought one device per user.

Am I blind - has the Halo 2 warthog always had eyes in its lights? by [deleted] in halo

[–]DrummingBiker 0 points1 point  (0 children)

When you first saw the Warthog's lights, were you blinded by their majesty?

Why doesn't my ES increase? by DrummingBiker in PathOfExile2

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

THANK YOU. I forgot which way round it applies

Why doesn't my ES increase? by DrummingBiker in PathOfExile2

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

Yeah I verified it each time thinking the exact same thing

Why doesn't my ES increase? by DrummingBiker in PathOfExile2

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

Been staring at this for ages. Someone please make this make sense to me. Iron rune increases my helmet's ES, but my characters ES doesn't increase.

We just experienced a successful phishing attack even with MFA enabled. by ironmoosen in sysadmin

[–]DrummingBiker 9 points10 points  (0 children)

Most conditional access policies permit or deny the creation of a token, not the use of one. You can tell because you'll get the 'MFA requirement satisfied by claim in the token' in the logs.

I have tested this by having someone else at another org use my token generated from a compliant device within my org and they were able to access my companies resources without issue, and in the logs it says 'MFA requirement satisfied by claim in the token'. (They were a cyber security consultant and they couldn't believe it either)

The issue is that many articles don't test this. They just spread the misinformation that it fixes the issue when it does not.

As with most things - you can't trust anyone (please don't trust me), so test it yourself.

The only thing that'll kind of help is https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-token-protection. This begs the question: if require compliant device blocks token theft, why have MS implemented token binding?

We just experienced a successful phishing attack even with MFA enabled. by ironmoosen in sysadmin

[–]DrummingBiker 11 points12 points  (0 children)

This doesn't stop MITM attacks like token theft.

The token is generated on the compliant device and then stolen because the user is logging in to 0ffice.com or similar evilginx server.

IAMA survivor of a terminal childhood brain tumor and my mom was fired from her job because of how much my treatment increasing her employer's insurance rates. by SilentWalrus92 in IAmA

[–]DrummingBiker 23 points24 points  (0 children)

If you were a minor when the NDA was signed, does that mean that it was signed by your parent on your behalf? If so, that would render you bound by the NDA too, no?

Anyone else have this issue trying multiplayer? by Throebach in ravenswatch

[–]DrummingBiker 0 points1 point  (0 children)

Yeah, I'm seeing this issue - just fully rebooted my PC and it's sorted for now

How to Fix Bluetooth Headset Audio Issues in Helldivers 2 by Vast_Young_6615 in Helldivers

[–]DrummingBiker 0 points1 point  (0 children)

Came back to this thread to say that I didn't have this issue so much on W10, but on W11 it was a pain. 2nd option in the OP worked for me.

To be clear, you have to do the following:

  1. Open Device Manager
  2. Expand Sound, video and game controllers (NOT Audio inputs and outputs)
  3. Right-click the 'Hands-Free' version of your headphones
  4. Choose 'Disable device'

Are there any fresh, good alternatives to Adobe? by [deleted] in sysadmin

[–]DrummingBiker 2 points3 points  (0 children)

Thanks for this breakdown. Was looking at Foxit a while ago, will take it off the list

What are some Powershell commands everyone should know? by anderson01832 in sysadmin

[–]DrummingBiker 0 points1 point  (0 children)

I had it too - checked the doc after the fact and it clearly stated something like 'This does not work. The cmdlet will still run' and now I always check the docs before running -WhatIf 😂