What Are You Doing Right Now
-
@thwr said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
BTW @WrCombs: If you want to learn something really useful, learn PowerShell.
Did you watch my video?
Not quite, Just purchased a powershell book though.
Forget about books. They are old when they hit the shelves. I think I own about... erm... maybe 15 IT books? Most of them are 15-20 years old, some are about programming languages, two are about SharePoint installation and administration.
Essentially everything you need can be found online.
Oh okay
-
Everything Slowed wayyy down as of 20 minutes ago.
-
@thwr said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
BTW @WrCombs: If you want to learn something really useful, learn PowerShell.
Did you watch my video?
Not quite, Just purchased a powershell book though.
Forget about books. They are old when they hit the shelves. I think I own about... erm... maybe 15 IT books? Most of them are 15-20 years old, some are about programming languages, two are about SharePoint installation and administration.
Essentially everything you need can be found online.
I keep one because it is autographed.
-
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
-
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
ML is slow.
-
@thwr said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
ML is slow.
Ah, I've been on the phone. That must be it.
-
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
Workload, Life, ML
-
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
Everything Slowed wayyy down as of 20 minutes ago.
Like... workload slowed down? Or the computers are dying?
ML is slow.
Ah, I've been on the phone. That must be it.
Your
spamming skillknowledge transfer rate was better a few years ago -
@WrCombs said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
BTW @WrCombs: If you want to learn something really useful, learn PowerShell.
Did you watch my video?
Not quite, Just purchased a powershell book though.
It's more easier to get into using PowerShell if you start out with a task that you do often. And then search online showing examples on how to implement those tasks via PowerShell.
-
@black3dynamite said in What Are You Doing Right Now:
@WrCombs said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
BTW @WrCombs: If you want to learn something really useful, learn PowerShell.
Did you watch my video?
Not quite, Just purchased a powershell book though.
It's more easier to get into using PowerShell if you start out with a task that you do often. And then search online showing examples on how to implement those tasks via PowerShell.
Yeah, there is maybe 5 minutes of PS basics you should read about. Like how it is object based, what are commandlets, etc. Then, dive in. Sure, read more, but not first. Start with... actually doing basic things at the command line in PS.
-
Morning everyone!
-
Here, something to play with:
Get-WmiObject -Class Win32_PhysicalMemory | Select-Object Manufacturer,@{Name="Size (GB)"; Expression={[math]::round($_.Capacity/1GB, 2)}},Configuredclockspeed,Banklabel,Devicelocator,Serialnumber | Format-Table -AutoSize
Also works (like many other things in PowerShell) on remote machines
Get-WmiObject -Class Win32_PhysicalMemory -ComputerName xxx | Select-Object Manufacturer,@{Name="Size (GB)"; Expression={[math]::round($_.Capacity/1GB, 2)}},Configuredclockspeed,Banklabel,Devicelocator,Serialnumber | Format-Table -AutoSize
Source:
-
@scottalanmiller said in What Are You Doing Right Now:
Morning everyone!
Morning? Already made an apple pie, visited my parents, went shopping and just got back
-
Setting up a new pc for a client.
-
Starting the system off with the credge
-
@JaredBusch said in What Are You Doing Right Now:
Setting up a new pc for a client.
Thatβs a lot of flash drives.
-
@black3dynamite said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
Setting up a new pc for a client.
Thatβs a lot of flash drives.
Going to be making a bunch of 1909 drives to speed updates on tech laptops in the field.
-
@JaredBusch said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
Setting up a new pc for a client.
Thatβs a lot of flash drives.
Going to be making a bunch of 1909 drives to speed updates on tech laptops in the field.
Reminds me of this guy who "demonstrated" ZFS RAID using tons of USB flash drives. Wasn't this video, but something like that:
-
@thwr At least these will be going to a bunch of people scattered around Illinois and Missouri, and have like a real purpose.
-
Just finished updating Citrix PVS images.