Tag Archives: administration

Administering Securely

This piece was originally published on Jul 8, 2009. It is being re-run as Steve is away on sabbatical. The other day I noticed a post where someone was asking a question that I’ve seen asked often. I still haven’t … Continue reading

Posted in Editorial | Tagged , | Comments Off on Administering Securely

Lockdown or Let Them Free

This piece was originally published on Sept 21, 2009. It is being re-run as Steve is away on sabbatical/ I ran into this blog post about IT v other workers. The post is in response to an article in Slate about workers being oppressed … Continue reading

Posted in Editorial | Tagged , | Comments Off on Lockdown or Let Them Free

Attaching All Databases with PowerShell–Refactoring out Write-Host

Someone posted a note to me on Twitter that noted that Write-Host is not recommended for your scripts. I checked the link to an MSDN blog on Write-Host Considered Harmful, and it made some sense. Basically it says that since … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Attaching All Databases with PowerShell–Refactoring out Write-Host

Attaching All Databases with PowerShell–Attaching Missing Databases

I wrote a PowerShell script recently to actually accomplish a task I that I needed. What’s more, this was the first time I thought that Powershell might prove more useful than other methods. This series looks at my script, and … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Attaching All Databases with PowerShell–Attaching Missing Databases