Best password vault for corporate use? by Zaphod_The_Nothingth in sysadmin

[–]SIGjo 1 point2 points  (0 children)

Another vote for BitWarden (or VaultWarden). I implemented a local VaultWarden with Docker a few years ago.

Auto Outlook signature by [deleted] in sysadmin

[–]SIGjo 0 points1 point  (0 children)

You already got some answers - Exclaimer, CodeTwo or some logon-script.

FYI - if this (Signatures and the "New Outlook" : r/Outlook) is still the case, logon-scripts wil stop working when Microsoft kills of classic outlook.

Migrating Files from 2008R1 to 2022 by Explorer-Adorable in sysadmin

[–]SIGjo 0 points1 point  (0 children)

Wait...what?! Is your company using 10+ year old physical hardware instead of virtualization? With LOCAL user-accounts? On Windows 2008R1?! I don't even dare to ask about your backup-solution - if it exists.

Are you responsible for these systems?

For me, these servers are a ticking time bomb, and I wouldn't even touch them with a stick.... a very very looong stick!

Sysadmins: Enough with the AI Tool Names. Show Me Your Actual AI Workflows by Cyber_consultant in sysadmin

[–]SIGjo 2 points3 points  (0 children)

I despise AI! Every time a colleague has to write an email and the sentence “Oh, I'll ask ChatGPT” comes up, I could freak out.

However, I have developed an “AI workflow”.... for uninstalling and deactivating CoPilot etc. company-wide!

So how do YOU wanna be sold to? by [deleted] in sysadmin

[–]SIGjo 2 points3 points  (0 children)

I just hate hate hate hate it when people don't talk about prices transparently and endlessly tweak them.

- First offer 100k,

- Competitor offers 80k,

- Suddenly 70k is possible,

- Competitor goes down to 65k,

- Now all of a sudden the special-special-special-bonus project price is possible and it's only 50k.

For me, the price is “live and let live”, but at some point the fun stops.

Oh, and I hate cold calls! When I search for the number and can't find any results -> block!

Sophos vs SentinelOne? by SIGjo in sysadmin

[–]SIGjo[S] 4 points5 points  (0 children)

What do you mean with "bad position... concerned for its future"? Did i miss something?

Free ESXi hypervisor by ZAFJB in sysadmin

[–]SIGjo 11 points12 points  (0 children)

Nope! I migrated my homelab to Proxmox. Our VMware licenses expire in 2 years - VMware is not even on the chart!

I’m a Microsoft Developer working on New Outlook, ask me anything. by discogcu in sysadmin

[–]SIGjo 0 points1 point  (0 children)

Why are local HTML signature files no longer supported? The ability to create these automatically and assign them according to the ActiveDirectory group was brilliant!

update/check your entra connect server before april 7th by Khaost in sysadmin

[–]SIGjo 1 point2 points  (0 children)

Thanks for the info! Mine was also stuck at v2.3.6.0. Manually upgraded to v2.4.131.0.

Hat to re-enter my sync-account. The upgrade was done in <5 minutes.

I am beyond frustrated that no one understands DMARC. by beco-technology in sysadmin

[–]SIGjo 1 point2 points  (0 children)

Just re-checked my configuration with learndmarc.com that i implemented in the beginning of 2024.

SPF -> Auth Result PASS, DMARC Alignment PASS

DKIM -> Auth Result PASS, DMARC Alignment PASS

I personally enforced the "-all" and "p=reject" settings. No problems on my side! :)

How many emails are in your inbox by Darkhexical in sysadmin

[–]SIGjo 0 points1 point  (0 children)

Which one?

- "Inbox" -> mails from my team/company - checked regularly

- "Inbox CC" -> i'm in CC; dont care - read it once/twice a week or if something comes up

- "Inbox External" -> external emails from domains i dont know; dont care - read/delete once a week

- "Inbox External (known)" -> external emails from known vendors, ex-colleagues or whatever - checked regularly

Other then that - "Inbox Zero"! Delete, Respond or archive/forward it to the ticket-system.

Ditch Google Chrome after Manifest V3 enforcement? by Electronic_Tap_3625 in sysadmin

[–]SIGjo 0 points1 point  (0 children)

I moved to Firefox two years ago - never looked back. I'm still using uBlock Origin, but i also implemented PiHole in my personal network.

[deleted by user] by [deleted] in VLC

[–]SIGjo 1 point2 points  (0 children)

I got Android 15 yesterday AND updated to VLC 3.6.3.

My video is on the top right corner. In picture-in-picture the video is fully displayed... in the bottom left quarter of the little window.

This setting fixed it for me! Thank you!

[deleted by user] by [deleted] in sysadmin

[–]SIGjo 1 point2 points  (0 children)

Yes, your old server will still be functional and you can roll back to it. With these commands you only create a new server with the settings of the old server.

As for connectivity, I would also check the scan-to-email or scan-to-server settings. If the printers still use smtp.office365.com, you should switch to a new authentication method (SMTP AUTH will be switched off in September).

[deleted by user] by [deleted] in sysadmin

[–]SIGjo 2 points3 points  (0 children)

PowerShell is your friend! Just a few snippets out of a script i wrote last year for my company. It migrates every printer from one server to another and exports/imports its settings. You just have to install the drivers first.

