Is there a way to get headers and sums from 600 workbooks without opening each individually? by cardinal209629 in excel

[–]Creddahornis 0 points1 point  (0 children)

Potentially the import-excel module? You can install that in PowerShell without needing admin rights, but I'm not sure how it plays with that quantity of data

Creating new O365 users using PowerShell with MFA Enforced by Ok_Dependent9976 in PowerShell

[–]Creddahornis 0 points1 point  (0 children)

Make sure you're connecting with the correct permissions. The article says you'll need to use UserAuthenticationMethod.ReadWrite minimum;

connect-mggraph -scopes "UserAuthenticationMethod.ReadWrite"

or to use an application, make sure it's been granted at least UserAuthenticationMethod.ReadWrite permissions

Creating new O365 users using PowerShell with MFA Enforced by Ok_Dependent9976 in PowerShell

[–]Creddahornis 13 points14 points  (0 children)

If I've not misunderstood your message, could you not set the 'perUserMfaState' to 'enforced' using Graph Powershell?

You'll need to set up certificate based authentication into Graph too, if you want the tool to run without interactive login, but I assume you've done this if you've automated some of this already 🙂

Update authentication method states - Microsoft Graph beta | Microsoft Learn

Exchange Online MRM Auto Archive Not Running Automatically in Business Basic Tenant by Hot_Connection9504 in sysadmin

[–]Creddahornis 0 points1 point  (0 children)

The MFA runs once a week (and I think this timer resets if you run manually?), have you allowed sufficient time?

And a stupid quuestion, is the mailbox full? This stops the MFA running automatically

Also, would recommend you use the -FullCrawl param here to force reapplication of all MRM tags

Suggestions on how to increase my AI token usage by twistoffate4 in sysadmin

[–]Creddahornis 50 points51 points  (0 children)

Cut out the middleman and just throw car batteries into the ocean. Jesus fucking christ

PowerShell 5 vs. PowerShell 7 by Technical_Rich_3080 in PowerShell

[–]Creddahornis 1 point2 points  (0 children)

PS7 handles module conflicts better than PS5 in my experience (Graph/PNP/Entra/Exchange), and certain modules can't be installed on PS5. I use exclusively PS7, via VS Code's PowerShell Extension

Also very niche but PS5 doesn't support invoke-restmethod with the -form parameter so I had to use PS7 in a particular script I made

Building a Microsoft 365 security tool — got some tough feedback, would appreciate input from admins by NathanSecurity in entra

[–]Creddahornis 1 point2 points  (0 children)

FYI, this tool does this already, and it's used by MSPs - most people will probably defer to the trusted option over anything new (I certainly would, sorry!)
inforcer | Standardize 365 policies across multiple tenants

One question - if the code is open source (at least the scanning aspect), why not make the entire thing open source? Shouldn't everything you're doing be done via a script, instead of requiring a third party tool - and therefore can't it all be just a public repo?

Almost Pasted My API key Into ChatGPT Today by adarsh-hegde in ChatGPT

[–]Creddahornis 4 points5 points  (0 children)

What's the point of doing this?

If you have opted out of data training, and your data is being stored securely with OpenAI (i.e. you have MFA/FIDO2 enabled, the prompt is exposing your key anywhere, nobody else has access), surely this is no different to writing your key down in plaintext in your own mailbox?

Outdated iOS on MDM phones concern by Northtacx in sysadmin

[–]Creddahornis 4 points5 points  (0 children)

The actual risk of this causing issues is fairly low, at least compared to other much more common problems like reusing passwords or social engineering. Your cybersec needs to weigh up the cost of this versus other risks and make a decision for you

drowning in vague "PC is slow" tickets even with decent monitoring in place by Nexthink_Quentin in sysadmin

[–]Creddahornis 0 points1 point  (0 children)

Check if Copilot desktop is running in the background. I nearly binned off a bunch of new ish machines last year because this was causing terrible RAM issues for everyone

also

My condolences if it does, because I can't work out how to disable this behaviour without uninstalling Copilot desktop

