The SysAdmin Network

No more hiding in the server room

Jason Short
  • Male
  • Gainesville, FL
  • United States
Share
Share on Twitter
Share on Facebook
 

Jason Short's Page

Latest Activity

I agree with that. The best teacher is experience. Painful, painful experience. :)
July 1
Computer Science will be more about theory and programming than about system administration. I find that most of what I learned (I have a CS degree) does not directly apply to the sysadmin world, BUT having some idea of what's going on "under the ho…
June 29
I've had a pretty good experience with GFI Mailarchiver. For the most part it seems to "just work". (Knock on wood - I probably just set myself up for a massive failure :) ) http://www.gfi.com/mailarchiver
May 16
I'm jealous that you're getting to eliminate it - must be fun! It's the same with us. It's always the line of business applications that are the real trouble. Because at the end of the day, we do have to help people get real work done. :) While keep…
May 13
We've got ~ 300 users, with maybe 3-4 having admin rights. (Not counting system admins - though we run with regular accounts normally. Of course it's easy for us to elevate when we need to.) Our reasons are primarily security related, though keepin…
May 12
We have a relatively small deployment of iPhones - probably < 30. They really seem to just work - point it at the OWA server and put in your password. Probably the biggest problem we have is people changing their Windows passwords but not changing…
April 30
BKFs are inconvenient, but not [completely] worthless. To do a bare metal restore, you have to install the OS again, then restore the BKF file(s). Restoring them to a machine with different hardware would be involved but probably doable with enough…
April 28
Assuming you're on Windows, AR and F sounds like a job for auditing object access, along with something like GFI Events Manager to notify you when something interesting happens. (I'm not associated with GFI, other than using their software at work a…
April 16
We use WSUS to manage Windows updates. Workstations get them at night and reboot automatically. We don't do any "formal" testing, but they get deployed to a small group of workstations before getting pushed to the whole company. Servers download an…
March 21
We use two different images that cover most of the software we use, and customize them if necessary. (For example, the marketing department needs Photoshop, etc. But for three workstations, it's not worth maintaining a separate image) We have a lit…
February 5
1. They'll often pay for books, and reimburse for the exam if you pass (now that's incentive). Assuming it's something actually relevant to your job. I probably couldn't get a cert in "basket weaving with thicknet cables". 2. I've had surprisingly…
January 22
At least on our workstations, they'll run fine for a few minutes (say, 10 or 20). Just long enough for you check them after a reboot and think that they're running fine. Shortly, they'll show symptoms of the kernel running out of paged pool memory.…
January 21
Great post, Jason. So can you tell us -- what exactly >did< happen in this case? Please, give us all the gory details! What was the end effect, and was there anything that could be done to fix it?
January 20
Jason Short added a blog post
And not what I tell you to do! Pop quiz: What does the following Powershell script do? $MachineName = '.' $reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $MachineName) $regKey= $reg.OpenSubKey("SYSTEM\\CurrentControlSet\\C…
January 20
January 20
January 20

Profile Information

Job title
Sr System Admin
Tech Interests - e.g. Virtualisation? Cisco? Etc.
Virtualisation, automation, scripting

Jason Short's Blog

Jason Short

Do what I want....

And not what I tell you to do!

Pop quiz:

What does the following Powershell script do?

$MachineName = '.'
$reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $MachineName)
$regKey= $reg.OpenSubKey("SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Memory Management",$true)
$regkey.SetValue('PagedPoolSize','FFFFFFFF')



Answer:
Cause pandemonium, as it turns out.

If the registry key already exists, the SetValue method helpfully converts it to the appropriate type (Stri… Continue

Posted on January 20, 2010 at 3:37am — 2 Comments

Comment Wall (3 comments)

You need to be a member of The SysAdmin Network to add comments!

Join The SysAdmin Network

At 2:59am on January 20, 2010, Wesley "Nonapeptide" said…
Neat. I'm getting exposure to PowerShell, but only in an Exchange 2007 context. I'm hoping to get into Python some day and try to shoehorn that into a Windows environment... but maybe I should just go for PS and be done with it. =)
At 2:52am on January 20, 2010, Jason Short said…
Powershell is my favorite. VBscript if I must (and I often must), good ol' batch files if I'm doing something simple, or Bash if I'm doing something Linux-ey. So, whatever gets the job done!
At 1:41pm on January 19, 2010, Wesley "Nonapeptide" said…
Hello Jason! Always nice to have a scripter in the mix. What language to you script in?
 
 
 

© 2010   Created by Elizabeth Ayer and Michael Francis.   Powered by .

Badges  |  Report an Issue  |  Terms of Service

Sign in to chat!