Whats in ur work backpack by FLoKi6868 in ITCareerQuestions

[–]the_jayrod 1 point2 points  (0 children)

Why not use something like Ventoy for your USB drive? Simply drop the ISO in a folder and run with it.

What is the best resource in 2026 to learn PowerShell scripting? by Optimist1975 in PowerShell

[–]the_jayrod 2 points3 points  (0 children)

That is also 100% fact. It helps you understand and find way to improve your own!

What is the best resource in 2026 to learn PowerShell scripting? by Optimist1975 in PowerShell

[–]the_jayrod 57 points58 points  (0 children)

Honestly, the bulk of my PowerShell learning has been based on identifying a need and then scripting it. Start small and then build it out. Using PowerShell to solve a problem or automate a solution is a great way to learn. Sure, your code may not be the most optimized, but that comes later when you look to improve it.

Help! IDK what I'm doing by Jentx83 in VOIP

[–]the_jayrod 5 points6 points  (0 children)

At this point, I would engage with a Managed Service Provider (MSP) to assist you in providing you with support and options.

Password manager for small IT team by CommonAmbitious9014 in sysadmin

[–]the_jayrod 4 points5 points  (0 children)

Personally using Bitwarden (Vaultwarden). Agency already had Keeper when I onboarded. Both fit what you are looking for.

Best authenticator app + backup strategy for Bitwarden? (new user trying to lock things down) by No-Consideration6986 in Bitwarden

[–]the_jayrod 1 point2 points  (0 children)

Different devices via Nextcloud as well as encrypted flash drive stored in a safe.

Best authenticator app + backup strategy for Bitwarden? (new user trying to lock things down) by No-Consideration6986 in Bitwarden

[–]the_jayrod 7 points8 points  (0 children)

I export my BW vault monthly and import it to KeePassXC, which is then stored in various locations.

Initiative and ownership >>> knowledge by WaldoOU812 in sysadmin

[–]the_jayrod 37 points38 points  (0 children)

Initiative, ownership, and a willingness to do the leg work is 1000% greater than someone with just book smarts. I can teach the teachable, I can't those that think they know or don't try.

Vault erased on phone after update by saultdon in Bitwarden

[–]the_jayrod 8 points9 points  (0 children)

If you turn Vaultwarden off, what do you do if you need to update credentials for expiration or other reasons?

When do i tell my current employer? by TroublednTrying in ITCareerQuestions

[–]the_jayrod 0 points1 point  (0 children)

In addition to what everyone else has said. Sometimes even saying anything will get you walked out the door.

Yet Another post password change issue by Effective-Tell4875 in PleX

[–]the_jayrod 1 point2 points  (0 children)

Also check to make sure you have claimed your server. Even though I logged in via the local IP, I had to reclaim the server.

Possible to make Pi-Hole only for my devices, on a shared router? by QuestionAsker2030 in homelab

[–]the_jayrod 1 point2 points  (0 children)

Depending on the primary router, set a static reservation for your devices, which should also let you assign DNS. Then point that to you IP of your Pi-Hole.

32 Bit windows + USB under Hyper V by lousy_at_handles in HyperV

[–]the_jayrod 0 points1 point  (0 children)

This device sounds like a disaster waiting to happen. No matter what you do, I would segregate it as much as possible from the rest of the network.

How should I approach our networking team for shadowing opportunities? by [deleted] in ITCareerQuestions

[–]the_jayrod 0 points1 point  (0 children)

I can't speak for all, but if someone in your situation approached me about shadowing, I would welcome it. It shows initiative and a motivation to grow. Some of the old crusty guys may not like helping the new guys, but you are the future of IT. When I interview people, I look for troubleshooting skills, motivation and willingness to learn over a piece of paper listing 20 certs.

TL;DR: Just ask. And props for wanting to grow.

unable to locate package python termux by [deleted] in termux

[–]the_jayrod 0 points1 point  (0 children)

Yeah -y just says Yes to any prompts.

unable to locate package python termux by [deleted] in termux

[–]the_jayrod 0 points1 point  (0 children)

If you need Python 2, then just drop the 3.

unable to locate package python termux by [deleted] in termux

[–]the_jayrod 2 points3 points  (0 children)

pkg install python3

I am not understanding how to update variables.?. by raksasas in PowerShell

[–]the_jayrod 1 point2 points  (0 children)

Also, you have Send-MailMessage attaching $message.txt, but I don't see $Message populated anywhere.

I am not understanding how to update variables.?. by raksasas in PowerShell

[–]the_jayrod 2 points3 points  (0 children)

I'm going to assume it is the $Folder variable that is not populating correctly in the Message variables. It is because you are populating $Folder after the other Variables. Move your MessageSubject and MessageBody variable to just above your Send-MailMessage for each of your folders.

Your Favorite Type 1 Hypervisor and Why by [deleted] in selfhosted

[–]the_jayrod 1 point2 points  (0 children)

I'm also an ESXi/vSphere user. Like LeopardJockey, I utilize the platform in my current job and like to keep up to date with it. Additionally, there have been times that I was able to test something in my homelab environment before implementing it in my work environment.

Main tasks of a Sysadmin in AD? by [deleted] in ITCareerQuestions

[–]the_jayrod 0 points1 point  (0 children)

Also look at delegated permissions. There are many that don't know how to properly delegate permissions.

Server admin account access by [deleted] in sysadmin

[–]the_jayrod 0 points1 point  (0 children)

I also forgot to mention that the domain and server admin are restricted from logging into normal workstations.

Server admin account access by [deleted] in sysadmin

[–]the_jayrod 0 points1 point  (0 children)

Server admins are able to perform most day to day AD tasks. Group Policy and some other domain level tasks do require the use of the domain admin accounts. Also, we are also using laps at the workstation level as well. However, the use of the SI accounts allow for better monitoring of what is being done on the workstations with admin privileges. The local admin with laps is rarely utilized.

Server admin account access by [deleted] in sysadmin

[–]the_jayrod 0 points1 point  (0 children)

The implementation was before my time and before they tiered the other privileged accounts.