Comment Why would Intel be an alternative to Samsung? (Score 1) 246
Comment Re:A week? (Score 1) 1246
I found it all kind of ridiculous, but my solution was to graduate 2 years early, not to fuck with the administration. Didn't seem worth the time or energy.
-m
Comment Re:Wines, cheeses, trees (Score 1) 1397
A better idea would be to create a duplicate A record, not a CNAME. CNAMEs are really meant for something else.
Although in practice, lots of people do use CNAMEs for the purpose you are suggesting.
-m
Security Flaws In Aussie Net Filter Exposed 182
Comment PowerShell and WMI (Score 1) 215
I am more of a UNIX admin so I don't claim to be an expert on remote Windows management, but I believe the tool you're looking for is Microsoft PowerShell which allows remote WMI scripting. I've seen some pretty impressive demos of infrastructure automation using WMI and PowerShell.
For power cycling and the like, I'd go with the hardware remote management tools (iLo, DRAC, and the like).
A quick Google turned up a few Microsoft articles on PowerShell and WMI. (Article 1, Article 2)