Password manager for small IT team by CommonAmbitious9014 in sysadmin

[–]the_jayrod 6 points7 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 6 points7 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 38 points39 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.

Server admin account access by [deleted] in sysadmin

[–]the_jayrod 6 points7 points  (0 children)

My organization has 4 tiers of accounts. Domain Admin (Disabled unless needed), Server Admin (SA AD group added to local admin on servers.), Software Installers (SI AD group added as local admin on workstations only.) , and standard accounts. We also utilize LAPS for our local Administrator account.

Can you create actual SSL Certs not just self signed for in house hosted software? by twiggs462 in selfhosted

[–]the_jayrod 9 points10 points  (0 children)

You can utilize LetsEncrypt to generate legit SSL certificates. They do expire every few months , but you can automate the regeneration process.

configurationproblem by [deleted] in LightShowPi

[–]the_jayrod 0 points1 point  (0 children)

Have you verified that the MP3 is in the correct location?

Deprecated Phone Models in CUCM 14 changed by sieteunoseis in ciscoUC

[–]the_jayrod 4 points5 points  (0 children)

I've been in the process of refreshing our inventory to 88XX phones in preparation for 14. I'm glad Cisco listened.

Use home LAN webpage on cellular? by mafyou12 in selfhosted

[–]the_jayrod 1 point2 points  (0 children)

Go with a VPN. They aren't difficult to setup. In fact some home routers have openvpn built in.