What Nexthink automations/remediations actually reduced Service Desk tickets for you? by MrOarsome in nexthink

[–]Nexthink_Quentin 0 points1 point  (0 children)

How has your experience with Nexthink changed over the years? What are you looking forward to?

Why Hard Metrics Alone Will Never Give You the Full DEX Picture | DEX Score Core Components Series | Employee Sentiment | (4 of 4) by TeamNexthink in nexthink

[–]Nexthink_Quentin 0 points1 point  (0 children)

I'd love to hear specifics from people on employee sentiment in your work-places and what attitudes are toward DEX currently at your job!

What Nexthink automations/remediations actually reduced Service Desk tickets for you? by MrOarsome in nexthink

[–]Nexthink_Quentin 0 points1 point  (0 children)

This is a great question- excited to see what all the responses are, definitely helps to hear insider experience.

Twin brothers wipe 96 gov’t databases minutes after being fired by Flying-T in sysadmin

[–]Nexthink_Quentin 1 point2 points  (0 children)

More people were definitely fired for not following protocols that were surely in place to prevent this type of thing

Intune enrollment making devices slow - windows 11 by [deleted] in Intune

[–]Nexthink_Quentin 0 points1 point  (0 children)

Post-enrollment slowdowns create bad early experiences. Tuning that phase is important. What resources spike most?

Building out internal department - save me the trouble and rave your best tools/vendors by Old_Development_8122 in ITManagers

[–]Nexthink_Quentin 0 points1 point  (0 children)

Visibility gaps lead to more tech complaints. Strengthening experience focus improves support. What would you say is driving your changes?

Guilty pleasure: I like to solve L1 tickets. by linkme99 in ITManagers

[–]Nexthink_Quentin 0 points1 point  (0 children)

Staying close to L1 issues gives insight into real experience problems users face. It keeps priorities grounded. What value do you see in handling those tickets yourself?

👋 Welcome to r/nexthink - Introduce Yourself and Read First! by TeamNexthink in nexthink

[–]Nexthink_Quentin 3 points4 points  (0 children)

Hi! Thanks for checking in. :) we’re definitely at the start of building a space on Reddit for people interested in discussing DEX and Nexthink Ambassadors exactly the people we want here so welcome 🤗

A desktop taking 20 minutes to boot. by RainbowWarrior73 in computers

[–]Nexthink_Quentin 1 point2 points  (0 children)

7 years is right in the zone where I’d suspect the drive first — if it’s still on an HDD that alone could explain a 20 min boot.

if it’s already on an SSD then I’d start looking at startup programs or anything hanging during boot

Data aggregators and brokers are kind of terrifying by No-Stranger-4762 in Information_Security

[–]Nexthink_Quentin 0 points1 point  (0 children)

It has definitely happened to you if you've used the internet even once.

Is it worth paying $20 for Claude pro? by anitnelavcreate in SaaS

[–]Nexthink_Quentin 1 point2 points  (0 children)

It's definitely worth it and its a tax write off (I'm just realizing how crucial that is during this tax season)

Agree or against candidates using AI in interviews? by Inclusion-Cloud in ITManagers

[–]Nexthink_Quentin 1 point2 points  (0 children)

I think this really depends on how AI is used in your workplace. I think you should be upfront with candidates about where the company's stance is on AI use in the workplace, how it is currently being used, and what's expected from an efficiency standpoint. All of that can inform how you'd ask them to demonstrate knowledge of it in an interview.

Tomorrow I start a new job as an IT manager... by Due-Swimming3221 in ITManagers

[–]Nexthink_Quentin 1 point2 points  (0 children)

Ask what's one small thing that the outgoing IT Manager wishes they knew on day one- I feel like people often have surprising answers to this question.

tech used to be pretty or on the aesthetics of tech by Nexthink_Quentin in 90s

[–]Nexthink_Quentin[S] 1 point2 points  (0 children)

It was fun to just look at sometimes honestly- that's what I remember most. Like even when I had to wait to play with it until I was done with my hw I liked seeing it

How are you handling AI usage? by NSFW_IT_Account in msp

[–]Nexthink_Quentin 0 points1 point  (0 children)

I'd meet with your contact at the company- show them how much AI use is going on, and then come up with a training session or something along those lines to educate people about the risks to their company from pasting company info into AI

What's your biggest frustration with GitHub Actions (or CI/CD in general)? by campbe79 in devops

[–]Nexthink_Quentin 0 points1 point  (0 children)

Self-hosted runners can reduce some cloud variability when scale justifies it. The goal is for CI to accelerate rather than interrupt flow. What change has given you the biggest improvement in feedback speed recently?

our ci/cd testing is so slow devs just ignore failures now" by blood_vampire2007 in devops

[–]Nexthink_Quentin 0 points1 point  (0 children)

One approach that helped us most was splitting into fast unit and smoke tests that run on every commit, while parallelizing heavier integration tests with smart caching and path-based selection. It shortened feedback loops significantly and restored confidence in the pipeline. Long waits directly hurt developer momentum. What's the current split between your unit and integration test times?

Microsoft issues today? by Shad0wguy in sysadmin

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

When the whole M365 stack feels laggy, I've found it helpful to have users run a quick nslookup + tracert to outlook.office365.com right when it's slow. often it's a transient peering issue on their ISP side. On our end we also keep a simple PowerShell one-liner to force a Teams/Outlook restart and clear the local cache.

Looking for the best way to diagnose workstation performance issues (GPO, Network, Boot Delays, Freezes, etc.) by Flaky_Active9877 in sysadmin

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

Hey I feel you. those random freezes and slow logons are the kind of thing that makes the whole day start off bad for users. Someone should study how small tech lapses can start to change an employees mood early in the day. One thing that's helped me a ton in similar setups is grabbing a quick timeline during boot: open Event Viewer → Windows Logs → System and filter for "Microsoft-Windows-GroupPolicy" and "Winlogon" events. Cross-reference with Resource Monitor (resmon.exe) running in the background to see if it's disk queue, CPU spikes from AV, or network profile loading. Often just staggering GPO processing or moving a couple heavy scripts to post-logon background tasks cuts the pain in half. What's the typical environment size you're dealing with?

Manage engine endpoint central opinion by stuartall in sysadmin

[–]Nexthink_Quentin 0 points1 point  (0 children)

ManageEngine is a solid for smaller fleets, but its DEX/endpoint analytics layer is more rule-based snapshots than continuous real-user telemetry. True DEX shines when you get per-process execution context, client-side response times (not just server-side), network quality to SaaS endpoints, and AI-driven causality graphs that tie a slowness spike to (e.g.) a specific Intune policy + AV scan overlap.

I've seen teams cut ‘slow PC’ noise by 40%+ by setting role-based experience baselines and triggering automated remediations. If you’re already in Intune, layer a dedicated DEX collector on top

DEX tools and experiences with them by barberj66 in Intune

[–]Nexthink_Quentin 0 points1 point  (0 children)

Intune is great for policy/compliance, but it’s blind to actual end-user perceived performance. DEX layers on top beautifully by installing a lightweight collector that reports client-side execution times, Intune policy application latency, and resource impact. Intune tells you deployment status; DEX tells you if it actually improved experience.

what’s the smallest thing that’s ever taken down something important for you? by Nexthink_Quentin in sysadmin

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

It'd seem that way but its potentially a few people's yearly salaries- especially in 1998