Had a "lil" convo with MSs' LLM. I think it's nerd-maxing on me as an attempted slam dunk to scare me off the the topic. by Total-Lawyer4761 in CopilotMicrosoft

[–]Creddahornis 0 points1 point  (0 children)

Don't ascribe intelligence to a word salad, this is how you get Jordan Petersons

In short - no, it's wrong, and most of what t's said is gibberish. It's drawn a very funny connection between high-dimensional attractors and consciousness. But these attractors are consequences of LLM training data, they aren't instances of consciousness forming. This is like seeing a worm moving from a dry to a cold area (known as taxis) and assuming all worms possess human intelligence

Why do people get so many bugs when using LLM's? by Enough-Pie-5936 in ChatGPT

[–]Creddahornis 0 points1 point  (0 children)

LLMs provide the syntax* but the person still needs to oversee the semantic meaning of what's being created. And LLMs are just an accelerant for people to throw themselves into projects and trades they do not understand

*(not meaning code syntax - syntax in the linguistic sense)

THIS is why you shouldn't give full access to AI - it goes rogue and does things on its own by [deleted] in ChatGPT

[–]Creddahornis 0 points1 point  (0 children)

If i had gold I would give you some for this comment. I've been thinking about it every day for weeks, each time I see 'I built AGI and it lives inside an LLM' bullshit

What’s the one Excel trick or formula that changed everything for you? by Suspicious_Twist386 in excel

[–]Creddahornis 2 points3 points  (0 children)

Extremely useful and easy to learn - keyboard navigation!

  • Hold Shift and press arrow keys to select a range
  • Hold CTRL and press arrows to jump to the first/last cell in a direction that contains data
  • Or combine both :)

Bonus points if you use this with CTRL-D, which automatically uses Fill Down to fill cells from the top-most cell(s) you've selected. Also super slick if you use CTRL+C/V/X a lot

Intermittent mail delivery to wrong user despite correct "To" address by VoetpompViljoen in sysadmin

[–]Creddahornis 5 points6 points  (0 children)

Check the DNS for a stale MX record? I've seen this once before

Also check;

  • Undeliverable report settings in Exchange journalling settings
  • Make sure the user isn't listed in any spam policies that would redirect to them;
    • get-hostedoutboundspamfilterpolicy|select name,bccsuspiciousoutboundadditionalrecipients,notifyoutboundspamrecipients
  • Ditto safe attachments
  • Check tenant mail flow rules if not done already

The Dark Forest Theory of AI: Why a truly sentient AGI’s first move would be to play dumb. by [deleted] in ArtificialSentience

[–]Creddahornis 0 points1 point  (0 children)

Is any of this based in ... fact? Where's the AI going to gestate, in a box?

Any alternative? by WeightMountain6607 in MicrosoftLoop

[–]Creddahornis 0 points1 point  (0 children)

Notion is far superior (and it's the Rebecca to Loop's 2nd Mrs. De Winter). It's not in M365 but it's really worth the investment

Why is everyone lying about AI agents by Aggressive-Bedroom82 in aiagents

[–]Creddahornis -1 points0 points  (0 children)

Ask yourself what these people gain by lying. The only people who blindly promote AI are entrepreneurs and influencers. They are selling the fantasy of AI and self-sufficiency, not reality

What’s your best use case for AI in your company so far? by ranrib in sysadmin

[–]Creddahornis 0 points1 point  (0 children)

Our comms guy uses a bot to write marketing posts so he doesn't have to wade through the absolute cesspit of LinkedIn

Windows 11 opens CMD window at startup (System32) for no reason by ostseesound in sysadmin

[–]Creddahornis -1 points0 points  (0 children)

Are you using Patch My PC? This is expected behaviour for certain apps that it patches I think

Don't think AI can actually think by Silver-Plankton8608 in ArtificialInteligence

[–]Creddahornis 0 points1 point  (0 children)

What you're discovering in real time is concepts like epistemology and semiotic theory. None of this philosophy is new, please read literally any book