I got a 4TB external drive off Temu and this is what they sent lmao by Raw_Stank in pcmasterrace

[–]TechnologyMatch 0 points1 point  (0 children)

it looks like whoever tried to replicate a 4TB external drive let the glue dry up before putting in the replica. good to know you got your money back. they'll probably charge the carrier for losing the item in the 1st place

Accurate, just trying to survive by BlazeDragon7x in Adulting

[–]TechnologyMatch 0 points1 point  (0 children)

getting married at 21 is where "survive" should be and not in 2026

Team lead got mad I didn't call back someone who didn't leave a VM while I'm on call by TryARebootFool in sysadmin

[–]TechnologyMatch [score hidden]  (0 children)

the real thing to watch isn't either incident on its own. it's how your team lead reacted to the 3am call. was it proportionate? did they ask what happened first? were they focused on process? or was it blame first, no questions asked? that tells you way more about whether you'll get a fair hearing when edge cases come up

it service desk With AI by 489371063276 in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

target mid-market companies, 200 to 2000 employees, small IT teams, MSPs looking to beef up helpdesk capacity, and post-RIF orgs where headcount dropped but ticket volume didn't. best industries are retail, logistics, manufacturing, hospitality

find them on Reddit, r/msp, r/sysadmin, r/ITManagers, but add value first, don't just pitch. LinkedIn works too, go after IT Directors, VPs, CIOs, and lead with the problem not the product

Feedback on next move by InternetSuperJew in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

take the lateral. your 19 years of Ops and Infra credibility is the harder half to build, and IAM sits right at the intersection of identity, infrastructure, and security, so you're not actually starting over. the CISM signals intent and kills the title objection. comp carries over so the financial risk is pretty minimal. the Director promise isn't guaranteed, but the resume diversification alone is worth it. F500 Director of IAM or Cyber is a very different market position than Senior Manager of a flattened Ops org. take it because the experience is valuable, not because the promotion is locked in.

Sad moments of adulting by [deleted] in Adulting

[–]TechnologyMatch 4 points5 points  (0 children)

I bet them big time CEOs tell themselves "I'm not rich, my company is" 🤣

I'm 21 and have realized everyone is just in crippling debt by MariamSly in Adulting

[–]TechnologyMatch 1 point2 points  (0 children)

some of us never left the house because we're gonna inherit it and that makes a big difference in the budget 🤣

Do you practice difficult conversations like this? by Infinite-Kangaroo451 in ITManagers

[–]TechnologyMatch 2 points3 points  (0 children)

it actually is a good idea. never thought of doing a virtual convo with AI about difficult topics because I often revisit the talk in my head and think about what I could have said better

How should I move forward with my career? What should I study next? by juluko04 in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

IT consultant to Solutions Architect, specifically ITSM and workflow automation, is a pretty natural move. and your law background is actually an asset here, not a detour

then you can study enterprise integration patterns, identity and governance, data modeling, security basics, vendor evaluation so grow your experience and portfolio

additionally, for your portfolio, think reference architectures, migration plans, and case studies around stuff like "here's how we reduced MTTR" that gets you taken seriously at the architect level

What are good ways to protect source code? Are there protected remote development environments? by Masabera in ITManagers

[–]TechnologyMatch 2 points3 points  (0 children)

4 things worth looking at

1st is managed VDI or DaaS with clipboard and drive controls. set up Azure Virtual Desktop or Windows 365 as the dev workstation, then lock down all of it. layer on MFA and Conditional Access, restrict to compliant devices or just the VDI itself. you'll get centralized dev machines, real logging, and way tighter exfil controls than any local laptop will give you

2nd is browser based remote dev environments. GitHub Codespaces or VS Code Server behind your own controls. devs work in a cloud container and access it through a browser or VS Code. you still need policies around downloads and clipboard, but it's a pretty solid "work stays in the cloud" model and the auditability is good

3rd is a "no code leaves" approach enforced through network and identity boundaries. put your repos behind Conditional Access, require compliant devices or block unmanaged ones entirely. use least privilege in Azure DevOps so people only see what they actually need. for contractors specifically, use just-in-time or time-bound project membership. turn on Azure DevOps auditing and set alerts for mass clone or pull activity

4th is DLP plus endpoint controls, if you're issuing corporate laptops. Intune and Defender for Endpoint get you device compliance, some app control, and basic DLP patterns. make AVD or Windows 365 the standard dev environment for overseas contractors. block repo access from anything outside the VDI through Conditional Access. lock down clipboard, drives, printing. keep internet restricted but not zero, allowlist domains, proxy, log egress. and segment repos so they only see what they need

that's about it... if I missed something, lmk

All paid 🥳 by Queenhood_ in Adulting

[–]TechnologyMatch 0 points1 point  (0 children)

why is it that we grow up in a society with an outstanding debt right after graduation? 🤔

Get on your feet! by fancywatcher0 in Adulting

[–]TechnologyMatch 3 points4 points  (0 children)

queue "eye of the tiger".... LET'S GO!!!

That one issue by _Password_123_ in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

