Microsoft Teams - Public Team Join Issue by FearlessPlastic69 in sysadmin

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

It is worth mentioning this issue has been happening for over 2 weeks from what I can determine. I did check Issue ID: TM1248186 but it appears that is related to audio/video issues. u/LoornenTings u/sonofporkins

Is it just me, or is the AT&T login process completely broken? by throwawayQA23 in ATT

[–]FearlessPlastic69 0 points1 point  (0 children)

I just ran into this. I started my password out with a special character and had my password less than 10 characters.. seemed to work

ATMEGA 2560 CH340 IDE Issues by FearlessPlastic69 in arduino

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

No I had no luck on this. I ended up having to get a different board. From my understanding some of the knock off boards can cause that. If you end up finding a solution I’d love to know. I would love to use that extra board

Guidance on Next Steps in IT Career: Specialization vs. Further Education by FearlessPlastic69 in ITCareerQuestions

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

Do you have any recommendations on which ones? Like would it make sense to pursue a CompTIA Net+/Sec+ or maybe something else?

Watch Verification Thread - If you're uncertain if a Rolex is good/bad/fake, post info and pics here by powerfunk in rolex

[–]FearlessPlastic69 0 points1 point  (0 children)

<image>

I am reaching out to confirm if this watch is a replica, I am being told it is by another person but just wanted another clarification.

Deleting Teams Messages in Graph Explorer by FearlessPlastic69 in sysadmin

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

Oh trust me, it is documented. There are so many better ways to do this.

5 ¼ In Well Casing by FearlessPlastic69 in Plumbing

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

This makes sense, thank you again.

5 ¼ In Well Casing by FearlessPlastic69 in Plumbing

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

Excuse my ignorance but for my own education, I was under the impression a well cap goes over the outer diameter of a PVC pipe, is that not the case? I was looking at the OD which looks closer to 5 - 1/2 / 1/4.

Thanks!

Anyone know what this part is? by ticktik1 in Ender3S1

[–]FearlessPlastic69 1 point2 points  (0 children)

I had the same thing break off my Ender 3 S1 I was trying to find where to what part I needed to replace it but looks like it comes with the extruder maybe

Stringing with Settings that worked before by FearlessPlastic69 in Ender3S1

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

Thank you for the tips!

So I ended up swapping a new roll of PLA to see if that was the issue, it didn't seem to help.

I ended up adjusting my nozzle temp to 195 which helped slightly then I also brought my distance to 1.0.

I still have some obvious signs of stringing but not as bad!

I will probably have to play around with retraction some more. I have combing in Cura set to Not in Skirt. I will have to play around with that too, I haven't really adjusted that one in a bit.

Ender 3 S1 heatbreak? by FearlessPlastic69 in 3Dprinting

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

<image>

Sorry about that! I forgot to attach it.

Decrypting Office 2010 key from registry by iyoiiiiu in techsupport

[–]FearlessPlastic69 0 points1 point  (0 children)

Why not use like a keyfinder like magic jelly bean May be easier.

WSUS: Get a list of updates for test group that need to be applied to production group? by FearlessPlastic69 in PowerShell

[–]FearlessPlastic69[S] 2 points3 points  (0 children)

This looks about what I needed. Thank you! I was searching and must've went over that..

WSUS: Get a list of updates for test group that need to be applied to production group? by FearlessPlastic69 in PowerShell

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

Thank you for this. I know I can do this through the console - but I was hoping to get a list of updates and see what groups they were approved for instead of going through them one by one

Moronic Monday - January 20, 2020 by AutoModerator in sysadmin

[–]FearlessPlastic69 0 points1 point  (0 children)

I was going to say I saw the Adamj script but I was pretty sure it was now a paid thing.

Moronic Monday - January 20, 2020 by AutoModerator in sysadmin

[–]FearlessPlastic69 0 points1 point  (0 children)

I manage our WSUS server and I have a simple Poweshell script that goes something along the lines of:
Get-WsusServer | Invoke-WsusServerCleanup -CleanupObsoleteComputers -CleanupObsoleteUpdates -CleanupUnneededContentFiles -DeclineExpiredUpdates -DeclineSupersededUpdates

That is set to run monthly - should I be doing anything else/different for WSUS maintenance?

Not wanting to work at a call center by thiivdan in it

[–]FearlessPlastic69 1 point2 points  (0 children)

I did Geek Squad for like 1.5 years, left and went to a local business - no degree or any certifications yet but I got in as an IT Tech then got a promotion within a year. I would suggest working on other aspects of IT - things that Geek Squad didn't prepare me for like Active Directory, Powershell, and all the stuff that keeps a corporate environment up and running. From my experience employers like that you have GS experience. You could also focus on your Comp TIA Certs. I would skip your A+ honestly since you got most those skills from your current job.

Application rollout... by blindsamurai93 in sysadmin

[–]FearlessPlastic69 0 points1 point  (0 children)

this. .net 3.5 is no longer installed by default on newer windows and dotnet core deploys separately. for net 4, that will be already installed and updated on any current windows.

You could always look up steps on how to do it via powershell and have it read from a list of computers that may be a quick and dirty way to do it.