November 2008 - Posts
I refuse to post anything regarding the election, so here are some interesting (or may not so interesting) links. Ask the Directory Services Team : Troubleshooting KCC Event Log Errors Ask the Core Team : How to Debug Kernel Mode Blue Screen Crashes (for
Read More...
Just logged into Technet today to get a ISO, and saw that EBS is now in Technet. Now only if I had enough machines to try it out with.
Read More...
This is a pretty cool one liner that is of tremendous help. You can get the serial number of most PCs via PowerShell remotely. This includes Dell service tags. Command: Get-WMIObject -Class "Win32_BIOS" -Computer computername | select SerialNumber Example:
Read More...