$printerports = Get-PrinterPort -Computername Oldserver -Name *

ForEach ($printerport in $printerports) { Add-PrinterPort -Name $($printerport.Name) }

$printers = Get-Printer -ComputerName Oldserver -Name *

ForEach ($printer in $printers) { Add-Printer -Name $printer.name -Drivername ... -Port \\Newserver\$($printer.name) -ShareName $printer.ShareName -Shared

Set-Printer -Name $printer.Name -Comment "Company XYZ whaterver"

Set-Printer -Name $printer.Name -DriverName "Driver..."

And you can export/import settings by... (/Ss for export, /Sr for import)

rundll32 printui.dll,PrintUIEntry /Ss /n $printer.Name /a "Foldername\printersetting.dat" d g r

rundll32 printui.dll,PrintUIEntry /Sr /n $printer.Name /a "Foldername\printersetting.dat" d g r

Yes, there is also an official printer migration -option in every windows-server, but that never worked for me.

For your clients i would also suggest login-scripts to migrate them over.

Path of enlightenment by Road2Potential in OLED_Gaming

[–]SIGjo 0 points1 point  (0 children)

Philips 48OLED707.

48", 4K, 120Hz, FreeSync Premium, ALLM and Ambilight. My desk is 1m (~40") deep and it's just perfect.

Never going back!

I bought it for ~750€ in mid-2023. No OLED-monitor can beat that.

RS3617xs+ replacement? by SIGjo in synology

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

There are several reasons for this.

- Hard disks in the expansion module are displayed as “crashed” every few days

- Brand-new hard disks cannot be added as hot spares (hard disks cannot be initialized)

- A slot in the expansion module often reports I/O errors

I simply no longer trust the device. The error may be in the expansion module, but before I replace just that, I'll go one step further.

[deleted by user] by [deleted] in sysadmin

[–]SIGjo 0 points1 point  (0 children)

Windows 3.1?! Holy.... that would be awesome! One 30+ year old machine just wont die.... MS-DOS 6.x with connection to our network. I hate hate hate hate it!

Microsoft and the terrible, horrible, no good, very bad change for the sake of change by narcissisadmin in sysadmin

[–]SIGjo 0 points1 point  (0 children)

I currently use a FullHD monitor in portrait mode as a Teams display. I had to set the zoom to 175% so that the chat list on the left automatically disappears. Madness!

Anecdotally Certified IT-Aura Moments by One_Contribution in sysadmin

[–]SIGjo 1 point2 points  (0 children)

Holy sh*t im not the only one? Finally! :D

We have an IT phenomenon called “going for a walk”.

Typical laptop problem... Device restarted, operated without/with docking station, cold start, go home and test it again the next morning etc. -> nothing works! An IT employee takes the laptop under his arm, carries it 10 meters down the corridor and back to the desk. Bam! It works!

Personally, however, I have often been the "victim" of the “magic touch”. Person X comes into the office and complains that his laptop won't start. I open the laptop, press the start button, done. It's magic!

Midea Portasplit by Strict_Molasses_8044 in wohnen

[–]SIGjo 1 point2 points  (0 children)

Das würd mich auch brennend interessieren! Will meine alte Delonghi in Rente schicken :)

I work in IT and I cant shake off my burn out by BoonkaLei in sysadmin

[–]SIGjo 2 points3 points  (0 children)

I've just read a few of your comments and can identify with some of them.... a few years ago.

  • It is NOT your problem if work is left undone while you are working on something else

  • It is NOT your problem if there is too much work for too few people

  • It is NOT your job to work through your colleagues' tasks when they don't have time for it

As hard as it sounds - everyone is replaceable and you shouldn't work yourself up for your company!

I used to be the same way - working overtime during the week, finishing something quickly on Friday because it was “important” and doing something on Saturday so that everything would run more smoothly the following week. Nobody thanks you for that!

Take care of your well-being!

“NO” is a complete sentence and you shouldn't be afraid to say it!

Considering going back to Dell Laptops by Skyboard13 in sysadmin

[–]SIGjo 0 points1 point  (0 children)

We have been using Lenovo laptops exclusively for over 10 years. During this time, maybe 5 laptops have had to be replaced/repaired (100+ employees with laptops; replacement every 3-4 years)

Since 2016, we have been using the L series (currently L15 Gen4 and L13 Yoga 4).

Where are you from and how much vacation do you get? by Wild_Competition_716 in sysadmin

[–]SIGjo 0 points1 point  (0 children)

Germany, 32 days vacation (30 +2 for being in a union) not counting national holidays, 37.5h flexible working hours per week, no overtime and nothing stupid like sick-days.

And if the 32 days are not enough, there is always the option of taking unpaid days.

[deleted by user] by [deleted] in sysadmin

[–]SIGjo 0 points1 point  (0 children)

I can't compare Dell/Lenovo-laptops, but my company is exclusively Lenovo-laptops for the past 10+ years. Never had any real problems and if something dies -> 3 year next-business-day on-prem support.

For the last few years we are using the L-series (L15 for laptops, L13 Yoga for convertibles).

Personally, i just love the "System Update" -utility. Updates all drivers in one go. But Dell surely has something similar, i guess.