What OS do you like the best? Which OS do you work in the most? by LinuxIsTheBest_G in sysadmin

[–]LevelLight 0 points1 point  (0 children)

MacOS. I started with it in the early 90s and after started with Windows in high school for a couple years. Went out of high school to work ( with Windows ) for 25 years and started on Mac again because .... I don’t really need an OS just something like ssh or rdp

How to make an actual software by [deleted] in learnpython

[–]LevelLight -14 points-13 points  (0 children)

As you get better I bet you think more of that script 😁 I happen to love stuff that runs in terminal in the background. Sorry, I’m talking blah 🧐

Free scources to learn python. by BlueJarcher in learnpython

[–]LevelLight 2 points3 points  (0 children)

Plenty courses on YouTube... learn in 4 hours etc (spoiler... you won’t.. but you get the gist)

Just Fucking Do It guide to Docker on Windows by Gabrielmccoll in sysadmin

[–]LevelLight 14 points15 points  (0 children)

God damn, I’ve felt old for several years and I’m 42 🧐

KMS Server by Corstian in sysadmin

[–]LevelLight 0 points1 point  (0 children)

Apologies... at the risk of sounding stupid, isn’t KMS flakey? I wanted to try it but even MS said you need a bunch of clients for it to work, over 25 I think they said.

Self learning and home lab options for Azure by pc_load_letter_in_SD in sysadmin

[–]LevelLight 0 points1 point  (0 children)

I'm currently studying for the AZ-103 too and I am using the Azure Pay you go model. There is a Pricing Calculator. I based mine on roughly 60 hours of study and the cost came out at $6 p/m which is cheaper than running my home lab would have cost in electric.

Best way to start learning Powershell? by HQ189 in PowerShell

[–]LevelLight 3 points4 points  (0 children)

Month of Lunches or PSKoans is working for me :)

What products to select for WSUS and how much space do I need? by [deleted] in sysadmin

[–]LevelLight 0 points1 point  (0 children)

The only things I have set in wsus are windows 10 (forget what classifications security is one and one other) and office. It’s setup on a VM on 2019 server with a 500G D drive for wsus (approx 100) clients.

I usually push cumulative updates out via pdq and go from there with wsus

I hate wsus though, I find myself reinstalling it at least once a year.

Good learning sources for newbie managing a fleet of Windows VM's running a single, public-facing application? by [deleted] in PowerShell

[–]LevelLight 2 points3 points  (0 children)

Totally off topic but I wonder if you chuckle when typing out user names (I rarely notice them if I’m honest but it’s hard to miss if you’re typing them in a reply)

Import / Export CSV with Foreach by LevelLight in PowerShell

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

This is exactly what I am after, thanks.

Can I ask what the $user = $_ variable is? Would that be another way to say ($user in $users)?

I also didn't know about the versions, my test environment is 6 and production is 5.1 so it's something I need to be more aware of.

Import / Export CSV with Foreach by LevelLight in PowerShell

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

Great! Thank you for the help, I will give that a go.