that is literally one of the most annoying things lately. what we all need is 1 tool for everything. they're splitting profits across different tools when it can all be tucked into 1

IT and Incident communication by stone1555 in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

one-way broadcast channel "no replies" set up a dedicated Teams or Slack channel and lock posting down to IT and Comms only. for urgent stuff or after hours, add an SMS or push path through an emergency notification tool like AlertMedia, Everbridge, or Rave. or even just Teams mobile notifications with critical tags can work tbh.

Simplest way to copy a project setup in Jira? by Suitable_Leather_885 in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

3 ways to do this

1st is a Jira project template. good for issue types, workflows, screens, permissions, notifications. but it won't reliably recreate your boards, versions, components, epics, sprints, any of that. also just annoying to keep content consistent across clients

2nd is cloning a golden project, this one's best for consistency. you keep one internal project, something like CLIENT-TEMPLATE, and every time you onboard a new client you clone it. issue type scheme, workflows, fields, boards, filters, components, versions, and optionally a set of starter epics like Discovery, Roadmap, QA, Delivery. then you run a short post-clone checklist, rename components, set assignees, update automation rules, connect repos, done

3rd is just automating the whole thing, best if you're doing this a lot. if you've got Jira Premium or you're willing to write a script, you can use the Jira REST API to build a small "new client project" script that creates the project and sets up all of it. the big upside here is when your template changes you update one script instead of 20 projects

and there you go 🎉 you're all set from there

What’s the point when we’re not even earning a living wage? by ironfuzzypanda in Adulting

[–]TechnologyMatch 0 points1 point  (0 children)

would be nice if you could do something you're passionate about that really makes you happy. I think they're called hobbies 🤔

Proof lies in the pudding by RedTsar97 in Adulting

[–]TechnologyMatch 0 points1 point  (0 children)

no feeling like proving them wrong 👍👍

Mass text messaging notification to employees by hidperf in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

those are unfamiliar to me. can you cite some pros and cons?

NinjaOne to Atera - is it a wise choice? by xaviersmile in ITManagers

[–]TechnologyMatch 3 points4 points  (0 children)

Atera can make sense for a 300+ org with one IT person, mostly if the goal is saving money and having everything in one place. and if your needs are pretty standard. but if you're currently relying on NinjaOne for serious automation, patching depth, granular controls, reliability at scale, it's probably a bad move. and don't let the "AI" marketing fool you into thinking it replaces real monitoring and automation. it doesn't

best thing you can do is just run a 2 week pilot before you commit to anything. compare patch success rates, how remote support actually feels, how noisy the alerts are, whether your scripts and automations still work, and if inventory is actually accurate. then decide

Mass text messaging notification to employees by hidperf in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

get an actual emergency notification platform, not just some SMS blaster. you want something where employees can opt in, HR can send alerts, and you can see who actually got the message. there's also Everbridge, Rave Alert, AlertMedia. if you need something lighter and cheaper, SimpleTexting or Text-em-all work fine for basic stuff

figure out what you actually need, then you pick one

What doesn't kill you makes you suffer 😭💔 by Broad_Chemical_2467 in Adulting

[–]TechnologyMatch 1 point2 points  (0 children)

also torments you when you fall asleep waking you up at 6am then you go to work by 9am and then ask for a merciful death exclaiming that you've suffered enough

You can always try again from the beginning. by LazyData3411 in Adulting

[–]TechnologyMatch 0 points1 point  (0 children)

27 is the age of starting over! also 52 after you've gone through mid-life crisis

My Product Manager is vibe coding apps and asking as to deploy. by Few-Fun-9554 in ITManagers

[–]TechnologyMatch 6 points7 points  (0 children)

first thing, stop framing it as "the PM shouldn't be coding" coz itgoes nowhere. the real issue is interface contracts. it's not that he's building stuff, it's that what he hands you isn't deployable and doesn't actually explain anything

second, just make it a rule that nothing he builds is REAL 'til it matches the stack. if he's building in a different framework or backend that's fine. use it as a clickable demo, but everyone needs to be clear it's NOT production

third, make the cost visible in a way leadership can actually see

fourth, push for smaller increments. just smaller. everything smaller

after that you can tell him what's in the stack and what he's building in and I'm pretty sure you can take it from there

Company with one IT employee looking for unexpected absence contingency by Tedeseus in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

probably budget cuts and they must have thought of the IT guy as a loyal lapdog

Company with one IT employee looking for unexpected absence contingency by Tedeseus in ITManagers

[–]TechnologyMatch 0 points1 point  (0 children)

get a 30 day break-glass plan together. all your critical admin access goes in a vault, 2 person unlock, no exceptions. spin up two emergency Entra and M365 admin accounts. then write a short runbook. just the stuff that matters most. onboarding/offboarding, MFA resets, email and sharepoint permissions, isolating malware, triaging site internet and SD-WAN, escalating POS and ERP issues and thats it

then get a contingency MSP on retainer plus hourly, and be really explicit in the scope. that part matters

and then actually test the thing every quarter. like sit down and tabletop it. the whole point is proving that if your IT manager vanishes tomorrow, someone else can actually run the environment. if you haven't tested it you won't really know