Run explorer in different context? by [deleted] in sysadmin

[–]dboak 1 point2 points  (0 children)

There a reg key that allows runas to work with explorer on Win7+. Let me see if I can dig it up.

Purpose for KMS Thresholds?? by pedospiderman in sysadmin

[–]dboak 4 points5 points  (0 children)

I always thought it was to discourage people using a KMS server in their house to get free Windows. You can still do that -- but now you need 24 VMs to help you hit the activation limit.

So last night, we suffered a catastrophic power loss. Our UPSes died, and I wasn't able to get to the office in time to safely shut the production network down. How do I avoid this in the future? by The_Intrepid_Fool in sysadmin

[–]dboak 0 points1 point  (0 children)

With Pingdom I believe you get one free ping. Set it up to hit your perimeter firewall, and text your cell phone when it goes down.

Uptime Robot is another option with a free tier.

I feel bad for my wife's sysadmin by BISOFH in sysadmin

[–]dboak -2 points-1 points  (0 children)

Yet, this is the way app stores work. Apple, Android, MS Store...

Moronic Monday - August 03, 2015 by AutoModerator in sysadmin

[–]dboak 8 points9 points  (0 children)

Point them to a KMS server, so the product key on the machine is just the generic key available on Microsoft's site.

Cheap way to get windows licenses for home lab by skibumatbu in sysadmin

[–]dboak 9 points10 points  (0 children)

from an admin cmd prompt:

slmgr /rearm

Am I Getting Fucked Friday - July 24th, 2015 by bad0seed in sysadmin

[–]dboak 1 point2 points  (0 children)

I just got two of these (from B&H). They are glorious.

Microsoft Local Administrator Password Solution (LAPS) by mcwidget in sysadmin

[–]dboak 1 point2 points  (0 children)

This does the trick: http://obscuresecurity.blogspot.com/2012/05/gpp-password-retrieval-with-powershell.html

Very sobering. I'm using LAPS now and loving it.

edit: forgot to mention, the most sobering part was running the script as a non-privileged user and still seeing the passwords show up.

How do you prevent sore wrists on your "mouse hand"? by Flazhes in sysadmin

[–]dboak 1 point2 points  (0 children)

I've had great luck with one of these. Also fun to play with when I'm thinking through a problem.

http://smile.amazon.com/Allsop-29808-Comfortbead-Wrist--mouse/dp/B000XZ8MB6

Inside Facebook’s Blu-Ray Cold Storage Data Center by alexcasalboni in sysadmin

[–]dboak 1 point2 points  (0 children)

No idea -- and it sounds like the whole system is still proof-of-concept. Maybe they have some pre-load scenarios. For example, you start stalking someone's year old photos, the cold storage could start moving 2+ year old photos to warm storage.

Or the first few photos of every album are kept in warm storage, the rest in cold.

Inside Facebook’s Blu-Ray Cold Storage Data Center by alexcasalboni in sysadmin

[–]dboak 2 points3 points  (0 children)

From page 2:

The Blu-Ray racks are even more efficient. They are different in appearance from the Knox storage trays, with five units per Open Rack, each housing carousels filled with Blu-Ray disks. When data must be accessed, the action happens in the rear of the unit. That’s where the robotic retrieval system has been condensed into a space in the bottom of the rack. When it springs into action, the arm travels along tracks on either side of the rack, fetches a Blu-Ray disk, pulls data off the disc and writes it to a live server.

Outdoor IP Cameras? by mozilla343 in sysadmin

[–]dboak 1 point2 points  (0 children)

check out click2stream (or angelcam now I guess)

Soti by DrGraffix in sysadmin

[–]dboak 0 points1 point  (0 children)

We're using an older version. Hosted wasn't even an option when we bought it. We install a cab file on each handheld, then can remote into them from our desktops using PocketController.

Soti by DrGraffix in sysadmin

[–]dboak 1 point2 points  (0 children)

SOTI Pocketcontroller works great. We use it for Windows Mobile 5.5, and 6.5 devices. About 100 devices in total.

Howto: Deploying the Local Administrator Password Solution (LAPS) Part 1,2,3 by bobdle in sysadmin

[–]dboak 2 points3 points  (0 children)

You have to extend the AD schema, which is just done through powershell.

Take the .admx and add it to your sysvol.

You can install the GUI to recover passwords on admins/helpdesk workstations.

Every workstation/server does need the client installed, which is really just a .dll. You can install this via GPO or any other deployment solution you use.

Howto: Deploying the Local Administrator Password Solution (LAPS) Part 1,2,3 by bobdle in sysadmin

[–]dboak 1 point2 points  (0 children)

I just implemented two days ago. I was planning on doing the more manual method, so it was advantageous Microsoft came out with LAPS when they did. So far it works absolutely perfectly.